Ruby on Rails Monday, September 21, 2015

I found the solution here:


thanks,

Run bundle exec rake assets:precompile to compile the assets incl. the stylesheets into the public hierarchy that is being used by Heroku.

When done:

git add -A

git commit -m "Precompiled assets" and finally

git push and git push heroku


On Monday, September 21, 2015 at 12:23:03 PM UTC-4, Juan Cabrera wrote:
I already complete the chapter 9 from the tutorial, but I'm getting this issue when I deploy the app to heroku.


my sample app in develpment local machine




When I deploy to heroku production, this happen... any suggestion?

--
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/714e500d-1d19-4a2d-be8d-3cae167b97ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment