1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/template
Dmitry Vorotilin 3a6e8e464c Sprockets-rails tests fail
Method invalid_asset_host! was delegated to controller but sprockets
compile assets in their own scope without controller. And if we set asset_host
with second parameter it should raise error through invalid_asset_host!.
But since controller is nil it cannot be reached.
2012-09-01 16:22:40 +04:00
..
handlers Remove Mime::Type translations from Action View 2012-08-28 10:51:04 +02:00
error.rb Sprockets-rails tests fail 2012-09-01 16:22:40 +04:00
handlers.rb Created a Raw handler for templates. 2012-05-17 12:14:20 -05:00
resolver.rb Implement ActionView::Template::Types 2012-08-28 11:19:36 +02:00
text.rb Implement ActionView::Template::Types 2012-08-28 11:19:36 +02:00
types.rb Implement ActionView::Template::Types 2012-08-28 11:19:36 +02:00