index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some more typos in ActionController::Responder
Daniel Schierbeck
2009-12-21
1
-7
/
+7
*
Fix some typos in the docs for ActionController::Responder
Daniel Schierbeck
2009-12-21
1
-10
/
+10
*
Merge remote branch 'mainstream/master'
Pratik Naik
2009-11-17
19
-363
/
+216
|
\
|
*
Split mime responder into smaller chunks and allow action to be configured.
José Valim
2009-11-13
1
-17
/
+27
|
*
String#bytesize is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
|
*
Update AC::Middleware to play better with the normal AC::Metal stack. This re...
Yehuda Katz
2009-11-05
1
-1
/
+1
|
*
Extracted localized_cache.rb from ActionController, added it to AbstractContr...
José Valim
2009-11-01
1
-38
/
+3
|
*
Add some basic render_test to AbstractController.
José Valim
2009-11-01
1
-0
/
+9
|
*
Improve AbstractController layouts coverage.
José Valim
2009-11-01
1
-0
/
+4
|
*
Move all render and layout pieces required in ActionMailer from ActionControl...
José Valim
2009-11-01
2
-34
/
+0
|
*
Remove ActionMailer helpers and rely on AbstractController one.
José Valim
2009-11-01
1
-65
/
+4
|
*
Refactor ActionMailer layout and remove legacy one.
José Valim
2009-11-01
1
-11
/
+0
|
*
Caching refactoring
Yehuda Katz
2009-10-29
1
-3
/
+5
|
*
New semantics eliminate the need for __send__
Yehuda Katz
2009-10-28
1
-2
/
+2
|
*
Reorganize CSRF a bit
Yehuda Katz
2009-10-28
1
-33
/
+23
|
*
#include should be #extend
Yehuda Katz
2009-10-27
1
-1
/
+1
|
*
Clean up flash a bit
Yehuda Katz
2009-10-27
1
-1
/
+1
|
*
Clean up flash a bit
Yehuda Katz
2009-10-26
1
-25
/
+23
|
*
Clean up parameter logging some
Yehuda Katz
2009-10-26
1
-42
/
+23
|
*
Clean up and update cookies
Yehuda Katz
2009-10-26
1
-17
/
+27
|
*
Fixes expires_now and cleans things up a bit
Yehuda Katz
2009-10-26
1
-1
/
+1
|
*
Extract #head into its own module and simplify it
Yehuda Katz
2009-10-26
2
-36
/
+30
|
*
Base setup for config object in AC.
Yehuda Katz
2009-10-26
2
-12
/
+31
|
*
Only undef to_json if it's defined
Jeremy Kemper
2009-10-19
1
-1
/
+1
|
*
Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...
José Valim
2009-10-17
1
-6
/
+3
|
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...
Carl Lerche
2009-10-16
1
-1
/
+1
|
*
Unify benchmark APIs.
José Valim
2009-10-15
1
-21
/
+2
|
*
Use ERB::Util.h over CGI.escapeHTML as the former is safety aware and the lat...
Michael Koziarski
2009-10-15
1
-1
/
+1
|
*
CookieJar#delete should return the key's value, consistent with a Hash
Jeffrey Hardy
2009-10-14
1
-1
/
+2
*
|
Merge commit 'mainstream/master'
Pratik Naik
2009-10-10
1
-1
/
+1
|
\
|
|
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-08
1
-1
/
+1
*
|
Merge commit 'mainstream/master'
Pratik Naik
2009-09-30
2
-3
/
+92
|
\
|
|
*
Resurrect AC::Benchmarking [#3140 state:resolved]
Joshua Peek
2009-09-24
1
-0
/
+92
|
*
SessionRestoreError belongs in AD
Joshua Peek
2009-09-23
1
-3
/
+0
*
|
Merge commit 'mainstream/master'
Pratik Naik
2009-09-21
2
-43
/
+4
|
\
|
|
*
Remove global exception catching from ApplicationController.
Joshua Peek
2009-09-15
1
-42
/
+3
|
*
Fix filtering parameters when there are Fixnum or other un-dupable values.
Nathaniel Talbott
2009-09-10
1
-1
/
+1
*
|
Merge commit 'mainstream/master'
Pratik Naik
2009-08-31
10
-78
/
+141
|
\
|
|
*
Ensure that blocks are also handled inside the responder.
José Valim
2009-08-29
2
-23
/
+36
|
*
Attempt to render the template inside the responder, so it can be used for ca...
José Valim
2009-08-29
2
-26
/
+37
|
*
And the same thing for Basic
Yehuda Katz + Carl Lerche
2009-08-25
1
-1
/
+2
|
*
HTTP Auth should not depend on RenderingController
Yehuda Katz + Carl Lerche
2009-08-25
1
-1
/
+2
|
*
Redirector had an undeclared dependency on Logger.
Yehuda Katz + Carl Lerche
2009-08-25
1
-0
/
+3
|
*
Modify Digest and Basic to take a request so they can be used outside of the ...
Yehuda Katz + Carl Lerche
2009-08-25
1
-7
/
+7
|
*
ActionController::Metal can be a middleware
Yehuda Katz + Carl Lerche
2009-08-25
1
-7
/
+1
|
*
Move legacy param_parsers config onto AD::ParamsParser
Joshua Peek
2009-08-21
1
-6
/
+0
|
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-7
/
+15
|
*
Caches and cache clearing seems to actually work, but the actual architecture...
Yehuda Katz
2009-08-15
1
-0
/
+32
|
*
Merge branch 'master' of git://github.com/rails/rails
José Valim
2009-08-13
4
-17
/
+22
|
|
\
|
|
*
More perf work:
Yehuda Katz
2009-08-11
3
-14
/
+17
[next]