Giter Club home page Giter Club logo

Comments (6)

ndbroadbent avatar ndbroadbent commented on May 24, 2024

The problem is with notifier.js not sending the backtrace as an array.

from errbit.

espen avatar espen commented on May 24, 2024

I'm getting this problem on Heroku when doing GET /apps/new. app/controllers/apps_controller.rb:42:in `new'.

from errbit.

ndbroadbent avatar ndbroadbent commented on May 24, 2024

I cannot reproduce this, sorry. If you have updated recently, you may need to run heroku run rake db:migrate

from errbit.

espen avatar espen commented on May 24, 2024

Hmmm. This is weird. I already did, but here goes again (and again).

➜ errbit git:(master) heroku run rake db:migrate
Running rake db:migrate attached to terminal... up, run.1

Mongoid config not found. Create a config file at: config/mongoid.yml
to generate one run: rails generate mongoid:config

Migrating to MoveNoticesToSeparateCollection (20110422152027)
Migrating to MoveIssueTrackersToSti (20110812135951)
Migrating to LinkErrsToProblems (20110905134638)
Migrating to AddProblemCommentsCount (20111019163257)
Migrating to CacheProblemStatisticsFix (20111102173347)
➜ errbit git:(master) heroku run rake db:migrate
Running rake db:migrate attached to terminal... up, run.1

Mongoid config not found. Create a config file at: config/mongoid.yml
to generate one run: rails generate mongoid:config

Migrating to MoveNoticesToSeparateCollection (20110422152027)
Migrating to MoveIssueTrackersToSti (20110812135951)
Migrating to LinkErrsToProblems (20110905134638)
Migrating to AddProblemCommentsCount (20111019163257)
Migrating to CacheProblemStatisticsFix (20111102173347)

Regarding the mongoid config error, I assumed that was not required on heroku?

from errbit.

ndbroadbent avatar ndbroadbent commented on May 24, 2024

Hmm. I think something changed on Heroku, in the last few months. I've added an example MongoHQ config, and instructions to the README. Please update, then run the following commands to set up the config file, and then push to heroku and try again. Hope that helps

cp -f config/mongoid.mongohq.yml config/mongoid.yml
git add -f config/mongoid.yml
git commit -m "Added mongoid config for MongoHQ"

from errbit.

espen avatar espen commented on May 24, 2024

Thanks for that. This removes the warning. But I still get the same error. Also migrations are always executed as per example above. I have never used MongoDB before. Is this the way migrations are done on MongoDB?

from errbit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.