| Commit message (Expand) | Author | Age | Files | Lines |
* | Random hits from the style nazi | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+1 |
* | Fix layout overriding response status. Closes #9476. | Jeremy Kemper | 2007-09-08 | 1 | -1/+2 |
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 1 | -15/+7 |
* | Find layouts even if they're not in the first view_paths directory. Closes #... | Rick Olson | 2007-08-15 | 1 | -5/+3 |
* | Add some performance enhancements to ActionView. | Rick Olson | 2007-05-15 | 1 | -1/+0 |
* | Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles] | Rick Olson | 2007-04-12 | 1 | -1/+1 |
* | Consistent public/protected/private visibility for chained methods. Closes #7... | Jeremy Kemper | 2007-03-13 | 1 | -19/+20 |
* | Options are more often than not meaningless babble, just go nondescript instead | David Heinemeier Hansson | 2007-03-01 | 1 | -2/+2 |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 1 | -3/+3 |
* | Allow Controllers to have multiple view_paths instead of a single template_ro... | Rick Olson | 2007-02-04 | 1 | -7/+12 |
* | Make RDoc not spew errors on install because of HTML comments in code comments | David Heinemeier Hansson | 2006-12-31 | 1 | -4/+4 |
* | Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek] | Rick Olson | 2006-12-19 | 1 | -1/+1 |
* | Deprecate @response | Jeremy Kemper | 2006-09-29 | 1 | -1/+1 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -1/+0 |
* | Added exception handling of missing layouts (closes #5373) [chris@ozmm.org] | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Add layout attribute to response object with the name of the layout that was ... | Marcel Molina | 2006-05-17 | 1 | -0/+1 |
* | Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ... | Marcel Molina | 2006-04-29 | 1 | -2/+3 |
* | Update layout and content_for documentation to use yield rather than magic @c... | Marcel Molina | 2006-04-25 | 1 | -5/+7 |
* | Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include... | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+7 |
* | Simplify controller_path | Nicholas Seckar | 2006-03-13 | 1 | -3/+22 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | Replace dubious controller parent class in filter docs. Closes #3655, #3722. | Marcel Molina | 2006-02-08 | 1 | -4/+6 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -4/+5 |
* | Fix render(:update) to not render layouts | Sam Stephenson | 2006-01-23 | 1 | -0/+1 |
* | Change layout discovery to take into account the change in semantics with Fil... | Marcel Molina | 2006-01-22 | 1 | -1/+1 |
* | Add render :update for inline RJS | Sam Stephenson | 2006-01-20 | 1 | -4/+4 |
* | Automatically discover layouts when a controller is namespaced. Closes #2199,... | Marcel Molina | 2006-01-15 | 1 | -4/+9 |
* | Allow auto-discovery of third party template library layouts. | Marcel Molina | 2006-01-12 | 1 | -2/+2 |
* | Don't include a layout when rendering an rjs template using render's :templat... | Marcel Molina | 2005-12-17 | 1 | -1/+1 |
* | Correct docs for automatic layout assignment. Closes #2610. | Marcel Molina | 2005-11-20 | 1 | -1/+3 |
* | Make rjs templates always implicitly skip out on layouts. | Marcel Molina | 2005-11-18 | 1 | -5/+7 |
* | Fix that render :text didn't interpolate instance variables (Closes #2629, #2... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+1 |
* | Fixed docs (closes #2468) | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+1 |
* | Make sure :layout => false is always used when rendering inside a layout | Jamis Buck | 2005-08-05 | 1 | -1/+2 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 1 | -30/+40 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 1 | -1/+1 |
* | Made documentation ready for release (AP) | David Heinemeier Hansson | 2005-07-06 | 1 | -3/+3 |
* | Partly tuned docs for release (AP) | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+1 |
* | render(:template) applies a layout by default. render("foo/bar") works with a... | Jamis Buck | 2005-06-15 | 1 | -2/+2 |
* | render(:action) and render() are the only two render calls to use a layout by... | Jamis Buck | 2005-06-01 | 1 | -6/+4 |
* | render(:inline) defaults to :layout => false | Jamis Buck | 2005-05-30 | 1 | -2/+2 |
* | render(:text), render(:partial), and render(:nothing) always default to :layo... | Jamis Buck | 2005-05-30 | 1 | -5/+17 |
* | render :nothing shouldnt cause layouts | David Heinemeier Hansson | 2005-05-22 | 1 | -1/+1 |
* | Cure some ills discovered with the refactoring | David Heinemeier Hansson | 2005-05-22 | 1 | -29/+21 |
* | Deprecated all render_* methods in favor of consolidating all rendering behav... | David Heinemeier Hansson | 2005-05-22 | 1 | -11/+10 |
* | Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_... | David Heinemeier Hansson | 2005-05-22 | 1 | -3/+31 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+2 |
* | Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<... | David Heinemeier Hansson | 2005-01-11 | 1 | -21/+63 |
* | Added documentation for using render_with_layout | David Heinemeier Hansson | 2004-12-29 | 1 | -0/+16 |
* | Added documentation for automatic layout inclusion #328 [Marcel] | David Heinemeier Hansson | 2004-12-19 | 1 | -0/+9 |