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 #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
*
|
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
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Restrict matching with word boundary or end of string
Petri Avikainen
2019-02-05
1
-1
/
+1
|
*
Define word boundary for unanchored path regexp
Petri Avikainen
2019-02-05
1
-1
/
+1
*
|
Merge pull request #35139 from 7coAim/fix_debug_exceptions
George Claghorn
2019-02-05
2
-2
/
+2
|
\
\
|
*
|
fix NameError
kurosawat
2019-02-05
2
-2
/
+2
*
|
|
Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regression
Rafael França
2019-02-04
1
-7
/
+2
|
\
\
\
|
*
|
|
Cookie doesn't expire anymore unless a flag is set:
Edouard CHIN
2019-02-04
1
-7
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs
Gannon McGibbon
2019-02-04
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
1
-2
/
+2
*
|
|
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
*
|
|
selenium-webdriver is not always required for system testing
Ryuta Kamizono
2019-01-30
1
-4
/
+2
*
|
|
Fix system testing failure
Ryuta Kamizono
2019-01-30
1
-8
/
+11
|
/
/
*
|
Rename methods and update docs
Eileen Uchitelle
2019-01-29
3
-19
/
+23
*
|
driver_option -> driver_options
Edouard CHIN
2019-01-29
2
-7
/
+7
*
|
Implement a way to add browser capabilities:
Edouard CHIN
2019-01-29
3
-10
/
+40
|
/
*
Merge pull request #35030 from alkesh26/actionpack-long-string-indentation-an...
Rafael França
2019-01-28
2
-2
/
+2
|
\
|
*
Typo fixes action pack.
alkesh26
2019-01-26
2
-2
/
+2
*
|
Fixed a bug where the debug view does not show the error page properly
Yuki Nishijima
2019-01-24
2
-11
/
+15
*
|
Merge pull request #34994 from schuetzm/host-authorization-only-in-development
Rafael França
2019-01-24
2
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Recommend adding the requested domain to hosts whitelist only in development
Marc Schütz
2019-01-23
2
-4
/
+4
*
|
Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host
Rafael França
2019-01-22
2
-29
/
+7
|
\
\
|
*
|
Revert ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-22
2
-29
/
+7
|
|
/
*
|
Merge pull request #34952 from rails/template-stuff
Aaron Patterson
2019-01-22
3
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
Only cache the view_context_class in one place
Aaron Patterson
2019-01-18
1
-1
/
+8
|
*
Remove args from `default_render`
Aaron Patterson
2019-01-17
2
-3
/
+3
*
|
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-1
/
+1
*
|
Remove secret_token rack env and cookie upgrade code
Rafael Mendonça França
2019-01-17
2
-39
/
+1
*
|
Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...
Rafael Mendonça França
2019-01-17
1
-19
/
+0
*
|
Remove deprecated methods in ActionDispatch::TestResponse
Rafael Mendonça França
2019-01-17
1
-27
/
+0
*
|
Update the promisse that ActionController::TestCase will be extracted
Rafael Mendonça França
2019-01-17
1
-1
/
+1
*
|
Ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-17
3
-17
/
+39
*
|
Merge pull request #34944 from dasch/patch-7
Rafael França
2019-01-16
1
-0
/
+8
|
\
\
|
*
|
Document that `format.any` can match all formats
Daniel Schierbeck
2019-01-16
1
-0
/
+8
|
|
/
*
/
Revert "Don't handle params option in a special way in url_for helper"
Rafael Mendonça França
2019-01-16
2
-0
/
+5
|
/
*
Merge pull request #34894 from hahmed/tames-params-wrapper-errors
Kasper Timm Hansen
2019-01-09
1
-16
/
+17
|
\
|
*
Capture parsing errors for ActionController::ParamsWrapper#process_action
Haroon Ahmed
2019-01-08
1
-16
/
+17
*
|
Allow using combine the Cache-Control `public` and `no-cache` headers
yuuji.yaginuma
2019-01-07
1
-4
/
+6
|
/
*
Remove mention about `Test::Unit::TestCase` [ci skip]
bogdanvlviv
2019-01-02
1
-3
/
+0
[next]