Ruby on Rails Tuesday, September 4, 2018

I have tried to start it in production mode:

rails db:create -RAILS_ENV=producion 
rails db:migrate -RAILS_ENV=producion  
rails assets:precompile 
rails s -e production 
 
It does not work in production either. The Error is now 

Failed to load resource: the server responded with a status of 404 (Not Found) application-c03f5e3e45f2560ad956471c98585d2b01a757f4cd94b552550afbd8eb320c21.js:1 
Failed to load resource: the server responded with a status of 404 (Not Found) application-f0d704deea029cf000697e2c0181ec173a1b474645466ed843eb5ee7bb215794.css:1 
Failed to load resource: the server responded with a status of 404 (Not Found) application-f0d704deea029cf000697e2c0181ec173a1b474645466ed843eb5ee7bb215794.css:1

--
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/065de338-2a92-4a85-8aca-ba39bb4ff779%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment