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
...
*
don't sleep in tests
Aaron Patterson
2015-10-30
1
-10
/
+6
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
1
-0
/
+101
*
remove dead code.
Yves Senn
2015-09-09
1
-3
/
+1
*
Merge pull request #21342 from yui-knk/test/add_assert_method
Rafael Mendonça França
2015-08-24
1
-1
/
+1
|
\
|
*
Add `assert_nothing_raised` to make clear test case perpose
yui-knk
2015-08-23
1
-1
/
+1
*
|
Remove test helper method to inside test method
yui-knk
2015-08-23
1
-5
/
+1
|
/
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Error message testing fix
Franky W
2015-02-20
1
-1
/
+3
*
pg tests, be clear about the missing type that causes a test skip.
Yves Senn
2015-02-12
1
-8
/
+2
*
tests, remove unused requires.
Yves Senn
2015-02-12
1
-1
/
+0
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
1
-2
/
+2
*
Merge pull request #18526 from vipulnsward/add-silence-stream
Rafael Mendonça França
2015-02-05
1
-19
/
+3
|
\
|
*
- Extracted silence_stream method to new module in activesupport/testing.
Vipul A M
2015-01-20
1
-19
/
+3
*
|
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-0
/
+3
*
|
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
1
-1
/
+1
|
/
*
Use IO::NULL always
Nobuyoshi Nakada
2015-01-10
1
-1
/
+1
*
Remove deprecated methods at `Kernel`.
Rafael Mendonça França
2015-01-04
1
-0
/
+10
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Load test schema even if there are no migrations
Sean Griffin
2014-10-31
1
-0
/
+13
*
Treat strings greater than int max value as out of range
Sean Griffin
2014-10-31
1
-1
/
+0
*
MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled
Jeremy Kemper
2014-09-01
1
-17
/
+19
*
MigrationTest doesn't need to be verbose anymore
Akira Matsuda
2014-08-29
1
-1
/
+1
*
No tests are dealing with ActiveRecord::Migration.message_count here anymore
Akira Matsuda
2014-08-29
1
-1
/
+0
*
Reset ActiveRecord::Migration.verbose to the value before
Akira Matsuda
2014-08-29
1
-1
/
+3
*
Drop schema_migrations table only when exists
Akira Matsuda
2014-08-20
1
-1
/
+1
*
Merge pull request #16349 from jmcnevin/master
Rafael Mendonça França
2014-08-19
1
-0
/
+15
|
\
|
*
Correctly determine if migration is needed.
Jeremy McNevin
2014-08-13
1
-0
/
+15
*
|
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
1
-1
/
+1
|
/
*
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
[prev]
[next]