| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix ActionView::Base private methods with an underscore | Joshua Peek | 2008-08-31 | 1 | -1/+1 |
* | Ruby 1.9: Strip encoding from ERB source since you can not change character e... | Joshua Peek | 2008-07-19 | 1 | -2/+5 |
* | Set the response content type to that of found template if not explicitly set... | Tom Ward | 2008-07-18 | 1 | -2/+1 |
* | Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a... | Joshua Peek | 2008-07-18 | 1 | -20/+0 |
* | Get buffer for fragment cache from template's @output_buffer | Joshua Peek | 2008-07-15 | 3 | -23/+1 |
* | Move dead recompile_template? also | Jeremy Kemper | 2008-07-14 | 1 | -12/+0 |
* | Remove dead code from merge | Jeremy Kemper | 2008-07-14 | 1 | -30/+0 |
* | Fix bad merge | Jeremy Kemper | 2008-07-14 | 1 | -2/+2 |
* | Use instance_method(...) to check whether the method exists | Jeremy Kemper | 2008-07-14 | 1 | -2/+44 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -50/+0 |
* | Changed ActionView::TemplateHandler#render API method signature to render(tem... | Joshua Peek | 2008-07-11 | 1 | -2/+2 |
* | Check for response in builder template since ActionMailer does not have one | Joshua Peek | 2008-07-11 | 1 | -1/+2 |
* | Put a newline rather than a semicolon at the end of RJS source to avoid parse... | Jeremy Kemper | 2008-07-09 | 1 | -1/+1 |
* | Use ActionController::Base.logger to report template compilation errors since... | Jeremy Kemper | 2008-07-09 | 1 | -4/+4 |
* | Added local assign keys to compiled method name so two threads evaluating the... | Joshua Peek | 2008-07-06 | 1 | -24/+1 |
* | Synchronize template compiling | Joshua Peek | 2008-07-06 | 1 | -31/+34 |
* | Lookup compiled methods in CompiledTemplates instance methods set instead of ... | Joshua Peek | 2008-07-05 | 1 | -34/+24 |
* | Do not stat template files in production mode before rendering. You will no l... | Joshua Peek | 2008-07-05 | 1 | -28/+15 |
* | Deprecated TemplateHandler line offset | Joshua Peek | 2008-07-05 | 3 | -66/+55 |
* | Moved complied method name logic into Renderable | Joshua Peek | 2008-07-05 | 1 | -22/+2 |
* | Don't rely on view instance logger | Joshua Peek | 2008-07-03 | 1 | -4/+4 |
* | Improve readability | Jeremy Kemper | 2008-06-24 | 1 | -1/+3 |
* | Check whether blocks are called from erb using a special __in_erb_template va... | Jeremy Kemper | 2008-06-19 | 2 | -2/+9 |
* | Move erb_trim_mode setting to the ERB template handler. Keep a Base.erb_trim_... | Jeremy Kemper | 2008-06-19 | 1 | -1/+6 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -1/+1 |
* | Stack @output_buffer for nested rendering | Jeremy Kemper | 2008-06-03 | 1 | -2/+2 |
* | Work with @output_buffer instead of _erbout | Jeremy Kemper | 2008-06-02 | 2 | -4/+5 |
* | Try replacing _erbout with @output_buffer | Jeremy Kemper | 2008-06-02 | 1 | -4/+2 |
* | Pass template object to Handler#compile | Pratik Naik | 2008-04-24 | 4 | -4/+4 |
* | Automatically parse posted JSON content for Mime::JSON requests. [rick] | Rick Olson | 2008-04-08 | 1 | -1/+1 |
* | add json_escape ERB util to escape html entities in json strings that are out... | Rick Olson | 2008-04-08 | 1 | -1/+19 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 1 | -0/+4 |
* | Introduce a Template class to ActionView. Closes #11024 [lifofifo] | Michael Koziarski | 2008-02-06 | 1 | -22/+18 |
* | Move the declaration of the compilation related cattr_accessors to compilable... | Michael Koziarski | 2008-01-30 | 1 | -0/+12 |
* | Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko] | Michael Koziarski | 2008-01-27 | 1 | -1/+1 |
* | Refactor template compilation from AV::Base into the template handlers. Clos... | Michael Koziarski | 2008-01-22 | 4 | -13/+123 |
* | * Pass around handler instances, not their classes [Koz] | Michael Koziarski | 2008-01-11 | 3 | -0/+12 |
* | Move fragment caching from special helper methods to TemplateHandler. Closes ... | Jeremy Kemper | 2008-01-10 | 3 | -0/+23 |
* | The asset_host block takes the controller request as an optional second argum... | Jeremy Kemper | 2008-01-06 | 1 | -0/+9 |
* | Add tests for html_escape, and remove an unneeded backslash (closes #10511) [... | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | More Action View refactoring. Knock :erb default down a notch. Closes #10455. | Jeremy Kemper | 2007-12-10 | 2 | -0/+8 |
* | Refactor Action View template handlers. Closes #10437. | Jeremy Kemper | 2007-12-09 | 3 | -0/+46 |