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
Yehuda Katz + Carl Lerche cecafc52ee Refactor ActionView::Template
ActionView::Template is now completely independent from template
  storage, which allows different back ends such as the database.
  ActionView::Template's only responsibility is to take in the
  template source (passed in from ActionView::Path), compile it,
  and render it.
2009-04-27 11:49:11 -07:00
..
erb use autoload instead of explicit requires for ActionView 2008-11-23 13:42:07 -06:00
helpers Now that we have a separate internal rails_to_json, use a separate circular reference stack instead of sticking it in the options hash 2009-04-26 20:04:47 -07:00
locale Improve i18n support for number_to_human_size helper: 2009-01-27 09:22:00 -08:00
render Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
template Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
base.rb Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
helpers.rb simplify console with helpers 2008-11-23 15:15:20 -06:00
paths.rb Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
test_case.rb Refactor ActionView::Template 2009-04-27 11:49:11 -07:00