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
2005-07-21 07:14:35 +00:00
..
action_controller Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that. 2005-07-21 07:14:35 +00:00
action_view Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that. 2005-07-21 07:14:35 +00:00
action_controller.rb Dont include the upload progress automatically before it works better 2005-06-30 08:29:14 +00:00
action_view.rb Fixed that Action View should always use the included Builder, never attempt to require the gem, to ensure compatibility 2005-07-10 19:38:33 +00:00