The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Asset Packer reminder

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jonathan Weiss

Posts: 146
Nickname: jweiss
Registered: Jan, 2006

Jonathan Weiss is a Ruby and BSD enthusiast
Asset Packer reminder Posted: Mar 21, 2008 5:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jonathan Weiss.
Original Post: Asset Packer reminder
Feed Title: BlogFish
Feed URL: http://blog.innerewut.de/feed/atom.xml
Feed Description: Weblog by Jonathan Weiss about Unix, BSD, security, Programming in Ruby, Ruby on Rails and Agile Development.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jonathan Weiss
Latest Posts From BlogFish

Advertisement

If you ever got an error like this while testing your code in production

ActionView::TemplateError (private method `chomp' called for nil:NilClass) in
...
<%= stylesheet_link_merged :styles %>
<%= javascript_include_merged :libs %>

then you forgot to create your packed JavaScript and CSS assets:

rake asset:packager:build_all

Read: Asset Packer reminder

Topic: RubyInline version 3.6.7 has been released! Previous Topic   Next Topic Topic: You can't cache that

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use