Deploying Rails to Openshift – Asset Pipeline Problems
Apr 27
I chose to go with Openshift for a new RoR project. Everything was smooth, until I started to commit and push frequently. Following assets would not compile. vendor/custom.modernizr (from Foundation framework) custom stylesheet_link_tag and javascript_link_tag I finally found that I have to add them to compile.assets.precompile in applicaiton.rb, as followed: #...
Read More
Recent Comments