Setup Script doesn't complete if MongoDB isn't running
pyro2927 opened this issue · 2 comments
pyro2927 commented
If MonogoDB isn't running at the time that the setup script is run
rails new myapp -m https://github.com/RailsApps/rails3-application-templates/raw/master/rails3-subdomains-template.rb -T -O
the setup script does not complete and crashes during setup.
`connect': Failed to connect to a master node at localhost:27017 (Mongo::ConnectionFailure)
pyro2927 commented
I should add, if you choose to use MongoDB during setup time. Obviously it isn't a problem if you do not use Mongo.
DanielKehoe commented
Good point. I've updated the README to make this clear. Thanks for the feedback.