Published in: Rails
If Rails fails to start and you don't know why because of some not so helpful error message. Some times it helps to:
rake db:migrate RAILS_ENV=production --trace
You need to login to post a comment.
The Rails Way
Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable.
edwinjanmoss on 10/18/07
2 people have marked this snippet as a favorite
Published in: Rails
If Rails fails to start and you don't know why because of some not so helpful error message. Some times it helps to:
rake db:migrate RAILS_ENV=production --trace
You need to login to post a comment.