I developed a simple rails application that works fine on my development machine.
When I put it on the production server (Phusion Passenger / Nginx), it returns me this error in the my_app/log/production.log file:
ActiveRecord::StatementInvalid (Could not find table 'categories')
What's wrong?
PS: After the naming error, the table name was manually edited, but it works fine in design mode. I do not suspect a mistake.
source share