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_dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing require
Aaron Patterson
2016-02-05
1
-0
/
+1
*
Sleep well, sweet prince
Sean Griffin
2016-02-02
1
-1
/
+1
*
Merge pull request #23396 from pschambacher/pschambacher/fix_assert_generates
Rafael França
2016-02-02
1
-0
/
+1
|
\
|
*
Duplicate assert_generates options before modifying it
Pierre Schambacher
2016-02-01
1
-0
/
+1
*
|
Converge on filter.
Kasper Timm Hansen
2016-02-01
1
-5
/
+4
*
|
Simplify filter normalization.
Kasper Timm Hansen
2016-02-01
1
-5
/
+3
*
|
Merge pull request #23225 from vipulnsward/20420-rake-routes-options
Kasper Timm Hansen
2016-02-01
2
-16
/
+21
|
\
\
|
*
|
Add options for rake routes task
Vipul A M
2016-02-02
2
-16
/
+21
|
|
/
*
/
Add documentation for #17573
Jon Moss
2016-02-01
1
-0
/
+8
|
/
*
remove unused require
yuuji.yaginuma
2016-01-30
1
-1
/
+0
*
Add additional documentation on Headers#[] [ci skip]
Tawan Sierek
2016-01-29
1
-1
/
+15
*
speed up accept header parsing a bit.
Aaron Patterson
2016-01-28
1
-8
/
+11
*
convert AcceptList to a regular class
Aaron Patterson
2016-01-28
1
-20
/
+19
*
remove == from AcceptItem
Aaron Patterson
2016-01-27
1
-6
/
+7
*
remove useless private methods
Aaron Patterson
2016-01-27
1
-13
/
+9
*
change `@app_xml_idx` to an lvar and cache it on the stack
Aaron Patterson
2016-01-27
1
-16
/
+10
*
change `@text_xml_idx` to an lvar and cache it on the stack
Aaron Patterson
2016-01-27
1
-13
/
+11
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-2
/
+16
|
\
|
*
stop caching mime types globally
Aaron Patterson
2016-01-22
1
-2
/
+16
*
|
Merge pull request #23140 from rails/fix-search-for-custom-routes
Aaron Patterson
2016-01-20
1
-14
/
+20
|
\
\
|
*
|
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-14
/
+20
*
|
|
Merge pull request #17573 from zerothabhishek/master
Godfrey Chan
2016-01-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...
abhishek
2016-01-20
1
-1
/
+1
*
|
|
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-1
/
+1
|
/
/
*
|
Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...
schneems
2016-01-19
1
-1
/
+1
*
|
Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...
Vipul A M
2016-01-19
1
-1
/
+1
*
|
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
1
-1
/
+1
*
|
Fix typo in docs [ci skip]
Rebecca Skinner
2016-01-14
1
-2
/
+2
*
|
Space Oddity
Akira Matsuda
2016-01-14
3
-4
/
+4
*
|
Merge pull request #22935 from cllns/add-status-name-to-output
Rafael França
2016-01-12
2
-14
/
+63
|
\
\
|
*
|
Add both HTTP Response Code and Type to assertion messages
Sean Collins
2016-01-12
2
-14
/
+63
*
|
|
Merge pull request #23035 from jkowens/fix-null-byte
Rafael França
2016-01-12
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-1
/
+5
*
|
|
Commit before freezing the headers
Matthew Draper
2016-01-12
2
-1
/
+8
*
|
|
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-7
/
+18
*
|
|
Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root
Kasper Timm Hansen
2016-01-07
1
-21
/
+21
|
\
\
\
|
*
|
|
Kept overridden root method and removed original method
Prathamesh Sonpatki
2016-01-07
1
-21
/
+21
*
|
|
|
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-2
/
+11
*
|
|
|
Replace x.times.map{} with Array.new(x){}
Viktar Basharymau
2016-01-02
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #22826 from timrogers/actiondispatch-ssl-config
Rafael França
2015-12-31
1
-8
/
+12
|
\
\
\
|
*
|
|
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-8
/
+12
*
|
|
|
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-2
/
+2
*
|
|
|
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-3
/
+3
|
/
/
/
*
|
|
Improve RDoc documentation of ActionDispatch::SSL
Tim Rogers
2015-12-24
1
-12
/
+14
*
|
|
Add #== back to ActionDispatch::MiddlewareStack::Middleware
Jon Moss
2015-12-21
1
-0
/
+9
*
|
|
Remember the parameter hash we return
Matthew Draper
2015-12-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
1
-1
/
+4
|
\
\
|
*
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+4
*
|
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
2
-2
/
+2
*
|
|
Merge pull request #22564 from maximeg/legit_name_errors
Sean Griffin
2015-12-14
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
[next]