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
2009-01-16 20:36:59 -08:00
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Fix date_select within fields_for with an index [#1666 state:resolved] [Josh, Frederick Cheung] 2009-01-16 17:23:43 +00:00
locale Use I18n for date/time select helpers prompt text [#561 state:resolved] 2008-12-22 15:13:39 +00:00
template_handlers Merge with docrails 2008-12-07 03:27:53 +01:00
base.rb Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath 2008-12-29 19:27:19 -06:00
helpers.rb simplify console with helpers 2008-11-23 15:15:20 -06:00
inline_template.rb Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath 2008-12-29 19:27:19 -06:00
partials.rb Ensure the template format is always passed to the template finder. Now we can cleanup some nasty stuff. 2008-12-21 17:24:16 -06:00
paths.rb Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath 2008-12-29 19:27:19 -06:00
renderable.rb Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath 2008-12-29 19:27:19 -06:00
renderable_partial.rb Don't construct object deprecation proxy if unneeded 2008-12-22 14:48:45 -08:00
template.rb Fix performance regression 2009-01-16 20:36:59 -08:00
template_error.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
template_handler.rb A back support for legacy TemplateHandler#render API 2008-11-23 13:57:01 -06:00
template_handlers.rb Fix performance regression 2009-01-16 20:36:59 -08:00
test_case.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00