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
...
*
added block arguments to ActionController::Metal#use
Collin Miller
2010-09-12
1
-3
/
+3
*
revises implementation and documentation of csrf_meta_tags, and aliases csrf_...
Xavier Noria
2010-09-11
1
-2
/
+2
*
Merge remote branch 'drogus/engines'
wycats
2010-09-11
1
-1
/
+1
|
\
|
*
Do not require passing :app to mounted helpers, it's actually useless and not...
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
|
Adding linkage to redirect_to from Base and adding status code option reference
Mikel Lindsaar
2010-09-09
2
-2
/
+6
|
/
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
4
-64
/
+1
*
Forgot to move that line to railtie on rebase
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Include all helpers from non-namespaced engines
Piotr Sarnacki
2010-09-03
1
-9
/
+3
*
Set only helpers_path on inherited hook in action_controller/railtie.rb and u...
Piotr Sarnacki
2010-09-03
3
-9
/
+11
*
Moved ActionMailer and ActionController railties options to inherited hook
Piotr Sarnacki
2010-09-03
3
-16
/
+32
*
Refactor ActionMailer to not use hide_actions
Piotr Sarnacki
2010-09-03
1
-14
/
+1
*
Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...
Piotr Sarnacki
2010-09-03
2
-19
/
+2
*
Fix generating urls with mounted helpers in view context
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Include application's helpers and router helpers by default, but include engi...
Piotr Sarnacki
2010-09-03
4
-4
/
+30
*
This is not needed
Piotr Sarnacki
2010-09-03
1
-26
/
+0
*
Add mounted_helpers to routes
Piotr Sarnacki
2010-09-03
2
-1
/
+28
*
Ensure that env is always available in controllers
Piotr Sarnacki
2010-09-03
2
-2
/
+6
*
Added some more tests for url generation between Engine and Application
Piotr Sarnacki
2010-09-03
1
-4
/
+4
*
Get rid of :skip_prefix options in routes
Piotr Sarnacki
2010-09-03
1
-8
/
+4
*
New way of generating urls for Application from Engine.
Piotr Sarnacki
2010-09-03
1
-2
/
+11
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
4
-6
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
4
-0
/
+6
*
Use join instead of looping and calling to_s [#5492 state:resolved]
Thiago Pradi
2010-09-01
1
-3
/
+1
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
5
-171
/
+12
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-28
11
-108
/
+89
|
\
|
*
Revert "call-seq directive makes rdoc cry and replaces method names with a cu...
Xavier Noria
2010-08-27
1
-0
/
+15
|
*
call-seq directive makes rdoc cry and replaces method names with a curly brac...
Joost Baaij
2010-08-27
1
-15
/
+0
|
*
escape constant names
Joost Baaij
2010-08-26
2
-9
/
+9
|
*
Reflect how CSRF protection now works and refer to the Security Guide for mor...
Joost Baaij
2010-08-26
1
-36
/
+18
|
*
cleanup of ActionController::Metal inline documentation
Joost Baaij
2010-08-26
5
-51
/
+50
|
*
Escape 'caching' when used in a sentence; remove unnessesary quotes
Joost Baaij
2010-08-26
3
-12
/
+12
*
|
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
José Valim
2010-08-26
1
-1
/
+1
|
/
*
Restored top-level documentation for ActionController::Base.
Joost Baaij
2010-08-25
1
-0
/
+163
*
Reset symbolized path parameters when a test request is recycled [#5437 state...
Andrew White
2010-08-24
1
-0
/
+1
*
Use attribute readers as they are faster in general.
José Valim
2010-08-19
1
-8
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
8
-69
/
+69
*
API Docs: Use 'HTTP_AUTHORIZATION' and not :authorize as key in integration t...
Rohit Arondekar
2010-07-30
1
-1
/
+1
*
doc: cleanup respond_to documentation
Wincent Colaiuta
2010-07-26
1
-9
/
+12
*
Change returning with tap
Santiago Pastorino
2010-07-25
1
-1
/
+1
*
Clean up AM and AC railties.
José Valim
2010-07-24
2
-33
/
+14
*
Also move asset_path to AbstractController.
José Valim
2010-07-24
1
-1
/
+0
*
Move config_accessor :asset_host from ActionController::Base to AbstractContr...
Jeroen van Dijk and Josh Kalderimis
2010-07-24
1
-1
/
+1
*
No need to delegate. Simply include the whole RecordIdentifier module.
José Valim
2010-07-21
1
-0
/
+2
*
Moved a few methods from RecordIdentifier to ActiveModel::Naming
Piotr Sarnacki
2010-07-21
1
-30
/
+1
*
Moved PolymorphicRoutes to ActionDispatch::Routing
Piotr Sarnacki
2010-07-20
2
-184
/
+0
*
Add a test for elapsed and require missing benchmark file.
José Valim
2010-07-20
1
-0
/
+1
*
Add missing require to metal/streaming.rb
José Valim
2010-07-20
1
-0
/
+2
*
Remove unused orig_handler and unneeded parentheses
Santiago Pastorino
2010-07-20
1
-3
/
+3
*
There is absolutely no need to use __send__ here.
José Valim
2010-07-19
1
-3
/
+3
*
No need to create a new module in the previous commit.
José Valim
2010-07-19
3
-17
/
+10
[prev]
[next]