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
/
test
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-9
/
+3
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-0
/
+33
*
Add additional tests for #13824
Andrew White
2014-01-25
1
-0
/
+26
*
Transform dashes to underscores in resource route names
Byron Bischoff
2014-01-25
1
-3
/
+13
*
Merge pull request #13811 from mdesantis/issue-13810
Yves Senn
2014-01-24
1
-0
/
+21
|
\
|
*
Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...
Maurizio De Santis
2014-01-24
1
-0
/
+21
*
|
test boolean and number json param parsing
Arthur Neves
2014-01-23
1
-0
/
+7
|
/
*
Tidy up tests and CHANGELOG for #12598
Andrew White
2014-01-20
3
-5
/
+24
*
Automatically convert dashes to underscores in shorthand routes
Mikko Johansson
2014-01-20
1
-0
/
+10
*
Automatically convert dashes to underscores for url helpers
Amr Tamimi
2014-01-20
2
-1
/
+5
*
Revert "Don't remove trailing slash from PATH_INFO for mounted apps"
Piotr Sarnacki
2014-01-16
1
-5
/
+0
*
Add failing test for #13369
Piotr Sarnacki
2014-01-16
1
-0
/
+18
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-3
/
+1
*
Allow an absolute controller path inside a module scope
Andrew White
2014-01-05
1
-0
/
+12
*
Unique the segment keys array for non-optimized url helpers
Andrew White
2014-01-05
1
-0
/
+18
*
Show full route constraints in error message
Andrew White
2014-01-05
1
-0
/
+25
*
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
1
-0
/
+12
*
Allow engine root relative redirects using an empty string.
Andrew White
2014-01-01
1
-41
/
+111
*
Fix Encoding::CompatibilityError when public path is UTF-8
Andrew White
2013-12-29
1
-3
/
+16
*
Merge pull request #13188 from imanel/skip_deep_munge
Jeremy Kemper
2013-12-19
1
-0
/
+15
|
\
|
*
Add configuration option to optionally disable deep_munge
Bernard Potocki
2013-12-05
1
-0
/
+15
*
|
Fix assertions for testing unknown formats using Mime::NullType
Carlos Antonio da Silva
2013-12-19
1
-5
/
+5
*
|
Show routes defined under assets prefix
Ryunosuke SATO
2013-12-19
1
-0
/
+12
*
|
Spelling and Grammar check [ci skip]
Akshay Vishnoi
2013-12-16
1
-1
/
+1
*
|
Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Trent Ogren
2013-12-11
1
-3
/
+2
*
|
Fix mounting engines inside a resources block
Piotr Sarnacki
2013-12-10
1
-1
/
+12
*
|
Fixed test for Mime::VCF
Arun Agrawal
2013-12-06
1
-3
/
+3
|
/
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+13
*
Deep Munge the parameters for GET and POST
Michael Koziarski
2013-12-02
1
-0
/
+15
*
Merge pull request #12123 from aredondo/master
Carlos Antonio da Silva
2013-12-02
1
-0
/
+8
|
\
|
*
Add regression test for IpSpoofAttackError issue
Alvaro Redondo
2013-09-03
1
-0
/
+8
*
|
Try to escape each part of a path redirect route correctly
Andrew White
2013-12-02
1
-0
/
+10
*
|
Build fix for Routing Inspector
Arun Agrawal
2013-11-22
1
-2
/
+2
*
|
Fix for routes task
Sıtkı Bağdat
2013-11-21
1
-16
/
+16
*
|
`skiping` => `skipping`
Kuldeep Aggarwal
2013-11-19
1
-1
/
+1
*
|
Skip test which is broken on jruby
Gaurish Sharma
2013-11-09
1
-0
/
+4
*
|
Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...
Guillermo Iguaran
2013-11-02
1
-6
/
+0
*
|
Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...
Guillermo Iguaran
2013-11-01
1
-0
/
+6
|
\
\
|
*
|
Change ActionController::Parameters#require behavior when value is empty
Sebastian Sogamoso
2013-03-11
1
-0
/
+6
*
|
|
session#fetch doesn't behave exactly like Hash#fetch.
Damien Mathieu
2013-10-30
1
-1
/
+5
*
|
|
add the fetch method to sessions
Damien Mathieu
2013-10-29
1
-0
/
+13
*
|
|
Respect `SCRIPT_NAME` when using `redirect` with a relative path
Andrew White
2013-10-10
1
-0
/
+100
*
|
|
add test_scoped_root_as_name
Sam Ruby
2013-09-24
1
-0
/
+13
|
|
/
|
/
|
*
|
Merge pull request #11912 from jonkessler/respond-to-signature-fixes
Rafael Mendonça França
2013-08-31
1
-0
/
+5
|
\
\
|
*
|
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-0
/
+5
*
|
|
Display exceptions in text format for xhr request
Kir Shatrov
2013-08-22
1
-0
/
+41
|
/
/
*
|
Allow overriding of all headers from passed environment hash
Andrew White
2013-07-25
1
-0
/
+30
*
|
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-0
/
+53
*
|
Use Request#raw_post instead Request#body
Paul Nikitochkin
2013-07-08
1
-0
/
+7
*
|
Merge pull request #11313 from gsamokovarov/url-encoded-params-test
Rafael Mendonça França
2013-07-06
1
-25
/
+27
|
\
\
[next]