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
/
migration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
build fix, remove not null constraint.
Yves Senn
2014-07-22
1
-1
/
+1
*
Remove length limit that results failure in other tests.
Zuhao Wan
2014-07-22
1
-1
/
+1
*
Keep quietly and capture undeprecated on your suite
Rafael Mendonça França
2014-07-15
1
-0
/
+10
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-1
/
+1
*
Rename `property` to `attribute`
Sean Griffin
2014-06-07
1
-3
/
+3
*
Remove deprecated method ActiveRecord::Migrator.proper_table_name
Akshay Vishnoi
2014-06-05
1
-41
/
+0
*
Silence deprecation warning in test
Sean Griffin
2014-05-27
1
-0
/
+3
*
Deprecate decimal columns being automatically treated as integers
Sean Griffin
2014-05-27
1
-1
/
+4
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-2
/
+2
*
we have `with_env_tz` as global test helper. Remove duplicate.
Yves Senn
2014-01-16
1
-7
/
+0
*
isolate class attribute assignment in `migration_test.rb`
Yves Senn
2014-01-16
1
-22
/
+33
*
activerecord: Initialize Migration with version from MigrationProxy.
Dylan Thacker-Smith
2014-01-06
1
-0
/
+4
*
support creating temporary tables from queries
Cody Cutrer
2013-12-14
1
-0
/
+26
*
Get rid of hack for freezing time on AR tests
Carlos Antonio da Silva
2013-12-12
1
-5
/
+5
*
test should clean up after themselves
Aaron Patterson
2013-11-15
1
-0
/
+3
*
Remove more skip
Rafael Mendonça França
2013-11-08
1
-2
/
+0
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-100
/
+92
*
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-19
/
+19
*
added schema_migrations_table_name to ActiveRecord::Base in order that the na...
Jerad Phelps
2013-10-27
1
-1
/
+10
*
Adding deprecation assertions for proper_table_name.
wangjohn
2013-08-24
1
-7
/
+21
*
Making proper_table_name take in options.
wangjohn
2013-08-22
1
-1
/
+28
*
Revert "fix order dependent test related to migration"
Akira Matsuda
2013-07-29
1
-4
/
+0
*
fix order dependent test related to migration
Neeraj Singh
2013-07-28
1
-0
/
+4
*
removes the obsolete private method column_methods_hash [Closes #11406]
Xavier Noria
2013-07-16
1
-15
/
+10
*
Fix #10789. Now at last ::Logger doesn't support #silence method .
kennyj
2013-06-05
1
-0
/
+9
*
Improve the error message
Rafael Mendonça França
2013-04-19
1
-1
/
+1
*
Support transactions in Migrator.run
bondarev
2013-04-18
1
-0
/
+26
*
Preserve magic comments and content encoding of copied migrations.
OZAWA Sakuro
2013-03-09
1
-0
/
+20
*
If an index can't be found by column, use the index name.
Ezekiel Smithburg
2013-03-07
1
-0
/
+16
*
transactions can be turned off per Migration.
Yves Senn
2013-03-05
1
-0
/
+32
*
transactional migration test-case was broken.
Yves Senn
2013-03-05
1
-3
/
+7
*
Be sure to clear schema cache
Akira Matsuda
2013-01-22
1
-0
/
+3
*
Reset table_name_{prefix,suffix}, and table_name after each test
Akira Matsuda
2013-01-22
1
-11
/
+4
*
Fix failing test under sqlite3
Akira Matsuda
2013-01-07
1
-1
/
+1
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-2
/
+2
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-10
/
+1
*
convert time to string
Josh Susser
2012-12-06
1
-1
/
+1
*
style cleanup
Josh Susser
2012-12-03
1
-1
/
+1
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-0
/
+9
*
Move migration test together with other join table tests
Carlos Antonio da Silva
2012-11-21
1
-7
/
+0
*
Merge pull request #7716 from steveklabnik/issue_7715
Rafael Mendonça França
2012-11-21
1
-0
/
+7
|
\
|
*
Coerce strings in create_join_table.
Steve Klabnik
2012-11-21
1
-0
/
+7
*
|
fix test :/
Jon Leighton
2012-10-19
1
-5
/
+1
|
/
*
Use . instead of :: for class methods, add CHANGELOG entries
José Valim
2012-06-10
1
-2
/
+2
*
Merge pull request #6665 from schneems/schneems/raise-migration-error
José Valim
2012-06-10
1
-0
/
+15
|
\
|
*
raise error for pending migration
schneems
2012-06-09
1
-2
/
+2
|
*
add convenience methods for checking migrations
schneems
2012-06-03
1
-0
/
+15
*
|
Fix fragile #assert_queries implementation and usages.
Steve Jorgensen
2012-06-09
1
-1
/
+1
|
/
*
port some mocha to minitest/mock
Aaron Patterson
2012-05-18
1
-222
/
+0
*
Integer limit out of range should be allowed to raise. Closes #6272
Erich Menge
2012-05-16
1
-2
/
+23
[next]