index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
compatibility.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
1
-13
/
+0
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-2
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+2
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
1
-6
/
+10
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-2
/
+2
*
Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...
José Valim
2010-04-08
1
-2
/
+0
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-9
/
+0
*
Clean LookupContext API.
José Valim
2010-03-08
1
-1
/
+2
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-3
/
+8
*
More cleanup on the layouts side.
José Valim
2010-03-08
1
-2
/
+0
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-13
/
+0
*
Refactor cache_store to use ActionController config
Carlhuda
2010-03-04
1
-5
/
+0
*
Move stuff from compatibility.rb to deprecated.rb
Carlhuda
2010-03-04
1
-126
/
+5
*
Move session and session_store onto ActionDispatch and add deprecation warnings
Carlhuda
2010-03-04
1
-0
/
+6
*
Fix all the broken tests due to the AC configuration refactor
Carl Lerche
2010-03-03
1
-0
/
+3
*
Add caller to deprecation notices
Carlhuda
2010-03-03
1
-11
/
+11
*
Deprecate IP spoofing settings that are directly on the controller in favor o...
Carlhuda
2010-03-03
1
-7
/
+26
*
Indicate that ActionController::Base.resource_action_separator is deprecated ...
Carl Lerche
2010-03-03
1
-2
/
+9
*
ActionController::Base.use_accept_header is not actually used anymore, so let...
Carl Lerche
2010-03-03
1
-2
/
+8
*
Work on deprecating ActionController::Base.relative_url_root
Carlhuda
2010-03-03
1
-2
/
+39
*
Move session_store and session_options to the AC configuration object
Carlhuda
2010-03-03
1
-3
/
+0
*
Remove ActionController::Base.resources_path_names
Carl Lerche
2010-02-24
1
-2
/
+0
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-2
/
+2
*
Its not a deprecation if you actually just ignore the call
David Heinemeier Hansson
2010-02-09
1
-0
/
+2
*
Deprecate AC configuration values which were moved to Rack.
José Valim
2010-02-01
1
-6
/
+22
*
Fix some backward incompatible behavior on AM.
José Valim
2010-01-30
1
-13
/
+2
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-1
/
+1
*
Respect resources_path_names and :path_names options in new dsl
Joshua Peek
2010-01-13
1
-3
/
+2
*
optimise_named_routes is unnecessary
Joshua Peek
2010-01-13
1
-5
/
+0
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-1
/
+1
*
cache_store and page_cache_directory are already defined in caching
Joshua Peek
2009-12-01
1
-4
/
+1
*
Caching refactoring
Yehuda Katz
2009-10-29
1
-3
/
+5
*
Move legacy param_parsers config onto AD::ParamsParser
Joshua Peek
2009-08-21
1
-6
/
+0
*
More perf work:
Yehuda Katz
2009-08-11
1
-4
/
+3
*
Got overhead down from 127 to 85. All tests pass:
Yehuda Katz
2009-08-11
1
-2
/
+3
*
Allow to configure trusted proxies via ActionController::Base.trusted_proxies...
Felipe Talavera
2009-08-09
1
-0
/
+2
*
Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...
Yehuda Katz
2009-08-06
1
-0
/
+147