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
/
railties
/
test
/
application
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-1
/
+8
*
Make the `static_index` config part of the `config.public_server` config
Yuki Nishijima
2015-11-16
1
-4
/
+4
*
Replace `serve_static_files` in tests with `public_file_server.enabled`.
Kasper Timm Hansen
2015-11-04
1
-1
/
+1
*
Tweaked wording used in some tests.
Sebastian McKenzie
2015-10-25
1
-3
/
+3
*
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-0
/
+17
*
Merge pull request #20017 from eliotsykes/configurable-static-index-filename
Rafael Mendonça França
2015-05-28
1
-0
/
+21
|
\
|
*
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-0
/
+21
*
|
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-9
/
+9
|
/
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
3
-3
/
+0
*
Merge pull request #18100 from chancancode/serve_static_files
Godfrey Chan
2014-12-19
1
-1
/
+1
*
`secret_token` is now saved in `Rails.application.secrets.secret_token`
Benjamin Fleischer
2014-11-02
1
-4
/
+4
*
UrlGenerationError are not catched as 404 anymore
Jean Boussier
2014-10-27
1
-0
/
+15
*
Don't need to account turbolinks cookies in get request.
Rafael Mendonça França
2014-10-13
1
-6
/
+6
*
Refactor ActionDispatch::RemoteIp
Sam Aarons
2014-08-21
1
-1
/
+15
*
Replace config.secret_key_base with secrets.secret_key_base in test
Guillermo Iguaran
2013-12-12
1
-1
/
+1
*
replace U+00A0 with whitespace
Dmitriy Budnik
2013-11-21
1
-1
/
+1
*
Make static error pages responsive
Etienne Lemay
2013-11-11
1
-1
/
+1
*
Merge branch 'fix-ip-spoof-errors' of https://github.com/tamird/rails into ta...
Andrew White
2013-09-30
1
-0
/
+10
|
\
|
*
make sure both headers are set before checking for ip spoofing
Tamir Duberstein
2013-06-04
1
-0
/
+10
*
|
Calls to the application constant have been refactored to use
wangjohn
2013-06-10
1
-1
/
+1
|
/
*
Removing use of subclassed application constant and instead using the
wangjohn
2013-06-03
1
-6
/
+6
*
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
1
-1
/
+0
*
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-2
/
+2
*
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-8
/
+60
*
Fix some typos
Vipul A M
2013-03-24
1
-1
/
+1
*
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-30
/
+0
*
Account for ignored cookie set by turbolinks
Nick Reed
2013-01-14
1
-6
/
+6
*
Add regression test to #8907
Rafael Mendonça França
2013-01-14
1
-0
/
+31
*
Restore original remote_ip algorithm.
Andre Arko
2013-01-02
1
-1
/
+1
*
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
1
-0
/
+110
*
Remove duplicated get /foo/write_session
Santiago Pastorino
2012-11-16
1
-1
/
+0
*
Remove unused config option
Santiago Pastorino
2012-11-16
1
-1
/
+0
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-1
/
+3
*
Add encrypted cookie store
Santiago Pastorino
2012-11-03
1
-0
/
+51
*
Don't use action_controller.perform_caching to enable rack-rack.
Rafael Mendonça França
2012-10-18
1
-2
/
+12
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
2
-13
/
+13
*
Fix middleware cache tests enabling rack_cache
Guillermo Iguaran
2012-10-05
1
-0
/
+2
*
Implement :null_session CSRF protection method
Sergey Nartimov
2012-09-13
1
-0
/
+82
*
Fixes wrong test class names.
kennyj
2012-08-29
1
-1
/
+1
*
Fix failure on middleware/exceptions_test
José Valim
2012-08-23
1
-10
/
+4
*
Remove app building setup/teardown for remote ip railtie tests
Carlos Antonio da Silva
2012-08-21
1
-14
/
+0
*
Failing test for #6034
Piotr Sarnacki
2012-04-30
1
-0
/
+20
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
2
-2
/
+2
*
Freeze the middleware stack after it's built
Jeremy Kemper
2012-04-20
1
-17
/
+18
*
Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)
Piotr Sarnacki
2012-03-03
1
-0
/
+13
*
config.force_ssl should mark the session as secure.
José Valim
2012-01-13
1
-0
/
+30
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
6
-6
/
+6
*
don't encode an UTF-8 encoded template
Xu Pan
2011-12-20
1
-1
/
+2
*
Show detailed exceptions no longer returns true if the request is local in pr...
José Valim
2011-12-16
1
-0
/
+1
*
Improve the specs on exceptions app.
José Valim
2011-12-16
1
-1
/
+1
[next]