1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Carl Lerche & Yehuda Katz 906aebceed Bring abstract_controller up to date with rails/master
Resolved all the conflicts since 2.3.0 -> HEAD. Following is a list
of commits that could not be applied cleanly or are obviated with the
abstract_controller refactor. They all need to be revisited to ensure
that fixes made in 2.3 do not reappear in 3.0:

2259ecf368
AR not available
  * This will be reimplemented with ActionORM or equivalent

06182ea02e
implicitly rendering a js response should not use the default layout
[#1844 state:resolved]
  * This will be handled generically

893e9eb995
Improve view rendering performance in development mode and reinstate
template recompiling in production [#1909 state:resolved]
  * We will need to reimplement rails-dev-boost on top of the refactor;
    the changes here are very implementation specific and cannot be
    cleanly applied. The following commits are implicated:

      199e750d46
      3942cb406e
      f8ea9f85d4
      e3b166aab3
      ae9f258e03
      44423126c6

0cb020b4d6
workaround for picking layouts based on wrong view_paths
[#1974 state:resolved]
  * The specifics of this commit no longer apply. Since it is a two-line
    commit, we will reimplement this change.

8c5cc66a83
make action_controller/layouts pick templates from the current instance's
view_paths instead of the class view_paths [#1974 state:resolved]
  * This does not apply at all. It should be trivial to apply the feature
    to the reimplemented ActionController::Base.

87e8b16246
fix HTML fallback for explicit templates [#2052 state:resolved]
  * There were a number of patches related to this that simply compounded
    each other. Basically none of them apply cleanly, and the underlying
    issue needs to be revisited. After discussing the underlying problem
    with Koz, we will defer these fixes for further discussion.
2009-04-13 15:18:45 -07:00
..
abstract Get Base2 layouts to work :) 2009-04-07 17:57:20 -07:00
base Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
caching Ensure correct content type is declared after cache hits on actions with string cache keys [#1585 state:resolved] 2009-03-10 23:31:19 +00:00
cgi Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
dispatch Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
mime Move HTTP libs and middleware into ActionDispatch component 2009-01-27 18:54:01 -06:00
new_base Get Base2 layouts to work :) 2009-04-07 17:57:20 -07:00
routing Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
session Session LazyHash#inspect triggers the hash to load 2009-02-07 16:47:44 -06:00
testing Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
vendor Ensure our bundled version of rack is at the front of the load path 2009-03-15 22:54:26 -05:00
abstract.rb Working toward getting a basic AbstractController framework 2009-03-17 18:04:22 -07:00
caching.rb Autoload ActionController::Caching::Sweeper constant [#1977 state:resolved] 2009-02-16 14:37:42 -06:00
new_base.rb Get very basic layouts working. 2009-03-19 15:45:48 -07:00
record_identifier.rb Reorganize ActionController folder structure 2009-01-27 18:17:39 -06:00
reloader.rb Move development mode reloading up the stack to avoid issues with class reloading in middleware 2009-02-20 12:04:57 -06:00
routing.rb Support OPTIONS verb in route conditions [#1727 state:resolved] 2009-03-08 12:37:17 +00:00
translation.rb Added ActionController::Translation module delegating to I18n #translate/#t and #localize/#l [status:committed #1008] 2008-09-10 00:39:54 -05:00