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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Rack::TempfileReaper to tests and docs
George Claghorn
2018-01-30
1
-2
/
+4
*
Remove extra whitespace
Daniel Colson
2018-01-25
2
-7
/
+7
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
5
-11
/
+11
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use respond_to test helpers
Daniel Colson
2018-01-25
3
-5
/
+5
*
Add locale selector to email preview (#31596)
Hitoshi Nakashima
2018-01-18
1
-6
/
+62
*
Add test to properly test down with a block
eileencodes
2018-01-18
1
-0
/
+8
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-0
/
+12
*
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
2
-7
/
+15
*
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
1
-3
/
+27
*
Improve the deprecation message for using subclass of Rails::Application to s...
Prathamesh Sonpatki
2018-01-07
1
-1
/
+1
*
Ensure to use repo's Gemfile in application
yuuji.yaginuma
2017-12-25
1
-0
/
+5
*
Merge pull request #31520 from yahonda/introduce_frozen_error_class
Ryuta Kamizono
2017-12-20
1
-1
/
+1
|
\
|
*
Handle `FrozenError` if it is available
Yasuo Honda
2017-12-20
1
-1
/
+1
*
|
Add test case that configure `config.active_support.hash_digest_class`
yuuji.yaginuma
2017-12-20
1
-0
/
+18
|
/
*
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
1
-0
/
+8
*
Merge pull request #26815 from olivierlacan/log-query-source
Eileen M. Uchitelle
2017-12-14
2
-4
/
+11
|
\
|
*
Log call site for all queries
Olivier Lacan
2017-12-13
2
-4
/
+11
*
|
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-2
/
+2
|
/
*
Expose Active Storage routes
Mehmet Emin INAC
2017-12-13
1
-13
/
+32
*
Set the Rails environment from an environment variable
Aaron Patterson
2017-12-08
1
-1
/
+1
*
Add failing test for wrong database connection
Aaron Patterson
2017-12-08
1
-0
/
+17
*
Fix Rails environment when running tests with Ruby
Aaron Patterson
2017-12-06
1
-0
/
+56
*
Make `Migrator.current_version` work without a current database
yuuji.yaginuma
2017-12-03
1
-0
/
+14
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
2
-0
/
+198
*
Change `form_with` to generates ids by default
npezza93
2017-11-25
1
-0
/
+62
*
Add `environment` as dependency of `load_config` (#31135)
Yuji Yaginuma
2017-11-14
1
-2
/
+18
*
Do not show credentials in generators help
yuuji.yaginuma
2017-11-09
1
-1
/
+2
*
Remove unnecessary migration deletion
yuuji.yaginuma
2017-11-08
5
-19
/
+0
*
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-2
/
+154
*
Merge pull request #30101 from bogdanvlviv/initialization-active_storage
Rafael França
2017-11-06
6
-2
/
+24
|
\
|
*
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
6
-2
/
+24
*
|
s/an/a/
Akira Matsuda
2017-11-04
1
-1
/
+1
|
/
*
Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes...
Sean Griffin
2017-10-18
1
-0
/
+47
|
\
|
*
`ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...
bogdanvlviv
2017-10-15
1
-0
/
+8
|
*
Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...
bogdanvlviv
2017-10-15
1
-0
/
+39
*
|
Remove unnecessary `allow_failure: true` option
yuuji.yaginuma
2017-10-18
1
-1
/
+1
|
/
*
Improve RakeTest#test_db_test_prepare_when_using_sql_format
bogdanvlviv
2017-10-08
1
-3
/
+1
*
Invoke rails command inside the railties' test app with TestHelpers::Generati...
bogdanvlviv
2017-10-08
3
-16
/
+12
*
Remove redundant execution of `Dir.chdir(app_path) { }` in railties' tests
bogdanvlviv
2017-10-08
4
-230
/
+194
*
Deprecate secret_token, long since usurped by secret_key_base.
Kasper Timm Hansen
2017-09-28
1
-0
/
+26
*
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
*
Use `TOPLEVEL_BINDING` in rails runner command
yuuji.yaginuma
2017-09-22
1
-0
/
+12
*
Don't expose Active Storage routes
yuuji.yaginuma
2017-09-16
1
-28
/
+13
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
4
-83
/
+72
*
Remove needless `silence_warnings`
yuuji.yaginuma
2017-09-09
2
-13
/
+2
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
17
-278
/
+242
*
Don't need the layout here
Matthew Draper
2017-09-04
1
-0
/
+2
[next]