search for: append_assets_path

Displaying 1 result from an estimated 1 matches for "append_assets_path".

2012 Apr 30
0
Rails 3.1.3 -> 3.2.3 upgrade, assets can't be found
...of initializers becomes wrong after initializers.tsort (in railties-3.2.3/lib/rails/ initializable.rb:54). It seems that finisher_hook initializer (which runs after_initialize, which then bootstraps sprockets by copying paths from config.assets.paths to Rails.application.assets.paths) is run before append_assets_path (which loads asset paths from all engines) and so Sprockets is bootstrapped with empty list of asset paths. Maybe anyone has any ideas where could the problem be and how to solve it? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group...