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
...
|
*
|
Add the options method to action_controller testcase.
François de Metz
2012-07-04
1
-2
/
+7
*
|
|
push parameter instantiation to one method
Aaron Patterson
2012-07-03
1
-1
/
+1
*
|
|
add Mime.fetch so we can have default mime types
Aaron Patterson
2012-07-03
1
-2
/
+1
*
|
|
make the default environment have actual defaults
Aaron Patterson
2012-07-03
1
-2
/
+9
*
|
|
assing the request on the response only once
Aaron Patterson
2012-07-03
1
-4
/
+5
*
|
|
group things that are alike
Aaron Patterson
2012-07-03
2
-10
/
+10
*
|
|
push functional test specific methods to it's own module
Aaron Patterson
2012-07-03
2
-9
/
+15
*
|
|
test should be testing to_param not to_s, remove Array subclass
Aaron Patterson
2012-07-03
1
-5
/
+1
*
|
|
push the cookie writing stuff out of the controller
Aaron Patterson
2012-07-03
2
-23
/
+8
*
|
|
extend the controller with special logic on recycle
Aaron Patterson
2012-07-03
2
-16
/
+28
*
|
|
push req / res setting to the test runner
Aaron Patterson
2012-07-03
2
-5
/
+10
*
|
|
extract response setting to a method
Aaron Patterson
2012-07-03
1
-2
/
+8
|
/
/
*
|
push response creation down since third param is never used.
Aaron Patterson
2012-07-02
1
-3
/
+3
*
|
Remove ActiveModel dependency from ActionPack
Guillermo Iguaran
2012-06-30
2
-3
/
+17
|
/
*
AS::Callbacks: deprecate monkey patch code
Bogdan Gusiev
2012-06-26
1
-0
/
+6
*
Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramify
Carlos Antonio da Silva
2012-06-23
1
-1
/
+1
|
\
|
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-06-22
1
-1
/
+1
*
|
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-14
2
-8
/
+26
|
\
|
*
moar copy edits [ci skip]
Vijay Dev
2012-06-14
1
-2
/
+1
|
*
copy editing [ci skip]
Vijay Dev
2012-06-14
1
-4
/
+7
|
*
fixed http token authentication formatting
Jakub Kuźma
2012-06-12
1
-8
/
+13
|
*
on CSRF whitelisting the argument for :if must be a symbol
Daniel Lopes
2012-06-07
1
-1
/
+1
|
*
fix typos on the CSRF whitelisting doc
Daniel Lopes
2012-06-07
1
-3
/
+3
|
*
Document the CSRF whitelisting on get requests
Daniel Lopes
2012-06-07
1
-5
/
+16
*
|
ActionController::Caching depends on RackDelegation and AbstractController::C...
Santiago Pastorino
2012-06-13
1
-0
/
+3
*
|
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
Akira Matsuda
2012-06-06
1
-1
/
+1
|
/
*
Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl
Jeremy Friesen
2012-05-31
1
-7
/
+15
*
Fix sorting of helpers from different paths
Piotr Sarnacki
2012-05-28
1
-2
/
+2
*
Escape the extension when normalizing the action cache path.
Andrew White
2012-05-20
1
-2
/
+3
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-1
/
+4
*
Show in log correct wrapped keys
Dmitry Vorotilin
2012-05-20
1
-1
/
+2
*
Make AC::LogSubscriber#send_file like #send_data
Alexey Vakhov
2012-05-19
1
-3
/
+1
*
Fix incorrect assert_block -> assert conversion. Assumed too much from the Mi...
Jeremy Kemper
2012-05-17
1
-2
/
+2
*
MiniTest deprecated #assert_block in favor of calling #assert with a block
Jeremy Kemper
2012-05-17
1
-1
/
+1
*
Merge pull request #2237 from jackdempsey/log_redirect_to
Aaron Patterson
2012-05-16
1
-0
/
+1
|
\
|
*
log at debug level what line caused the redirect_to
Jack Dempsey
2012-05-16
1
-0
/
+1
*
|
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
10
-34
/
+12
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-12
1
-42
/
+44
|
\
\
|
*
|
Move HTTP Token auth docs above the Token module
Elia Schito
2012-05-11
1
-42
/
+44
*
|
|
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-0
/
+1
*
|
|
remove duplicate usage of Rack::Utils.status_code in LogSubscriber#process_ac...
Rafael Magana
2012-05-10
1
-1
/
+1
|
/
/
*
|
If content_type is explicitly passed to the :head method use the value or fal...
Kunal Shah
2012-05-08
1
-1
/
+2
*
|
remove .new from raise ActionController::UnknownFormat
Steven Soroka
2012-05-06
1
-1
/
+1
*
|
Raise a rescuable exception when Rails doesn't know what to do with the forma...
Steven Soroka
2012-05-06
2
-2
/
+4
*
|
Use Hash#fetch instead of has_key? check
Carlos Antonio da Silva
2012-05-04
1
-1
/
+1
*
|
Merge pull request #4445 from nragaz/role_based_params_wrapping
José Valim
2012-05-04
1
-2
/
+3
*
|
Improve assert_template layout checking
Alexey Vakhov
2012-05-04
1
-3
/
+15
*
|
Fix assert_template :layout => nil assertion
Alexey Vakhov
2012-05-04
1
-2
/
+5
*
|
Fix assert_template assertion with :layout option
Alexey Vakhov
2012-05-04
1
-1
/
+1
[prev]
[next]