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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #22353 from Bounga/doc_for_cookies_encrypted
Claudio B
2015-11-20
1
-0
/
+7
|
\
|
*
Add missing example for cookies.encrypted [ci skip]
Nicolas Cavigneaux
2015-11-20
1
-0
/
+7
*
|
Remove arity check for `RouteSet#draw`
yui-knk
2015-11-21
1
-4
/
+0
|
/
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-11-15
1
-5
/
+5
|
\
|
*
adding missing `.`
Gaurav Sharma
2015-11-15
1
-5
/
+5
*
|
[ci skip] Fix <tt> in doc
claudiob
2015-11-15
1
-1
/
+1
*
|
Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rb
Yves Senn
2015-11-12
1
-1
/
+0
|
\
\
|
*
|
remove unnecessary @compiled_root from static.rb
daisuko
2015-11-11
1
-1
/
+0
*
|
|
Show middleware classes on /rails/info/properties
claudiob
2015-11-11
1
-1
/
+5
|
/
/
*
|
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
9
-31
/
+54
*
|
remove present? call; we do not need it
Aaron Patterson
2015-11-02
1
-1
/
+1
*
|
Fix double word 'string' [ci skip]
Jake Worth
2015-11-01
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-31
3
-13
/
+13
|
\
|
*
Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...
amitkumarsuroliya
2015-10-09
3
-12
/
+12
|
*
Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’
Ronak Jangir
2015-10-07
1
-1
/
+1
*
|
Revert "ActionController::Base#process() now only takes an action name"
Aaron Patterson
2015-10-29
1
-2
/
+2
*
|
ActionController::Base#process() now only takes an action name
Aaron Patterson
2015-10-29
1
-2
/
+2
*
|
use `dispatch` instead of `process` to run requests though
eileencodes
2015-10-29
2
-8
/
+8
*
|
Remove unnecessary method
eileencodes
2015-10-29
1
-3
/
+0
*
|
specify deprecated waring, follow the standard conventions
Gaurav Sharma
2015-10-28
2
-6
/
+6
*
|
Write the cookie jar it was not committed in TestCase
Rafael Mendonça França
2015-10-28
1
-1
/
+1
*
|
Remove dead code
Rafael Mendonça França
2015-10-28
1
-5
/
+0
*
|
fix rdoc markup [ci skip]
yuuji.yaginuma
2015-10-25
1
-4
/
+4
*
|
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
2
-1
/
+19
*
|
Use sufficient a regexp anchor to check `@response.content_type.to_s`
yui-knk
2015-10-22
1
-1
/
+1
*
|
remove unnecessary forwardable require
Timo Schilling
2015-10-21
1
-1
/
+0
*
|
Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xml
Sean Griffin
2015-10-20
1
-1
/
+1
*
|
Merge pull request #22003 from yui-knk/remove_needless_require_as
Yves Senn
2015-10-20
5
-6
/
+0
|
\
\
|
*
|
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
5
-6
/
+0
*
|
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
2
-8
/
+6
|
/
/
*
|
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-8
/
+14
|
\
\
|
*
|
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-8
/
+14
*
|
|
Merge pull request #21849 from yui-knk/refactor_regexp_to_string
Andrew White
2015-10-12
2
-5
/
+1
|
\
\
\
|
*
|
|
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
2
-5
/
+1
*
|
|
|
Allow multiple `root` routes in same scope level
Rafael Sales
2015-10-10
1
-2
/
+3
*
|
|
|
used predicate methods to avoid is_a? checks
Ronak Jangir
2015-10-10
2
-3
/
+5
*
|
|
|
Fix mounted engine named routes regression
Matthew Erhard
2015-10-07
2
-2
/
+7
*
|
|
|
use methods for accessing the cache control headers
Aaron Patterson
2015-10-06
2
-6
/
+9
*
|
|
|
etag header is in Rack, so use it's response methods
Aaron Patterson
2015-10-06
1
-6
/
+2
*
|
|
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
14
-79
/
+69
*
|
|
|
Merge pull request #21887 from abhishekjain16/doc_fix
Kasper Timm Hansen
2015-10-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix usage of word alternatively in docs [ci skip]
Abhishek Jain
2015-10-06
1
-1
/
+1
*
|
|
|
|
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
tanmay3011
2015-10-06
2
-2
/
+2
|
/
/
/
/
*
|
|
/
move file sending to the response object
Aaron Patterson
2015-10-05
4
-29
/
+47
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
3
-3
/
+5
|
\
\
\
|
*
|
|
Revert "proper raise ArgumentError, divided large text new line"
Rafael Mendonça França
2015-09-28
2
-4
/
+4
|
*
|
|
proper raise ArgumentError, divided large text new line
Gaurav Sharma
2015-09-29
2
-4
/
+4
|
*
|
|
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
2
-3
/
+3
|
*
|
|
[ci skip] Fix document of `ActionController::RequestForgeryProtection`
yui-knk
2015-09-28
1
-0
/
+2
*
|
|
|
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
3
-23
/
+8
|
|
/
/
|
/
|
|
[next]