| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change ActionView template defaults. Look for templates using the request fo... | Rick Olson | 2007-04-02 | 1 | -11/+38 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 1 | -20/+24 |
* | Deprecation: remove deprecated instance variables. | Jeremy Kemper | 2007-03-13 | 1 | -2/+2 |
* | Prefer MIME constants to strings. Closes #7707. | Jeremy Kemper | 2007-03-06 | 1 | -2/+2 |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 1 | -18/+23 |
* | rename #lookup_template_base_path_for to #find_base_path_for in ActionView::B... | Rick Olson | 2007-02-06 | 1 | -1/+1 |
* | Fix #render_file so that TemplateError is called with the correct params and ... | Rick Olson | 2007-02-05 | 1 | -5/+4 |
* | Allow Controllers to have multiple view_paths instead of a single template_ro... | Rick Olson | 2007-02-04 | 1 | -13/+19 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -6/+8 |
* | Extract template_changed_since? from compile_template? so plugins may overrid... | Jeremy Kemper | 2006-11-20 | 1 | -4/+10 |
* | ActionView::Base.erb_variable accessor names the buffer variable used to rend... | Jeremy Kemper | 2006-11-17 | 1 | -0/+3 |
* | Consistent default handling in ActionView render. Closes #6534. | Jeremy Kemper | 2006-11-02 | 1 | -3/+2 |
* | cleanup of local_assigns handling and documentation update (closes #6358) [sk... | David Heinemeier Hansson | 2006-10-08 | 1 | -6/+16 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 1 | -5/+5 |
* | Added proper getters and setters for content type and charset [DHH] Added utf... | David Heinemeier Hansson | 2006-09-17 | 1 | -4/+3 |
* | Load helpers in alphabetical order for consistency. Resolve cyclic javascript... | Jeremy Kemper | 2006-09-12 | 1 | -1/+1 |
* | Backed out of locals hash as it caused trouble with Builder, see ticket for more | David Heinemeier Hansson | 2006-09-06 | 1 | -1/+1 |
* | Added locals hash to partials, which makes for convenient access of some time... | David Heinemeier Hansson | 2006-09-04 | 1 | -1/+1 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 1 | -1/+1 |
* | Deprecate direct usage of @params. Update ActionView::Base for instance var d... | Jeremy Kemper | 2006-08-07 | 1 | -1/+2 |
* | Update documentation for erb trim syntax. Closes #5651. | Jeremy Kemper | 2006-07-09 | 1 | -3/+5 |
* | Fixed that real files and symlinks should be treated the same when compiling ... | David Heinemeier Hansson | 2006-07-05 | 1 | -1/+2 |
* | Missing method_key. | Jeremy Kemper | 2006-06-30 | 1 | -2/+2 |
* | Retain symbol method key and assign_method_name. | Jeremy Kemper | 2006-06-29 | 1 | -3/+7 |
* | r4732@asus: jeremy | 2006-06-29 13:51:32 -0700 | Jeremy Kemper | 2006-06-29 | 1 | -1/+4 |
* | r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 | Jeremy Kemper | 2006-06-29 | 1 | -29/+15 |
* | Fixed that template extensions would be cached development mode #4624 [Stefan... | David Heinemeier Hansson | 2006-04-06 | 1 | -10/+26 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 1 | -4/+4 |
* | ActionView: Allow to register a Template handler with a Symbol (dont kill mar... | David Heinemeier Hansson | 2006-03-26 | 1 | -1/+1 |
* | Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include... | David Heinemeier Hansson | 2006-03-20 | 1 | -14/+20 |
* | 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 |