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
...
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
2
-7
/
+6
*
Fix dom_id for ActiveRecord [#4296 state:resolved]
José Valim
2010-03-30
1
-2
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
4
-0
/
+5
*
Ensure details are frozen after @details_keys lookup. The implementation wait...
José Valim
2010-03-27
1
-2
/
+1
*
Fixes typo (ht: Claudio Poli) [#4107 state:closed]
wycats
2010-03-26
1
-1
/
+1
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
3
-7
/
+9
*
response_body is an Array in 1.9, so an Array was being pushed onto the cache
wycats
2010-03-19
1
-0
/
+2
*
Fix protect_against_forgery
Carlhuda
2010-03-19
1
-1
/
+3
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-0
/
+1
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-1
/
+7
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
2
-20
/
+1
*
Remove caching's dependency on view_context. Also, make it so that the layout...
Carlhuda
2010-03-18
1
-10
/
+14
*
@layout is a confusing name... use @cache_layout
Carlhuda
2010-03-18
1
-3
/
+3
*
Get modules back into integration tests
Carlhuda
2010-03-17
1
-1
/
+0
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
2
-9
/
+20
*
Mark bang instrumentations as something that you shuold not be listening to.
José Valim
2010-03-17
1
-2
/
+2
*
Ensure json is loaded before using responders.
José Valim
2010-03-17
1
-0
/
+2
*
Modify assert_template to use instrumentation
Carlhuda
2010-03-17
1
-0
/
+82
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-1
/
+1
*
Eliminate warnings for AM on 1.8
wycats
2010-03-16
2
-5
/
+7
*
Some more tweaks on <% %>.
Carlhuda
2010-03-16
1
-2
/
+1
*
RJS may cache an array
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-5
/
+11
*
to_str works here
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
read_ and write_fragment cache preserve html safety yet cache strings only
Jeremy Kemper
2010-03-14
1
-6
/
+6
*
Ensure controller filters are executed before stuff starts to happen.
José Valim
2010-03-13
2
-3
/
+7
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
3
-11
/
+14
*
Write strings to fragment cache, not outputbuffers
Jeremy Kemper
2010-03-11
1
-1
/
+3
*
ActionController::Base.request_forgery_protection_token should actually be th...
Carl Lerche
2010-03-11
1
-1
/
+1
*
Merge branch 'master' of gitproxy:rails/rails
José Valim
2010-03-10
3
-84
/
+19
|
\
|
*
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-3
/
+3
|
*
RouteSet#rewrite => url_for
Joshua Peek
2010-03-09
1
-1
/
+1
|
*
Move AC::UrlRewriter onto route set
Joshua Peek
2010-03-09
2
-81
/
+16
*
|
Remove uneeded methods.
José Valim
2010-03-10
1
-18
/
+4
|
/
*
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
[prev]
[next]