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
/
metal
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix warning in AC flash
Joshua Peek
2009-12-14
1
-0
/
+1
*
Remove fancy method not allowed resource exceptions since they are
Joshua Peek
2009-12-11
1
-10
/
+1
*
Merge branch 'master' of github.com:rails/rails
Yehuda Katz
2009-12-10
1
-56
/
+45
|
\
|
*
Simpler RenderOption API -- removes the need for registering the types and ex...
Carlhuda
2009-12-09
1
-56
/
+45
*
|
Responder redirects to resource if destroy fails.
José Valim
2009-12-07
1
-2
/
+7
*
|
Make controller.flash public to be used in responders.
José Valim
2009-12-07
1
-12
/
+12
|
/
*
Reorganize autoloads:
Carlhuda
2009-12-02
3
-2
/
+2
*
cache_store and page_cache_directory are already defined in caching
Joshua Peek
2009-12-01
1
-4
/
+1
*
Allow ActionController::Responder to have a common entry point for all formats.
José Valim
2009-12-01
1
-3
/
+8
*
Extract form_authenticity_param instance method so it's overridable in subcla...
Jeremy Kemper
2009-11-17
1
-0
/
+5
*
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
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-08
1
-1
/
+1
*
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
*
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
*
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
[prev]
[next]