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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block
Kasper Timm Hansen
2019-03-10
2
-4
/
+4
|
\
|
*
ActionPack Proc.new without a block
utilum
2019-02-13
2
-4
/
+4
*
|
Merge pull request #35549 from r7kamura/feature/response-charset
Ryuta Kamizono
2019-03-10
2
-4
/
+37
|
\
\
|
*
|
Support other optional parameters and quoted-strings on Content-Type parser
r7kamura
2019-03-10
2
-4
/
+37
*
|
|
Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...
Kasper Timm Hansen
2019-03-09
1
-0
/
+1
|
\
\
\
|
*
|
|
Added missing guide links in README documentation and minor wording fix [ci s...
ashishprajapati
2019-03-10
1
-0
/
+1
|
|
/
/
*
/
/
Updated links from http to https in guides, docs, etc
Abhay Nikam
2019-03-09
2
-2
/
+2
|
/
/
*
|
[ci skip] Fix typos
Shailesh Kalamkar
2019-03-07
1
-1
/
+1
*
|
Merge pull request #35422 from ricardotk002/fix-indentation-ad-routing
Rafael França
2019-02-26
1
-4
/
+4
|
\
\
|
*
|
Fix code examples' indentation in ActionDispatch::Routing [ci skip]
Ricardo Díaz
2019-02-26
1
-4
/
+4
*
|
|
Pass locals in to the template object on construction
Aaron Patterson
2019-02-25
1
-1
/
+1
|
/
/
*
|
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
2
-1
/
+3
*
|
Merge pull request #35400 from aglushkov/stream_manual_cache_control
Aaron Patterson
2019-02-25
2
-2
/
+8
|
\
\
|
*
|
Allow custom cache-control header in AC::Live
Andrey Glushkov
2019-02-25
2
-2
/
+8
*
|
|
Always pass a format to the ActionView::Template constructor
Aaron Patterson
2019-02-25
1
-1
/
+1
*
|
|
Restore UploadedFile compatibility with IO.copy_stream
Janko Marohnić
2019-02-23
2
-3
/
+17
*
|
|
Test ActionDispatch::Http::UploadedFile with an actual Tempfile
Janko Marohnić
2019-02-23
1
-48
/
+48
*
|
|
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
2
-12
/
+15
|
\
\
\
|
*
|
|
Pass the template format to the digestor
Aaron Patterson
2019-02-15
2
-12
/
+15
|
|
/
/
*
/
/
appropriate typo fix
alkesh26
2019-02-19
1
-1
/
+1
|
/
/
*
|
AbstractController::Translation#t: dup options
Nazar Matus
2019-02-15
1
-0
/
+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
2
-1
/
+28
|
\
\
|
|
/
|
/
|
|
*
Support testing of non-ActionDispatch-routed apps.
Darren Cheng
2019-02-05
2
-1
/
+28
*
|
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
*
|
Update terminal-to-html inline images url in ScreenshotHelper
betterzega
2019-02-05
1
-1
/
+1
*
|
Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-paths
Aaron Patterson
2019-02-05
3
-12
/
+18
|
\
\
|
|
/
|
/
|
|
*
Restrict matching with word boundary or end of string
Petri Avikainen
2019-02-05
2
-12
/
+12
|
*
Define word boundary for unanchored path regexp
Petri Avikainen
2019-02-05
3
-12
/
+18
*
|
Respect ENV variables when finding DBs etc for the test suite
Matthew Draper
2019-02-06
1
-3
/
+6
*
|
Merge pull request #35139 from 7coAim/fix_debug_exceptions
George Claghorn
2019-02-05
3
-2
/
+6
|
\
\
|
*
|
fix NameError
kurosawat
2019-02-05
3
-2
/
+6
*
|
|
Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regression
Rafael França
2019-02-04
2
-16
/
+4
|
\
\
\
|
*
|
|
Cookie doesn't expire anymore unless a flag is set:
Edouard CHIN
2019-02-04
2
-16
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs
Gannon McGibbon
2019-02-04
3
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
3
-6
/
+6
*
|
|
Use consistent hash syntax for routes
Andy Waite
2019-02-01
1
-14
/
+14
|
|
/
|
/
|
*
|
Fix doc of `ActionDispatch::SystemTestCase` [ci skip]
yuuji.yaginuma
2019-02-01
1
-7
/
+7
*
|
Merge pull request #35093 from rails/av-base-constructor
Aaron Patterson
2019-01-30
2
-2
/
+4
|
\
\
|
*
|
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
2
-2
/
+4
*
|
|
Remove unused code
bogdanvlviv
2019-01-30
1
-1
/
+0
*
|
|
Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classes
Ryuta Kamizono
2019-01-30
1
-0
/
+1
*
|
|
selenium-webdriver is not always required for system testing
Ryuta Kamizono
2019-01-30
2
-4
/
+3
*
|
|
Fix system testing failure
Ryuta Kamizono
2019-01-30
2
-8
/
+13
|
/
/
*
|
Rename methods and update docs
Eileen Uchitelle
2019-01-29
3
-19
/
+23
*
|
driver_option -> driver_options
Edouard CHIN
2019-01-29
3
-8
/
+9
*
|
Implement a way to add browser capabilities:
Edouard CHIN
2019-01-29
5
-11
/
+113
|
/
[next]