documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Deprecation warning: Calling a method in Rails::Application is deprecated #68

Closed johngrimes closed 13 years ago

johngrimes commented 13 years ago

I'm getting a deprecation warning when Jammit tries to load its route in rails/routes.rb:3 when I'm running my specs:

DEPRECATION WARNING: Calling a method in Rails::Application is deprecated, please call it directly in your application constant MyApp::Application. (called from /home/dev/work/my_app/config/environment.rb:5)

I'm using Rails 3.0.0.

johngrimes commented 13 years ago

Ah, just worked out that this was fixed in 56aea75, upgraded to v0.5.3 of the gem.