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
*
Use caller for helpers_dir deprecation warnings
Jeremy Kemper
2010-06-28
1
-2
/
+2
*
Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...
Bruno Michel
2010-06-28
2
-0
/
+2
*
Small changes to responder:
José Valim
2010-06-26
1
-5
/
+13
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
4
-59
/
+58
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-0
/
+2
*
Fix controller_name for non default controller paths [#4901 state:resolved]
knapo
2010-06-23
1
-1
/
+1
*
Add support for specifying locals in view tests with assert template [#4927 s...
David Chelimsky
2010-06-22
1
-3
/
+13
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
4
-10
/
+22
|
\
|
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
2
-4
/
+13
|
*
Remove a relic of #request being in RackDelegation
wycats
2010-06-19
2
-6
/
+9
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
2
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
2
-3
/
+3
*
|
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
|
/
*
class_attribute is not a direct replacement of class_inheritable_*.
José Valim
2010-06-10
1
-3
/
+3
*
cache_sweeper yields blank output
Neeraj Singh
2010-06-08
1
-0
/
+1
*
regular expressions are usually ASCII-encoded, so force_encoding the content ...
wycats
2010-06-07
1
-0
/
+1
*
Make named helpers unprotected without becoming actions [#4696 state:resolved]
wycats
2010-06-07
1
-0
/
+8
*
Reset request.parameters after assigning params for functional tests
Jeremy Kemper
2010-06-06
1
-2
/
+4
*
Memoizing methods on request means we need to clear them out on recycle!
wycats
2010-06-04
1
-3
/
+3
*
Add an asset_host accessor for consistency.
José Valim
2010-06-02
1
-2
/
+1
*
Extract assets paths and make them available to Action Mailer as well
David Heinemeier Hansson
2010-06-02
1
-1
/
+2
*
Changes made while working on upgrading cells to Rails 3
wycats
2010-06-02
2
-4
/
+5
*
Add :only and :except to controllers MiddlewareStack. This allows
José Valim
2010-05-30
1
-3
/
+45
*
Fix a bug where responders were not working properly on method override.
José Valim
2010-05-24
1
-1
/
+1
*
Ruby 1.9: helper path may be a pathname, so convert to a string before quotin...
Jeremy Kemper
2010-05-16
1
-1
/
+1
*
Eliminate false positives when passing symbols to assert_template
David Chelimsky
2010-05-03
1
-1
/
+2
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
4
-11
/
+11
*
add HTTP Token Authorization support to complement Basic and Digest Authoriza...
rick
2010-04-30
2
-0
/
+159
*
ActionCachingTestController rescues from all exceptions. Making sure that all...
Neeraj Singh
2010-04-29
1
-1
/
+1
*
extract ActionController::TestCase::Behavior
David Chelimsky
2010-04-26
1
-126
/
+133
*
allow unsubscribe by name or subscription [#4433 state:resolved]
David Chelimsky
2010-04-24
1
-0
/
+1
*
Always downstream given options in :json, :xml and :js renderers and add test...
José Valim
2010-04-22
1
-2
/
+2
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
8
-165
/
+93
*
It should be possible to render :json with options
wycats
2010-04-20
1
-1
/
+1
*
perform_caching is now delegated to config on instance and class level
Santiago Pastorino
2010-04-17
1
-2
/
+3
*
Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:reso...
Carl Lerche
2010-04-16
1
-1
/
+0
*
page_cache_extension is delegating to config so no need to deprecate
Santiago Pastorino
2010-04-16
1
-1
/
+0
*
Make perform_caching work again, with the tests passing and backward compatible
Santiago Pastorino and Carl Lerche
2010-04-15
3
-11
/
+10
*
Revert "logger added to the deprecated config accessor" we need a major refac...
Santiago Pastorino and Carl Lerche
2010-04-15
1
-1
/
+0
*
logger added to the deprecated config accessor
Santiago Pastorino
2010-04-14
1
-0
/
+1
*
protected instance variables added to the deprecated config accessor
Santiago Pastorino
2010-04-14
1
-0
/
+1
*
asset and helper path added to the deprecated config accessor
Santiago Pastorino
2010-04-14
1
-0
/
+2
*
page_cache added to the deprecated config accessor
Santiago Pastorino
2010-04-14
1
-3
/
+6
*
Make use of config.perform_caching
Santiago Pastorino
2010-04-14
2
-6
/
+6
*
Fix missing dependency on Hash#to_query
Santiago Pastorino
2010-04-14
1
-0
/
+1
*
Merge commit 'docrails/master'
Xavier Noria
2010-04-14
1
-1
/
+1
|
\
|
*
Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...
Anil Wadghule
2010-04-12
1
-1
/
+1
*
|
config.perform_caching added to the deprecated config accessor [#4383 state:c...
Santiago Pastorino
2010-04-13
1
-1
/
+2
|
/
*
Move verification to a plugin as well: http://github.com/rails/verification.git
José Valim
2010-04-10
3
-140
/
+19
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-1
/
+1
[next]