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
/
activerecord
/
test
/
cases
/
migrator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove meaningless `ActiveRecord::MigrationContext.new(old_path)` in ensure b...
Ryuta Kamizono
2018-09-17
1
-1
/
+0
*
Restore `test_migrations_status_with_schema_define_in_subdirectories`
Ryuta Kamizono
2018-01-19
1
-7
/
+11
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-68
/
+80
*
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-0
/
+20
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
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
*
Fix MigratorTest#test_migrator_verbosity
bogdanvlviv
2017-04-26
1
-1
/
+1
*
Fix `rake db:schema:load` with subdirectories
Ryuta Kamizono
2017-03-05
1
-0
/
+17
*
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
1
-0
/
+44
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-1
/
+2
*
Followup of #27596, test output of "run" method as well
Prathamesh Sonpatki
2017-01-07
1
-1
/
+8
*
Preserve `up` and `down` return type
schneems
2017-01-06
1
-0
/
+14
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-4
/
+4
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-26
/
+26
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-21
/
+21
*
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
1
-1
/
+1
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-2
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
tests, favor `drop_table` and `:if_exists` over raw SQL.
Yves Senn
2015-03-02
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...
Rafael Mendonça França
2014-10-18
1
-3
/
+3
*
Revert "Replace (slower) block.call with (faster) yield"
Zachary Scott
2014-10-18
1
-3
/
+3
*
Replace (slower) block.call with (faster) yield
claudiob
2014-10-18
1
-3
/
+3
*
Reset ActiveRecord::Migration.message_count counter before start testing
Akira Matsuda
2014-08-29
1
-1
/
+1
*
Bring original puts back after finishing tests
Akira Matsuda
2014-08-29
1
-0
/
+12
*
Reset ActiveRecord::Migration.verbose to the value before
Akira Matsuda
2014-08-29
1
-1
/
+2
*
Demodulize ActiveRecord::MigratorTest
Akira Matsuda
2014-08-29
1
-284
/
+282
*
No need for trailing slash on migration path.
Jeremy Kemper
2014-04-24
1
-1
/
+1
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-2
/
+1
*
Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...
David Heinemeier Hansson
2013-11-14
1
-3
/
+3
*
Used Yield instead of block.call
Kuldeep Aggarwal
2013-11-15
1
-3
/
+3
*
Remove deprecated String constructor from `ActiveRecord::Migrator`.
Yves Senn
2013-07-04
1
-6
/
+0
*
Reset AR::Migration.verbose change to avoid depending on test run order
Akira Matsuda
2013-01-08
1
-0
/
+1
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-4
/
+4
*
recognize migrations, in folders containing numbers and 'rb'.
Yves Senn
2012-12-13
1
-0
/
+6
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-6
/
+3
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-3
/
+6
*
stop more ddl changes
Aaron Patterson
2012-01-16
1
-0
/
+16
*
stop ddl modifications for another test
Aaron Patterson
2012-01-16
1
-0
/
+10
*
use one based indexes for the mock migrations
Aaron Patterson
2012-01-16
1
-16
/
+16
*
stop making ddl changes for migrator tests
Aaron Patterson
2012-01-16
1
-12
/
+78
*
actually use the variable I created. :bomb: thanks @exviva
Aaron Patterson
2012-01-16
1
-1
/
+1
*
move another migrator to use sensors
Aaron Patterson
2012-01-16
1
-0
/
+18
*
moving verbosity tests to the migrator test, removing ddl changes
Aaron Patterson
2012-01-16
1
-0
/
+24
*
silencing migrator tests, refactoring the migration test helper
Aaron Patterson
2012-01-16
1
-0
/
+1
*
prefer method sensors over actual ddl changes
Aaron Patterson
2012-01-16
1
-0
/
+84
[next]