| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated layout lookup. | José Valim | 2011-12-20 | 1 | -48/+24 |
* | Deprecate implicit layout lookup in favor of inheriting the _layout config. | José Valim | 2011-12-09 | 1 | -32/+86 |
* | Just use the proc if there is a chance of layout lookup. | José Valim | 2011-12-08 | 1 | -5/+6 |
* | Optimize layout lookup to avoid double calls. | José Valim | 2011-12-08 | 1 | -24/+26 |
* | Allow layout fallback when using `layout` method | Prem Sichanugrist | 2011-12-06 | 1 | -25/+34 |
* | Fixed stale doc in AbstractController::Layouts | Dalibor Nasevic | 2011-11-06 | 1 | -12/+5 |
* | Don't do remove_possible_method when delegate is used. Two reasons: 1) warnin... | Jon Leighton | 2011-07-18 | 1 | -1/+2 |
* | use present tense on examples | Matt Jankowski | 2011-06-21 | 1 | -5/+5 |
* | remove extra space and clarify how an exception is made for controller wide l... | Matt Jankowski | 2011-06-21 | 1 | -3/+3 |
* | reorder layout selection examples to occur in the order that the code does, a... | Matt Jankowski | 2011-06-21 | 1 | -5/+6 |
* | More updates to ivars list. | José Valim | 2011-05-06 | 1 | -3/+3 |
* | Fixed a comment typo | Eric Hayes | 2011-04-14 | 1 | -1/+1 |
* | #948 template_inheritance | artemave | 2010-12-26 | 1 | -2/+2 |
* | Rewording existing comment | Neeraj Singh | 2010-11-29 | 1 | -6/+3 |
* | no need to call e.class | Aaron Patterson | 2010-09-29 | 1 | -1/+1 |
* | Fix a small typo (ht: masterkain) | José Valim | 2010-09-29 | 1 | -1/+1 |
* | Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo... | José Valim | 2010-09-29 | 1 | -3/+1 |
* | Define @_layout if it is not defined. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | change rdoc to conform to api guidelines | Joost Baaij | 2010-08-25 | 1 | -10/+12 |
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -3/+3 |
* | We seem to have removed the URL helpers from ActionView subclasses... | wycats | 2010-03-18 | 1 | -0/+1 |
* | Make render :partial, :layout consistent between AC and AV | Carlhuda | 2010-03-18 | 1 | -6/+0 |
* | Remove caching's dependency on view_context. Also, make it so that the layout... | Carlhuda | 2010-03-18 | 1 | -4/+12 |
* | Make action_has_layout? non-private | Carlhuda | 2010-03-18 | 1 | -4/+4 |
* | Eliminate warnings for AM on 1.8 | wycats | 2010-03-16 | 1 | -0/+4 |
* | Finish cleaning up rendering stack from views and move assigns evaluation to ... | José Valim | 2010-03-12 | 1 | -0/+6 |
* | More refactoring on the views side of rendering. | José Valim | 2010-03-08 | 1 | -7/+2 |
* | Finally moved the find template logic to the views. | José Valim | 2010-03-08 | 1 | -3/+4 |
* | More refactoring. Split _normalize_args and _normalize_options concerns. | José Valim | 2010-03-08 | 1 | -2/+6 |
* | More cleanup on the layouts side. | José Valim | 2010-03-08 | 1 | -53/+28 |
* | Move layout lookup to views. | José Valim | 2010-03-08 | 1 | -19/+6 |
* | Added template lookup responsible to hold all information used in template lo... | José Valim | 2010-03-07 | 1 | -29/+8 |
* | Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re... | José Valim | 2010-02-26 | 1 | -3/+0 |
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -2/+6 |
* | Bring layouts with proc back alive. | José Valim | 2010-01-26 | 1 | -0/+3 |
* | controller_path is required by ActionView, so move it up to AbstractControlle... | José Valim | 2009-12-31 | 1 | -1/+157 |
* | Silence some trivial warnings: shadowed local vars, indentation mismatches | Jeremy Kemper | 2009-12-28 | 1 | -1/+1 |
* | Rename the RenderingController module to just plain Rendering | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
* | Revert "Revert "Eliminate warning with layout is unset"" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
* | Revert "Eliminate warning with layout is unset" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
* | Eliminate warning with layout is unset | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
* | Revert "Eliminate warning with layout is unset" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
* | Eliminate warning with layout is unset | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
* | If class doesn't have a name, there's no implied layout name, so don't set up... | Jeremy Kemper | 2009-11-05 | 1 | -10/+12 |
* | Add some basic render_test to AbstractController. | José Valim | 2009-11-01 | 1 | -1/+1 |
* | Move all render and layout pieces required in ActionMailer from ActionControl... | José Valim | 2009-11-01 | 1 | -0/+9 |
* | Refactor ActionMailer layout and remove legacy one. | José Valim | 2009-11-01 | 1 | -0/+20 |
* | Refactor ActionController to use find_template and template_exists? | Yehuda Katz + Carl Lerche | 2009-09-03 | 1 | -5/+5 |
* | Add a TODO so we remember to fix partial layouts | Yehuda Katz + Carl Lerche | 2009-08-25 | 1 | -0/+3 |
* | Caches and cache clearing seems to actually work, but the actual architecture... | Yehuda Katz | 2009-08-15 | 1 | -4/+9 |