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
*
Merge remote branch 'miloops/warnings'
José Valim
2010-09-29
1
-3
/
+5
|
\
|
*
Remove more warnings: no need to define attr_accessor if already exists. Init...
Emilio Tagua
2010-09-28
1
-3
/
+5
|
*
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-27
3
-19
/
+2
*
|
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-28
3
-19
/
+2
*
|
Fix tests on 1.9.2.
José Valim
2010-09-28
1
-0
/
+1
*
|
renderer calls object.to_json when rendering :json => object [#5655 state:res...
Diego Carrion
2010-09-27
1
-1
/
+1
|
/
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
2
-6
/
+6
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
4
-9
/
+13
*
Do not cache the script name outcome.
José Valim
2010-09-27
1
-9
/
+11
*
Merge remote branch 'miloops/warnings'
José Valim
2010-09-27
6
-11
/
+25
|
\
|
*
Initialize @_routes if not defined yet, avoiding more warnings.
Emilio Tagua
2010-09-27
1
-0
/
+1
|
*
Avoid uninitialized variable warning.
Emilio Tagua
2010-09-27
1
-1
/
+1
|
*
Initialize @_request and @_response.
Emilio Tagua
2010-09-27
1
-1
/
+3
|
*
Remove more warnings shadowing outer local variable.
Emilio Tagua
2010-09-27
2
-6
/
+6
|
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
3
-3
/
+15
*
|
Call it compile_methods! and do the same on AM.
José Valim
2010-09-27
1
-2
/
+2
*
|
Cache url_options on a per-request basis.
thedarkone
2010-09-27
1
-9
/
+11
*
|
Compile ActionController::Base.config's methods to avoid method_missing overh...
thedarkone
2010-09-27
1
-0
/
+10
|
/
*
Partial revert of #d650b71 'Remove deprecated stuff in ActionController'
Carlos Antonio da Silva
2010-09-26
3
-0
/
+6
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
5
-8
/
+2
*
Fix logging when cache key contains % sign [#5570 state:resolved]
Krekoten' Marjan
2010-09-25
1
-1
/
+1
*
There is no need to use instance_eval since the proc is created in the same c...
José Valim
2010-09-24
1
-1
/
+1
*
Make redirect_to accept blocks [#5643 state:resolved]
Nando Vieira
2010-09-24
1
-1
/
+5
*
resolves rdoc conflict
Xavier Noria
2010-09-23
1
-2
/
+2
|
\
|
*
updated instructions on how to change the default session store
Diego Carrion
2010-09-18
1
-2
/
+2
|
*
updated instructions to generate the migration for the ActiveRecord session s...
Diego Carrion
2010-09-18
1
-1
/
+1
*
|
Refactor decode_credentials to avoid inject and use map instead.
Emilio Tagua
2010-09-22
1
-6
/
+5
*
|
Refactor methods in html node to avoid injects.
Emilio Tagua
2010-09-22
1
-8
/
+4
*
|
Fix header capitalization by explicitly upcasing first letter of every word, ...
Maxim Chernyak
2010-09-18
1
-1
/
+1
*
|
Small tweak the ConditionalGet documentation
Carl Lerche
2010-09-17
1
-2
/
+2
|
/
*
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
[next]