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
*
Make system tests take failed screenshots in `before_teardown` hook
Richard Macklin
2019-04-20
1
-5
/
+7
*
Change the deprecation message for dynamic routes segment to 6.1
Abhay Nikam
2019-04-20
1
-2
/
+2
*
Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenames
Eileen M. Uchitelle
2019-04-19
1
-1
/
+2
|
\
|
*
truncate screenshot filenames to avoid error
Josi McClellan
2019-04-18
1
-1
/
+2
*
|
Refactor after the most recent code review
Genadi Samokovarov
2019-04-19
1
-2
/
+2
*
|
Dispatch actions only if config.consider_all_requests_local is set
Genadi Samokovarov
2019-04-19
1
-1
/
+1
*
|
Drop the ambiguous `ActiveSupport::ActionableError#===` check
Genadi Samokovarov
2019-04-19
1
-13
/
+11
*
|
Manage ActionDispatch::ActionableExceptions from the default middleware stack
Genadi Samokovarov
2019-04-19
1
-1
/
+1
*
|
Introduce Actionable Errors
Genadi Samokovarov
2019-04-19
7
-2
/
+70
|
/
*
Merge pull request #35975 from xithan/master
Rafael França
2019-04-15
1
-1
/
+2
|
\
|
*
mounted routes with non-word characters
xithan
2019-04-15
1
-1
/
+2
*
|
Merge pull request #35919 from Shopify/simplify-define_url_helper
Rafael França
2019-04-11
1
-12
/
+10
|
\
\
|
*
|
Simplify and fasten NamedRouteCollection#define_url_helper
Jean Boussier
2019-04-10
1
-12
/
+10
|
|
/
*
/
Adds named_captures to MatchData to emulate Regex
Brandon Weaver
2019-04-09
1
-0
/
+4
|
/
*
`ast` is no longer to be `nil` since #33118
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
Deduplicate strings held by the router
Jean Boussier
2019-04-03
1
-3
/
+7
*
[ci skip] Doc for shallow: false options should use <tt> for better readabili...
Abhay Nikam
2019-04-03
1
-1
/
+1
*
Merge pull request #24405 from waits/shallow-false
Rafael França
2019-04-02
1
-1
/
+4
|
\
|
*
Honor shallow: false on nested resources
Dylan Waits
2016-04-03
1
-1
/
+4
*
|
url -> URL where apt inside actionpack/
Sharang Dashputre
2019-04-01
1
-1
/
+1
*
|
Fix annotated typo
Prathamesh Sonpatki
2019-03-29
1
-1
/
+1
*
|
Remove :all symbol from Mime::ALL
John Hawthorn
2019-03-27
1
-1
/
+1
*
|
Merge pull request #35236 from renuo/fix-30467
Rafael França
2019-03-27
1
-0
/
+4
|
\
\
|
*
|
Raise if resource custom params contain colons
Josua Schmid
2019-03-26
1
-0
/
+4
*
|
|
Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:
Edouard CHIN
2019-03-26
3
-3
/
+12
|
/
/
*
|
Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specs
Rafael França
2019-03-19
1
-1
/
+1
|
\
\
|
*
|
Don't override @set_cookies on CookieJar#update_cookies_from_jar'
André Luis Leal Cardoso Junior
2019-03-17
1
-1
/
+1
*
|
|
Merge pull request #35669 from cpruitt/update-mime-type-regexp
Aaron Patterson
2019-03-19
1
-1
/
+4
|
\
\
\
|
*
|
|
Update regular expression for checking valid MIME type
Cliff Pruitt
2019-03-19
1
-1
/
+4
*
|
|
|
Instrument middleware processing
Daniel Schierbeck
2019-03-19
1
-1
/
+22
|
/
/
/
*
|
|
Merge pull request #35358 from tjwallace/patch-1
Eileen M. Uchitelle
2019-03-19
1
-0
/
+3
|
\
\
\
|
*
|
|
Add documentation for the resource(s) :param option
Jeff Wallace
2019-02-21
1
-0
/
+3
*
|
|
|
Raise exception when building invalid mime type
John Hawthorn
2019-03-14
2
-2
/
+11
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
2
-3
/
+9
|
\
\
\
|
*
|
|
Fix possible dev mode RCE
Aaron Patterson
2019-03-10
1
-3
/
+4
|
*
|
|
Only accept formats from registered mime types
John Hawthorn
2019-03-10
1
-0
/
+5
*
|
|
|
Show friendly message to install action mailbox if the related table does not...
Prathamesh Sonpatki
2019-03-12
2
-0
/
+5
*
|
|
|
Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block
Kasper Timm Hansen
2019-03-10
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
ActionPack Proc.new without a block
utilum
2019-02-13
1
-2
/
+2
*
|
|
|
|
Support other optional parameters and quoted-strings on Content-Type parser
r7kamura
2019-03-10
1
-4
/
+3
*
|
|
|
|
Fix code examples' indentation in ActionDispatch::Routing [ci skip]
Ricardo Díaz
2019-02-26
1
-4
/
+4
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Restore UploadedFile compatibility with IO.copy_stream
Janko Marohnić
2019-02-23
1
-1
/
+4
|
|
/
/
|
/
|
|
*
|
|
appropriate typo fix
alkesh26
2019-02-19
1
-1
/
+1
*
|
|
Merge pull request #35229 from rails/fix-35222
Aaron Patterson
2019-02-13
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-2
/
+2
*
|
|
Merge pull request #35175 from drn/create-session
Guillermo Iguaran
2019-02-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support testing of non-ActionDispatch-routed apps.
Darren Cheng
2019-02-05
1
-1
/
+1
*
|
|
Merge pull request #35036 from rails/av-base-subclass
Aaron Patterson
2019-02-06
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Pull generated methods up in to the anonymous subclass
Aaron Patterson
2019-02-06
1
-6
/
+1
|
*
|
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
1
-0
/
+9
[next]