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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
9
-250
/
+250
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
3
-3
/
+3
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
19
-115
/
+115
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-3
/
+3
*
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-2
/
+2
*
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-1
/
+1
*
[ci skip] Correct defaults in documentation for ActionDispatch::SSL
Tim Rogers
2016-07-06
1
-4
/
+5
*
Merge pull request #25344 from matthewd/debug-locks
Matthew Draper
2016-07-02
1
-0
/
+122
|
\
|
*
Provide a middleware to debug misbehaving locks
Matthew Draper
2016-06-10
1
-0
/
+122
*
|
Silence DebugExceptions template render logs during exceptions
Genadi Samokovarov
2016-07-02
1
-0
/
+8
|
/
*
Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format
Santiago Pastorino
2016-05-11
1
-8
/
+12
|
\
|
*
API only apps: Preserve request format for HTML requests too
Prathamesh Sonpatki
2016-05-11
1
-8
/
+12
*
|
use Rack::Utils.valid_path? to check path
Jordan Owens
2016-05-09
1
-6
/
+2
*
|
Make flash messages cookie compatible with Rails 4
Rafael Mendonça França
2016-05-06
1
-1
/
+1
|
/
*
Fix deprecation warning for ParamsParser instance :smile:
Prathamesh Sonpatki
2016-03-30
1
-1
/
+1
*
Deprecate ActionDispatch::ParamsParser instance.
Rafael Mendonça França
2016-03-30
1
-0
/
+1
*
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-0
/
+5
*
[ci skip] Fix constrain_to documentation.
Kasper Timm Hansen
2016-03-03
1
-1
/
+1
*
Rename constrain_to to exclude.
Kasper Timm Hansen
2016-03-03
1
-3
/
+4
*
Don't reference Rails.application from inside a component
Matthew Draper
2016-03-02
1
-10
/
+6
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
4
-78
/
+47
*
Drop Action Controller require in ActionDispatch::ExceptionWrapper
Genadi Samokovarov
2016-02-29
1
-1
/
+0
*
add `constraint_to` option to SSL middleware
Greg Molnar
2016-02-28
1
-2
/
+6
*
:nail_care:
Rafael Mendonça França
2016-02-25
1
-2
/
+2
*
Update documentation and deprecation message
Prathamesh Sonpatki
2016-02-25
1
-3
/
+3
*
Added deprecation for older apps
Prathamesh Sonpatki
2016-02-25
1
-1
/
+12
*
HSTS without IncludeSubdomains is often useless
Egor Homakov
2016-02-25
1
-1
/
+1
*
Transform the mime object to symbol when registering the parsers
Rafael Mendonça França
2016-02-22
1
-0
/
+1
*
Fix code style
Rafael Mendonça França
2016-02-17
1
-3
/
+4
*
Merge pull request #23203 from vipulnsward/22979-show-tags-on-exception
Richard Schneeman
2016-02-16
1
-7
/
+11
|
\
|
*
WIP: Errors in logs should show log tags as well.
Vipul A M
2016-02-12
1
-7
/
+11
*
|
Join values using '; ' as per RFC spec
Andrew White
2016-02-16
1
-1
/
+1
*
|
Add require and move escape to private method
Andrew White
2016-02-16
1
-1
/
+6
*
|
Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...
Andrew White
2016-02-16
1
-1
/
+1
|
\
\
|
*
|
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-1
/
+1
*
|
|
Corrected secret_key_base
vs4vijay
2016-02-15
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
*
|
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-1
/
+5
*
|
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-8
/
+12
|
/
*
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
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
Avoid warning because of the mime type
Jorge Bejar
2015-12-09
1
-1
/
+1
*
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
1
-6
/
+7
*
Better name for method in DebugExceptions middleware
Jorge Bejar
2015-12-09
1
-2
/
+2
*
Minor cleanup in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-6
/
+9
*
Remove unneeded args in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-1
/
+0
*
New hash syntax in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-4
/
+4
*
Fix some edge cases in AD::DebugExceptions in rails api apps
Jorge Bejar
2015-12-09
1
-41
/
+64
[next]