Hi,
I’ve created simple ROR app and commit it to HEROKU server. When I
change
config.assets.enabled = true
and put ‘false’ then it works but doesn’t use my .css styesheets.
In case config.assets.enabled = true it doesn’t work…
How can I fix it?
Hi,
I’ve created simple ROR app and commit it to HEROKU server. When I
change
config.assets.enabled = true
and put ‘false’ then it works but doesn’t use my .css styesheets.
In case config.assets.enabled = true it doesn’t work…
How can I fix it?
As far as I understand the documentation, it has to be hosted on the
cedar-stack, but the standard bamboo-stack does not support the asset
pipeline.
According to this article
Rails Asset Pipeline on Heroku | Heroku Dev Center I would guess
that you have to recreate your application or try to convert the stack.
Am Montag, 31. Oktober 2011 schrieb Girly Girl :
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs