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
*
[ci skip] Fix <tt> in doc
claudiob
2015-11-15
1
-1
/
+1
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
2
-8
/
+13
*
use `dispatch` instead of `process` to run requests though
eileencodes
2015-10-29
1
-4
/
+5
*
Remove unnecessary method
eileencodes
2015-10-29
1
-3
/
+0
*
fix rdoc markup [ci skip]
yuuji.yaginuma
2015-10-25
1
-4
/
+4
*
Merge pull request #22003 from yui-knk/remove_needless_require_as
Yves Senn
2015-10-20
1
-1
/
+0
|
\
|
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+0
*
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-5
/
+3
|
/
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
4
-13
/
+13
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-25
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
2
-1
/
+3
|
\
|
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
|
*
[ci skip] Fix document of `ActionController::RequestForgeryProtection`
yui-knk
2015-09-28
1
-0
/
+2
*
|
remove useless method
Aaron Patterson
2015-09-28
1
-4
/
+0
*
|
move the Header hash to the super class
Aaron Patterson
2015-09-24
1
-27
/
+0
*
|
stop directly setting headers on the controller
Aaron Patterson
2015-09-23
1
-5
/
+0
*
|
stop constructing a request object in this setter
Aaron Patterson
2015-09-23
1
-1
/
+0
*
|
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-4
/
+4
*
|
Document Bearer prefix for Authorization header [ci skip]
Eliot Sykes
2015-09-23
1
-5
/
+7
*
|
Updated Mime Negotiations docs [ci skip]
amitkumarsuroliya
2015-09-23
1
-2
/
+2
*
|
don't deal with `nil` values
Aaron Patterson
2015-09-22
1
-1
/
+3
*
|
swap upcase and to_sym
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
stop calling deprecated methods
Aaron Patterson
2015-09-21
3
-11
/
+11
|
/
*
Use rack.session_options instead of directly change env
Juanito Fatas
2015-09-16
1
-1
/
+1
*
fewer direct env manipulations
Aaron Patterson
2015-09-15
1
-1
/
+1
*
eagerly allocate the renderer object
Aaron Patterson
2015-09-14
1
-9
/
+5
*
initialize `@renderer` to avoid ivar warnings
Aaron Patterson
2015-09-14
1
-1
/
+8
*
add a lock when allocating the renderer
Aaron Patterson
2015-09-14
1
-1
/
+5
*
Remove wrong doc line about AC::Parameters
claudiob
2015-09-10
1
-3
/
+2
*
push content_type assigment in to metal
Aaron Patterson
2015-09-08
2
-5
/
+7
*
avoid useless string allocations
Aaron Patterson
2015-09-08
1
-1
/
+1
*
use accessors instead of manipulating the hash
Aaron Patterson
2015-09-08
1
-2
/
+2
*
typo "description not clear corrected with proper description and action_cont...
kishore-mohan
2015-09-02
1
-2
/
+2
*
add a method for getting the http auth salt
Aaron Patterson
2015-08-29
1
-2
/
+2
*
env to get_header conversion
Aaron Patterson
2015-08-29
1
-1
/
+1
*
fixes example for consistency [ci skip]
Xavier Noria
2015-08-29
1
-3
/
+3
*
swaps words [ci skip]
Xavier Noria
2015-08-29
1
-1
/
+1
*
revamps the docs of strong params require [ci skip]
Xavier Noria
2015-08-29
1
-9
/
+40
*
revises 877e42e
Xavier Noria
2015-08-28
1
-2
/
+2
*
[Feature] params.require requires array of params
Gaurish Sharma
2015-08-28
1
-0
/
+8
*
Revert "this always sets :public to false, so just do that"
Aaron Patterson
2015-08-27
1
-1
/
+1
*
this always sets :public to false, so just do that
Aaron Patterson
2015-08-27
1
-1
/
+1
*
only call self.content_type= when there is a response
Aaron Patterson
2015-08-26
2
-3
/
+6
*
Pull `plain` content type handling up to `render`
Aaron Patterson
2015-08-26
1
-6
/
+2
*
stop passing the options hash to `_process_format`
Aaron Patterson
2015-08-26
1
-2
/
+2
*
remove RackDelegation module
Aaron Patterson
2015-08-26
6
-28
/
+0
*
remove useless method
Aaron Patterson
2015-08-26
1
-5
/
+0
*
remove useless status set
Aaron Patterson
2015-08-26
1
-2
/
+0
*
remove useless conditional
Aaron Patterson
2015-08-26
1
-1
/
+1
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
2
-20
/
+2
[next]