Re: [Rails] Rails server not starting and giving error messages
Colin,
Created another new project with no errors. Although if I do ---
bundle show rails
or any gem file, it couldn't locate gemfile.
This is what I have in my environment.rb
# Load the Rails application.
require File.expand_path('../application', __FILE__)
# Initialize the Rails application.
Profile::Application.initialize!
Did you get any errors when you ran bundle install?
Do you get the above error with the application as generated by 'rails
new' or have you made some changes?
Post the first few lines of environment.rb, making sure it is clear
which is line 5, where the error is occurring.
Colin
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8cd5eeba-a625-41cc-bd5b-e21ff31477d7%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home