Cannot run my project Follow
I've a fairly simply rails project (RoR 4) with Ruby 1.9.3 which I created with the option to exclude active-record so that I can use mongodb. When I run it all I see is the following...
/home/x/.rvm/rubies/ruby-1.9.3-p448/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /home/x/RailsProjects/MongoDBTest/bin/rake routes
Prefix Verb URI Pattern Controller#Action
root GET / main#index
Process finished with exit code 0
What information do you need from me to help work out what the cause of this problem is?
Please sign in to leave a comment.
Ah, the solution was so simple. At some point I had switched the configuration from "Development" over to "Routes".
Attachment(s):
Untitled-1.png