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
*
Missed FlashHash#replace
Godfrey Chan
2014-02-11
1
-1
/
+1
*
Fixed broken flash tests
Godfrey Chan
2014-02-11
1
-1
/
+1
*
Re-write legacy (marshal) cookies on read
Godfrey Chan
2014-02-11
1
-20
/
+40
*
Stringify the incoming hash in FlashHash
Guillermo Iguaran
2014-02-11
1
-1
/
+3
*
Convert FlashHash in a Hash with indifferent access
Guillermo Iguaran
2014-02-11
1
-4
/
+15
*
Added HybridSerializer to upgrade existing marshal cookies (wip: need tests)
Godfrey Chan
2014-02-11
1
-0
/
+14
*
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
3
-42
/
+30
*
Set the :shallow_path as each scope is generated
Andrew White
2014-02-09
1
-1
/
+12
*
Prevent [response].flatten from recursing infinitely.
Dan Kang
2014-02-08
1
-1
/
+1
*
Updated the cookie docs to use the safer JSON.{generate,parse}
Godfrey Chan
2014-02-08
1
-5
/
+5
*
Rely on backticks instead of tt tags [ci skip]
Robin Dupret
2014-02-08
1
-2
/
+2
*
docs, Cookie values are String based. Closes #12860. [ci skip]
Yves Senn
2014-02-08
1
-7
/
+7
*
only ask for the location filters once
Aaron Patterson
2014-01-31
1
-4
/
+5
*
FilterRedirect is referenced at the class level from the Response
Aaron Patterson
2014-01-31
1
-0
/
+1
*
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-3
/
+5
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
3
-2
/
+41
*
always use a block for cleanup / prepare callbacks so we can clean the method...
Aaron Patterson
2014-01-28
1
-0
/
+9
*
scope is not necessary
Aaron Patterson
2014-01-28
1
-2
/
+2
*
Log which keys were set to nil in deep_munge
Lukasz Sarnacki
2014-01-28
1
-4
/
+9
*
Transform dashes to underscores in resource route names
Byron Bischoff
2014-01-25
1
-4
/
+4
*
Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...
Maurizio De Santis
2014-01-24
1
-3
/
+3
*
Automatically convert dashes to underscores in shorthand routes
Mikko Johansson
2014-01-20
1
-0
/
+1
*
Automatically convert dashes to underscores for url helpers
Amr Tamimi
2014-01-20
1
-1
/
+2
*
Revert "Don't remove trailing slash from PATH_INFO for mounted apps"
Piotr Sarnacki
2014-01-16
1
-7
/
+1
*
Allow an absolute controller path inside a module scope
Andrew White
2014-01-05
1
-2
/
+6
*
Unique the segment keys array for non-optimized url helpers
Andrew White
2014-01-05
1
-1
/
+1
*
Show full route constraints in error message
Andrew White
2014-01-05
2
-4
/
+5
*
Simplify arg parameterization
Andrew White
2014-01-05
1
-6
/
+1
*
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
2
-31
/
+49
*
Allow engine root relative redirects using an empty string.
Andrew White
2014-01-01
1
-8
/
+18
*
Fix Encoding::CompatibilityError when public path is UTF-8
Andrew White
2013-12-29
1
-3
/
+3
*
Fix method redefined warning message in mapper.rb
Andrew White
2013-12-29
1
-2
/
+3
*
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
2
-2
/
+2
*
Merge pull request #13188 from imanel/skip_deep_munge
Jeremy Kemper
2013-12-19
2
-0
/
+8
|
\
|
*
Add configuration option to optionally disable deep_munge
Bernard Potocki
2013-12-05
2
-0
/
+8
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
\
|
*
|
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
|
|
Show routes defined under assets prefix
Ryunosuke SATO
2013-12-19
1
-1
/
+1
*
|
|
Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...
Vipul A M
2013-12-18
2
-2
/
+2
*
|
|
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
1
-1
/
+1
*
|
|
Update secret_key_base Docs
robertomiranda
2013-12-15
2
-10
/
+11
*
|
|
Spelling and Grammar checks
Akshay Vishnoi
2013-12-12
3
-4
/
+4
*
|
|
Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Trent Ogren
2013-12-11
1
-8
/
+8
*
|
|
Fix mounting engines inside a resources block
Piotr Sarnacki
2013-12-10
1
-1
/
+2
*
|
|
Add Mime::Type.register "text/vcard", :vcf to the default list of mime types
David Heinemeier Hansson
2013-12-05
1
-0
/
+1
*
|
|
remove nil in NullType#ref.
Angelo capilleri
2013-12-04
1
-3
/
+1
|
|
/
|
/
|
*
|
Improve a couple exception messages related to variants and mime types
Carlos Antonio da Silva
2013-12-03
1
-5
/
+5
*
|
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+14
*
|
Change deep_munge call to avoid deprecation warning
Carlos Antonio da Silva
2013-12-03
1
-2
/
+2
*
|
Merge branch 'master-sec'
Aaron Patterson
2013-12-03
1
-2
/
+2
|
\
\
[next]