aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/compatibility.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace _action_view with view_context to reflect that it is public and that ↵Yehuda Katz2009-08-061-2/+2
| | | | it does not need to be an ActionView instance
* Rename method to a more obvious nameYehuda Katz2009-07-111-2/+2
|
* RJS doesn't render with an HTML layout by defaultYehuda Katz + Carl Lerche2009-06-171-0/+1
|
* Move the exceptions for missing template into Compatibility in prep for ↵Yehuda Katz + Carl Lerche2009-06-161-0/+7
| | | | moving it into a "not-production" module
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-0/+139