rails--rails/actionpack/lib
wycats 1844572fd1 Make the API for compression consistent between JS and CSS. By default, users just need to say whether they want compression or not, and a default will be chosen by a Railtie. In the case of CSS, this default is already chosen by the sass-rails gem.
Users can still explicitly choose a compressor in their application.rb if they have a preference, but will usually want to let plugins choose defaults in their Railties.
2011-06-16 12:09:36 -07:00
..
abstract_controller Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
action_controller remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
action_dispatch Remove usage of memoizable from ActionPack. 2011-06-16 08:01:35 -03:00
action_pack Bump versions for rc1 2011-05-21 20:56:52 -05:00
action_view Use html_safe 2011-06-16 12:46:11 -03:00
sprockets Make the API for compression consistent between JS and CSS. By default, users just need to say whether they want compression or not, and a default will be chosen by a Railtie. In the case of CSS, this default is already chosen by the sass-rails gem. 2011-06-16 12:09:36 -07:00
abstract_controller.rb
action_controller.rb Restructure TemplateAssertions-related code to eliminate circular requires. 2011-05-22 23:13:44 -07:00
action_dispatch.rb
action_pack.rb
action_view.rb Remove autoload for a couple of constants which don't exist anymore 2011-05-31 06:22:09 +04:00