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
Joshua Peek c50b03b754 Add :concat option to asset tag helpers to force concatenation.
This is useful for working around IE's stylesheet limit.

  stylesheet_link_tag :all, :concat => true
2009-06-15 10:23:23 -05:00
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Add :concat option to asset tag helpers to force concatenation. 2009-06-15 10:23:23 -05:00
locale Improve i18n support for number_to_human_size helper: 2009-01-27 09:22:00 -08:00
render Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
template ActionPack components should no longer have undeclared dependencies. 2009-06-08 13:34:07 -07:00
base.rb Added the :rjs render option 2009-05-21 16:35:40 -07:00
helpers.rb Pull autoload fix from 2-3-stable 2009-06-09 20:10:21 +12:00
paths.rb Merge branch 'master' into wip_abstract_controller 2009-05-11 17:07:05 -07:00
test_case.rb Make assertion tests pass with the new base 2009-05-22 19:01:52 +02:00