| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed XML argument style for respond_to, so type.xml(object.to_xml) no long... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya... | David Heinemeier Hansson | 2006-03-16 | 1 | -2/+7 |
* | Added simple alert() notifications for RJS exceptions when config.action_view... | Sam Stephenson | 2006-03-13 | 1 | -0/+5 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | Added option to render action/template/file of a specific extension (and here... | David Heinemeier Hansson | 2006-03-12 | 1 | -4/+16 |
* | Add render(:update) to ActionView::Base | Sam Stephenson | 2006-01-23 | 1 | -1/+3 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 1 | -23/+66 |
* | Inline commonly-called template presence checks. Closes #2882. | Jeremy Kemper | 2005-11-16 | 1 | -2/+2 |
* | Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/... | Jeremy Kemper | 2005-11-13 | 1 | -5/+4 |
* | Added request as instance method to views, so you can do <%= request.env["HTT... | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Fix spelling error | Nicholas Seckar | 2005-10-17 | 1 | -1/+1 |
* | Make string-keys locals assigns optional | Nicholas Seckar | 2005-10-17 | 1 | -4/+10 |
* | Update/clean up AP documentation (rdoc) | Jamis Buck | 2005-10-16 | 1 | -1/+8 |
* | Add temporary support for passing locals to render using string keys | Nicholas Seckar | 2005-10-16 | 1 | -2/+5 |
* | Clean up error pages by providing better backtraces | Nicholas Seckar | 2005-10-15 | 1 | -1/+1 |
* | Improved line number reporting for template errors | Nicholas Seckar | 2005-10-13 | 1 | -3/+3 |
* | Misc doc fixes (typos/grammar/etc). Closes #2445. | Marcel Molina | 2005-10-12 | 1 | -2/+2 |
* | My life for white space | David Heinemeier Hansson | 2005-09-28 | 1 | -5/+17 |
* | Streamline render process, code cleaning. Closes #2294. | Nicholas Seckar | 2005-09-27 | 1 | -54/+122 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+4 |
* | Yield @content_for_ variables to templates #2058 [Sam Stephenson] | Jamis Buck | 2005-09-01 | 1 | -1/+3 |
* | Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu... | Nicholas Seckar | 2005-08-29 | 1 | -0/+3 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 1 | -104/+69 |
* | More fixes, but still broken | David Heinemeier Hansson | 2005-07-27 | 1 | -2/+3 |
* | Fixing the fix, but not quite | David Heinemeier Hansson | 2005-07-27 | 1 | -0/+4 |
* | Document the design of the compiled templates approach and tweak the expirati... | David Heinemeier Hansson | 2005-07-26 | 1 | -4/+8 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -1/+5 |
* | Caching template logging goes DEBUG | David Heinemeier Hansson | 2005-07-23 | 1 | -4/+10 |
* | Extended template caching to rxml and attempted to fix periodical caching iss... | David Heinemeier Hansson | 2005-07-23 | 1 | -40/+49 |
* | Fixed call on inline with new render_template #1808 [Michael Shuerig] | David Heinemeier Hansson | 2005-07-22 | 1 | -1/+1 |
* | Fixed changing templates in development mode [Stephan Kaes] | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+3 |
* | Changed caching/expiration/hit to report using the DEBUG log level and errors... | David Heinemeier Hansson | 2005-07-22 | 1 | -3/+3 |
* | Use debug to report compilation of erb templates | David Heinemeier Hansson | 2005-07-22 | 1 | -6/+4 |
* | Fixed compile of template fails if template name contains non-word character ... | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+3 |
* | Improved rendering speed on complicated templates by up to 25% #1234 [Stephan... | David Heinemeier Hansson | 2005-07-21 | 1 | -43/+90 |
* | Fixed line number reporting for Builder template errors #1753 [piotr] | David Heinemeier Hansson | 2005-07-15 | 1 | -1/+1 |
* | Make render(:inline) use locals #1556 [Michael Shuerig] | David Heinemeier Hansson | 2005-07-01 | 1 | -1/+3 |
* | r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 | Jeremy Kemper | 2005-06-15 | 1 | -11/+1 |
* | Made Action View work with the new render :file/:partial style from the contr... | David Heinemeier Hansson | 2005-06-02 | 1 | -2/+15 |
* | Include flash in the list of attributes with accessors in the view | David Heinemeier Hansson | 2005-05-20 | 1 | -1/+1 |
* | Added accessors to logger, params, response, session, and headers from the vi... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+2 |
* | Added support for POST data in form of YAML or XML, which is controller throu... | David Heinemeier Hansson | 2005-05-14 | 1 | -1/+1 |
* | Fixed stringification on all assigned hashes. The sacrifice is that assigns[:... | David Heinemeier Hansson | 2005-04-19 | 1 | -1/+1 |
* | Deprecated the majority of all the testing assertions and replaced them with ... | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+2 |
* | Fixed partials handling | David Heinemeier Hansson | 2005-04-16 | 1 | -0/+1 |
* | Added ActionView::Base.register_template_handler for easy integration of an a... | David Heinemeier Hansson | 2005-02-19 | 1 | -15/+42 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+2 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Added option to ERB templates to swallow newlines by using <% if something -%... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Fixed that cached template loading would still check the file system to see i... | David Heinemeier Hansson | 2004-12-01 | 1 | -1/+2 |