rails--rails/actionpack/test/abstract_controller
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
..
views Helpers with an initial test 2009-03-03 16:42:20 -08:00
abstract_controller_test.rb Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
callbacks_test.rb Add depends_on, use, and setup to abstract up ideas about module inheritance. 2009-04-07 14:57:18 -07:00
helper_test.rb Add depends_on, use, and setup to abstract up ideas about module inheritance. 2009-04-07 14:57:18 -07:00
layouts_test.rb Rename render_to_string to render_to_body since it may return any Rack-compatible body, not just strings 2009-04-17 18:34:49 -05:00
test_helper.rb Checkpoint 2009-03-23 15:45:01 -07:00