Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS breaks in heroku
    text
    copied!<p>I am newbie in Heroku. When I run this rails application locally, its works fine and when I deployed to heroku its breaks. Please see the image. I pointed arrow inside that image.</p> <hr> <p>Works fine locally here and its suppose to work this way. <img src="https://i.stack.imgur.com/ZT3Gd.png" alt="enter image description here"></p> <hr> <p>CSS breaks image here and not suppose to be like this. Only happens in Heroku server. <img src="https://i.stack.imgur.com/91UlU.png" alt="enter image description here"></p> <hr> <p>I have multiple CSS files inside the rails application, about 9 of them.<br> I am using Rails 3.2 with Ruby 1.9.3</p> <p>I have been trying to fix this issue and searched for this solution everywhere but no luck. It was working fine before, but I don't know how its happen?</p> <p>Any help is appreciated, I will mark the answer as correct if it is solved. </p> <p>thanks!</p> <p>Update: when I do git push heroku, this is what i saw:</p> <pre><code>-----&gt; Preparing app for Rails asset pipeline Running: rake assets:precompile DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from &lt;top (required)&gt; at /tmp/build_9a6529a8-57cd-4fb0-9cc0-39ebfcdb2c7a/Rakefile:7) DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from &lt;top (required)&gt; at /tmp/build_9a6529a8-57cd-4fb0-9cc0-39ebfcdb2c7a/Rakefile:7) DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from &lt;top (required)&gt; at /tmp/build_9a6529a8-57cd-4fb0-9cc0-39ebfcdb2c7a/Rakefile:7) DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from &lt;top (required)&gt; at /tmp/build_9a6529a8-57cd-4fb0-9cc0-39ebfcdb2c7a/Rakefile:7) Asset precompilation completed (105.95s) </code></pre> <p>Inside the application.css, I see</p> <pre><code>/* *= require_self *= require_tree . */ /* rest of file omitted */ </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload