Note that there are some explanatory texts on larger screens.

plurals
  1. POAsset error while pushing to Heroku
    primarykey
    data
    text
    <p>While pushing my app to Heroku I get the following error</p> <pre><code>2013-09-08T12:58:32.140279+00:00 app[web.1]: ActionView::Template::Error ( isn't precompiled): 2013-09-08T12:58:32.140279+00:00 app[web.1]: 206: &lt;div class="tab-pane" id="tab5"&gt; 2013-09-08T12:58:32.140279+00:00 app[web.1]: 209: &lt;% if !@orbituarysite.orbiturer_share_images.nil? %&gt; &lt;div class="well"&gt;&lt;% @orbituarysite.orbiturer_share_images.each do |f| %&gt; &lt;%= image_tag(f.orbiturer_other_images_url(:thumb)) %&gt;&lt;% end %&gt;&lt;/div&gt;&lt;% end %&gt; 2013-09-08T12:58:32.140279+00:00 app[web.1]: 210: &lt;a data-toggle="modal" href="#myModal5" class="btn btn-primary" href="/orbiturer_share_images/new"&gt;Post Notice&lt;/a&gt; </code></pre> <p>but while pushing to Heroku precompiling happened</p> <pre><code> Using twitter-bootstrap-rails (2.2.8) from git://github.com/seyhunak/twitter-bootstrap-rails.git (at master) Using uglifier (2.2.1) Your bundle is complete! It was installed into ./vendor/bundle Cleaning up the bundler cache. Writing config/database.yml to read from DATABASE_URL 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_31lb8bborpfrx/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_31lb8bborpfrx/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_31lb8bborpfrx/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_31lb8bborpfrx/Rakefile:7) Asset precompilation completed (240.04s) </code></pre> <p>What can be the possible error, pre compilation done , still I am getting error.</p> <p>Do I need to add any line in production.rb file?</p> <p>Please help me solve this issue.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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