aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Made Action View work with the new render :file/:partial style from the contr...David Heinemeier Hansson2005-06-021-2/+15
* Include flash in the list of attributes with accessors in the viewDavid Heinemeier Hansson2005-05-201-1/+1
* Added accessors to logger, params, response, session, and headers from the vi...David Heinemeier Hansson2005-05-191-0/+2
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-141-1/+1
* Fixed stringification on all assigned hashes. The sacrifice is that assigns[:...David Heinemeier Hansson2005-04-191-1/+1
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-2/+2
* Fixed partials handlingDavid Heinemeier Hansson2005-04-161-0/+1
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-191-15/+42
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Updated documentationDavid Heinemeier Hansson2004-12-161-1/+1
* Added option to ERB templates to swallow newlines by using <% if something -%...David Heinemeier Hansson2004-12-121-1/+1
* Fixed that cached template loading would still check the file system to see i...David Heinemeier Hansson2004-12-011-1/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+264