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
/
dbs_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
`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
1
-59
/
+48
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
1
-44
/
+38
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+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
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
update CREATE TABLE statements generated by `sqlite3` command
yuuji.yaginuma
2017-01-19
1
-2
/
+2
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-32
/
+32
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-1
/
+0
*
Fixed assertions with regex used in dbs tests
Vipul A M
2016-04-19
1
-2
/
+2
*
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-2
/
+2
*
Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata
Yasuo Honda
2016-02-01
1
-2
/
+2
*
Be consistent in testing outputs from railties test and use /bin/rails everyw...
Vipul A M
2016-01-24
1
-21
/
+21
*
Fixing tests and re-locating error checking.
schneems
2016-01-08
1
-2
/
+2
*
Prevent destructive action on production database
schneems
2016-01-07
1
-3
/
+3
*
Remove warnings
Rafael Mendonça França
2015-12-04
1
-4
/
+4
*
Exit with non-zero status when db:drop fails
Jay Hayes
2015-10-20
1
-0
/
+10
*
Exit with non-zero status when db:create fails
Jay Hayes
2015-10-20
1
-0
/
+17
*
Fix test of drop failure
Jay Hayes
2015-10-20
1
-4
/
+1
*
Add tests to verify exit status for create/drop failures
Jay Hayes
2015-10-20
1
-0
/
+28
*
tests, railties tests should use `bin/` executables when possible.
Yves Senn
2015-06-30
1
-19
/
+19
*
Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...
Yves Senn
2015-04-27
1
-0
/
+28
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-0
/
+3
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-3
/
+0
*
`db:structure:load` and `db:schema:load` no longer purge the database.
Yves Senn
2014-12-18
1
-0
/
+25
*
bring back `db:test:prepare`.
Yves Senn
2014-11-25
1
-9
/
+0
*
Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...
yuuji.yaginuma
2014-11-02
1
-0
/
+10
*
build fix, we have to reset the RACK_ENV as well.
Yves Senn
2014-09-04
1
-2
/
+5
*
schema loading rake tasks maintain database connection for current env.
Yves Senn
2014-09-03
1
-0
/
+26
*
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-2
/
+2
*
test for structure:dump without schema information table. refs eafec46
Yves Senn
2014-03-20
1
-0
/
+12
*
Remove some indirection in rake dbs test
Carlos Antonio da Silva
2014-03-20
1
-34
/
+20
*
Check if the output is empty rather than asserting for equality
Carlos Antonio da Silva
2014-03-20
1
-5
/
+4
*
Fix assertions
Carlos Antonio da Silva
2014-03-16
1
-2
/
+2
*
Use DATABASE_URL by default
schneems
2014-01-02
1
-8
/
+1
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-0
/
+9
*
Adding missing require
Rafael Mendonça França
2014-01-02
1
-0
/
+1
*
Move default production database to URL sub key
schneems
2014-01-01
1
-1
/
+5
*
fix 2.1.0 bug :(
schneems
2013-12-25
1
-1
/
+1
*
ensure environment is run before db:structure:load
schneems
2013-12-25
1
-1
/
+1
*
Partial fix of database url tests
schneems
2013-12-25
1
-1
/
+4
*
using symbol instead of string in establish_connection
Kuldeep Aggarwal
2013-12-25
1
-1
/
+1
[next]