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
*
s/an/a/
Akira Matsuda
2017-11-04
1
-1
/
+1
*
Fix cookies/session tests broken after merging key rotation.
Kasper Timm Hansen
2017-09-25
2
-35
/
+31
*
Skip complex cookie tests for now; I'll deal with them tomorrow.
Kasper Timm Hansen
2017-09-24
2
-0
/
+6
*
Add key rotation message Encryptor and Verifier
Michael Coyne
2017-09-23
1
-0
/
+143
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
2
-32
/
+40
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-5
/
+5
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
7
-0
/
+14
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-9
/
+84
*
Do not try to encoding the parameters when the controller is not defined
Rafael Mendonça França
2017-04-26
1
-0
/
+14
*
Fix the tests to test what they should be testing
Rafael Mendonça França
2017-03-27
1
-8
/
+8
*
Limit length of secret being passed
Jon Moss
2016-12-20
1
-3
/
+3
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
2
-17
/
+17
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
modernizes hash syntax in railties
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
7
-110
/
+110
*
Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails
Guillermo Iguaran
2016-07-08
5
-5
/
+0
|
\
|
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
5
-5
/
+0
*
|
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-0
/
+6
|
/
*
Keep all session tests in the same file
Rafael Mendonça França
2016-03-21
2
-46
/
+28
*
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-0
/
+46
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
2
-5
/
+5
*
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
[next]