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
/
rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure this test check the issue solved in #31135
Rafael Mendonça França
2018-09-22
1
-6
/
+12
*
Respect config setting when output deprecation notice in rake tasks
yuuji.yaginuma
2018-09-04
4
-1
/
+4
*
Convert configs_for to kwargs, add include_replicas
Eileen Uchitelle
2018-08-31
1
-7
/
+10
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-10
/
+10
*
Merge pull request #33744 from bogdanvlviv/fixes-27852
Ryuta Kamizono
2018-08-30
1
-1
/
+1
|
\
|
*
Prevent leaking of user's DB credentials on `rails db:create` failure
bogdanvlviv
2018-08-29
1
-1
/
+1
*
|
Remove this conditional
Eileen Uchitelle
2018-08-29
1
-1
/
+1
*
|
Remove unused argument
Eileen Uchitelle
2018-08-29
1
-1
/
+1
*
|
Drop load_database_yaml and fix test
Eileen Uchitelle
2018-08-29
1
-3
/
+7
|
/
*
Make `rake routes` deprecate before deleting
yuuji.yaginuma
2018-08-20
1
-0
/
+44
*
Update 'rake initializers' to use Rails::Command under the hood
Annie-Claude Côté
2018-08-16
1
-0
/
+42
*
Have `bin:rake dev:cache` use the Dev Rails Command under the hood
Annie-Claude Côté
2018-08-13
1
-15
/
+28
*
Clarify `railties/test/application/rake/notes_test.rb`
bogdanvlviv
2018-07-21
1
-59
/
+58
*
Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`
yuuji.yaginuma
2018-07-20
1
-0
/
+3
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
2
-3
/
+3
*
Fix test to allow IF NOT EXISTS in structure:dump
utilum
2018-04-16
1
-2
/
+2
*
Add multidb application test
eileencodes
2018-04-09
1
-0
/
+164
*
Move SourceAnnotationExtractor under Rails module
Prem Sichanugrist
2018-03-22
1
-1
/
+1
*
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
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-2
/
+2
*
Make `Migrator.current_version` work without a current database
yuuji.yaginuma
2017-12-03
1
-0
/
+14
*
Add `environment` as dependency of `load_config` (#31135)
Yuji Yaginuma
2017-11-14
1
-2
/
+18
*
Remove unnecessary migration deletion
yuuji.yaginuma
2017-11-08
1
-4
/
+0
*
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-2
/
+154
*
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
1
-0
/
+4
*
`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 redundant execution of `Dir.chdir(app_path) { }` in railties' tests
bogdanvlviv
2017-10-08
2
-193
/
+163
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
6
-130
/
+122
*
Make `restart` and `dev:cache` tasks work when customizing pid file path
yuuji.yaginuma
2017-08-21
2
-13
/
+8
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
8
-0
/
+16
*
Railties updates for frozen string literals.
Pat Allan
2017-08-14
1
-1
/
+2
*
Fix `warning: ambiguous first argument`
yuuji.yaginuma
2017-07-25
1
-1
/
+1
*
Avoid modifying frozen string in check_schema_file
Eugene Kenny
2017-07-23
1
-0
/
+7
*
Move test related to `tmp:clear` task to `tmp_test.rb`
yuuji.yaginuma
2017-07-02
1
-0
/
+7
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
8
-8
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
8
-0
/
+8
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
|
Clear screenshots files in `tmp:clear` task
yuuji.yaginuma
2017-06-27
1
-0
/
+36
|
/
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-0
/
+6
*
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
1
-1
/
+31
*
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
1
-0
/
+25
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
1
-3
/
+3
*
Fixes #28359
Philippe Guay
2017-03-26
1
-0
/
+16
*
Remove unused require
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
update CREATE TABLE statements generated by `sqlite3` command
yuuji.yaginuma
2017-01-19
1
-2
/
+2
*
clear all environments log files by default
yuuji.yaginuma
2016-10-14
1
-0
/
+33
*
use rails command in restart task test
yuuji.yaginuma
2016-09-19
1
-7
/
+7
[next]