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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reinstate dom_id in controllers.
Justin Ko
2010-03-09
1
-0
/
+1
*
Refactor the RouteSet so it uses a Generator object instead of one huge method.
wycats
2010-03-09
1
-1
/
+0
*
Get rid of the instance-level URL rewriter
wycats
2010-03-09
2
-39
/
+9
*
Simplify the action endpoint:
Carlhuda
2010-03-08
3
-30
/
+12
*
Clean LookupContext API.
José Valim
2010-03-08
1
-1
/
+2
*
Move request forgery protection configuration to the AC config object
Carl Lerche
2010-03-08
2
-6
/
+44
*
Merge master.
José Valim
2010-03-08
3
-6
/
+12
|
\
|
*
Typo in config.action_dispatch
wycats
2010-03-07
1
-1
/
+1
|
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
2
-5
/
+11
*
|
Finally moved the find template logic to the views.
José Valim
2010-03-08
3
-33
/
+21
*
|
More refactoring. Split _normalize_args and _normalize_options concerns.
José Valim
2010-03-08
1
-6
/
+13
*
|
More cleanup on the layouts side.
José Valim
2010-03-08
1
-2
/
+0
*
|
Move layout lookup to views.
José Valim
2010-03-08
2
-3
/
+2
*
|
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
3
-14
/
+1
|
/
*
Tweak out url_for uses :script_name and add some tests
Carl Lerche
2010-03-04
3
-14
/
+2
*
Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...
Carlhuda
2010-03-04
3
-2
/
+8
*
Use AS::Concern for caching modules
Carlhuda
2010-03-04
3
-27
/
+24
*
Refactor cache_store to use ActionController config
Carlhuda
2010-03-04
2
-21
/
+18
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
4
-37
/
+18
*
Move stuff from compatibility.rb to deprecated.rb
Carlhuda
2010-03-04
3
-126
/
+125
*
Move session and session_store onto ActionDispatch and add deprecation warnings
Carlhuda
2010-03-04
3
-22
/
+39
*
Tweak how ActionPack handles InheritableOptions
Carl Lerche
2010-03-03
1
-1
/
+0
*
Fix all the broken tests due to the AC configuration refactor
Carl Lerche
2010-03-03
3
-9
/
+19
*
Move the original config method onto AbstractController
Carl Lerche
2010-03-03
1
-8
/
+0
*
Start refactoring the method of configuring ActionView
Carlhuda
2010-03-03
1
-0
/
+14
*
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
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
2
-2
/
+2
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-8
/
+14
*
Work on deprecating ActionController::Base.relative_url_root
Carlhuda
2010-03-03
4
-19
/
+46
*
Move InheritableOptions into ActiveSupport
Carlhuda
2010-03-03
1
-8
/
+0
*
Move session_store and session_options to the AC configuration object
Carlhuda
2010-03-03
4
-29
/
+54
*
Remove a failed attempt at refactoring AC configuration
Carlhuda
2010-03-03
3
-31
/
+0
*
Actually move ImplicitRender into it's own file
Carl Lerche
2010-03-03
2
-23
/
+21
*
Add missing super call in AC::Metal. [#4085 status:resolved]
José Valim
2010-03-03
1
-0
/
+1
*
Get the railties tests to pass again.
Carlhuda
2010-03-02
1
-5
/
+0
*
Moved initializers for ActionMailer and ActionController into their own railties
Carlhuda
2010-03-02
1
-0
/
+5
*
Merge _details_defaults and details_for_render
Carlhuda
2010-03-01
1
-4
/
+0
*
Change AV formats so they can delegate to the controller. Now users (or plugi...
Carlhuda
2010-03-01
2
-2
/
+6
*
Make ActionController::Routing::Routes a DeprecatedProxy
Carlhuda
2010-02-26
2
-3
/
+7
*
Including UrlFor in Redirecting and Head will warn usefully if a controller i...
Carlhuda
2010-02-26
2
-6
/
+3
*
Remove traces of SharedTestRoutes from user code; leave it as a standin for R...
Carlhuda
2010-02-26
1
-1
/
+0
*
Change the API for setting global options for #url_for to self.url_options = ...
Carlhuda
2010-02-26
2
-2
/
+2
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
2
-2
/
+2
*
Fix 1.9 issue
Yehuda Katz
2010-02-26
1
-1
/
+1
*
Get URL helpers working again in integration tests.
Carlhuda
2010-02-25
1
-0
/
+2
*
Final pass at removing the router from a global constant
Carlhuda
2010-02-25
2
-2
/
+22
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
5
-9
/
+45
[prev]
[next]