| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ActionView::Template::Path ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -1/+1 |
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -1/+1 |
* | Refactor ActionView::Template | Yehuda Katz + Carl Lerche | 2009-04-27 | 1 | -6/+6 |
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 1 | -3/+3 |
* | Makes rails-dev-boost work again | Carl Lerche & Yehuda Katz | 2009-04-14 | 1 | -5/+2 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -4/+12 |
|\ |
|
| * | Simplify handling of absolute path templates. [#2276 state:resolved] | thedarkone | 2009-03-24 | 1 | -1/+1 |
| * | ruby 1.9 compat: Pathname doesn't support =~ | Joshua Peek | 2009-03-15 | 1 | -1/+1 |
| * | correctly handle layouts for AJAX requests and regular js files [#2052 state:... | Matt Jones | 2009-02-24 | 1 | -3/+3 |
| * | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 1 | -8/+15 |
| * | Improve view rendering performance in development mode and reinstate template... | Andrew White | 2009-02-09 | 1 | -9/+8 |
| * | Render implicit html template when xhr request now supports localization [#18... | José Valim | 2009-02-07 | 1 | -0/+2 |
| * | Use Path rather than EagerPath when cache_classes == false so other view path... | Andrew White | 2009-02-05 | 1 | -1/+5 |
* | | In the middle of some refactoring... some fails due to changes in AbstractCon... | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -0/+9 |
* | | Add a bunch of tests for various render :action, layout combinations | Yehuda Katz | 2009-03-23 | 1 | -0/+3 |
* | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 1 | -7/+13 |
|\ \
| |/
|/| |
|
| * | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -3/+13 |
* | | Restore implicit rendering for XHR requests that want a HTML template [#1590 ... | Joshua Peek | 2009-01-27 | 1 | -0/+3 |
* | | Add localized templates | Joshua Peek | 2009-01-25 | 1 | -1/+5 |
|/ |
|
* | Clean up view path cruft and split path implementations into Template::Path a... | Joshua Peek | 2008-12-29 | 1 | -106/+1 |
* | Ensure the template format is always passed to the template finder. Now we ca... | Joshua Peek | 2008-12-21 | 1 | -28/+13 |
* | Fixed template lookups from outside the rails root [#1557 state:resolved] | Joshua Peek | 2008-12-11 | 1 | -0/+4 |
* | Silence server backtrace in rescue templates and log files. Also remove some ... | Joshua Peek | 2008-12-05 | 1 | -1/+9 |
* | fixed template recompile issue with previous commit and add some better tests... | Joshua Peek | 2008-11-28 | 1 | -1/+1 |
* | Reinstate "Super lazy load view paths in development mode (no indexing or cac... | Joshua Peek | 2008-11-28 | 1 | -17/+50 |
* | Revert "Super lazy load view paths in development mode (no indexing or cachin... | David Heinemeier Hansson | 2008-11-27 | 1 | -50/+17 |
* | Super lazy load view paths in development mode (no indexing or caching at all... | Joshua Peek | 2008-11-26 | 1 | -17/+50 |
* | Partial revert of 2681685 premature TypeArray abstraction | Joshua Peek | 2008-08-21 | 1 | -1/+25 |
* | Consistently use the framework's configured logger and avoid reverting to RAI... | Joshua Peek | 2008-08-18 | 1 | -1/+1 |
* | Ensure mailer view path is loaded when it's assigned. Path#[] raises if it is... | Jeremy Kemper | 2008-07-31 | 1 | -0/+2 |
* | Load view path cache after plugins and gems. | Joshua Peek | 2008-07-23 | 1 | -3/+15 |
* | Extract ActiveSupport::TypedArray class to ensure an array is all of the same... | Joshua Peek | 2008-07-22 | 1 | -25/+6 |
* | Ensure ActionView::PathSet::Path is not initialized with a precompiled path | Joshua Peek | 2008-07-19 | 1 | -0/+2 |
* | Removed config.action_view.cache_template_loading, use config.cache_classes i... | Joshua Peek | 2008-07-15 | 1 | -4/+12 |
* | Set config.action_view.warn_cache_misses = true to receive a warning if you p... | Joshua Peek | 2008-07-12 | 1 | -1/+12 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -0/+85 |