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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
1
-2
/
+2
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-2
/
+2
*
revert Default timestamps to non-null
Dave Kroondyk
2012-07-18
2
-6
/
+6
*
Merge pull request #7028 from lexmag/join_table_indexes
José Valim
2012-07-18
1
-3
/
+17
|
\
|
*
Add join table migration generator
Aleksey Magusev
2012-07-18
1
-3
/
+17
*
|
Add teardown method to AR::Mig::RenameTableTest
Robb Kidd
2012-07-10
1
-18
/
+13
*
|
Merge pull request #6874 from robbkidd/rename_sequences_too
Aaron Patterson
2012-07-10
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
Update psql adapter to rename a default pkey sequence when renaming a table.
Robb Kidd
2012-06-27
1
-0
/
+13
*
|
Refactor references schema definitions
Aleksey Magusev
2012-07-03
1
-16
/
+12
*
|
Make references statements reversible
Aleksey Magusev
2012-07-03
1
-3
/
+27
*
|
Add references schema statements
Aleksey Magusev
2012-07-03
2
-1
/
+112
*
|
Use strings for the table names
Rafael Mendonça França
2012-07-01
1
-1
/
+1
*
|
Merge pull request #6914 from lexmag/migration_tests
Rafael Mendonça França
2012-07-01
2
-37
/
+11
|
\
\
|
*
|
Refactor migration test_helper
Aleksey Magusev
2012-07-01
2
-37
/
+11
|
|
/
*
/
Add more options to column_exists? method
Aleksey Magusev
2012-06-30
1
-6
/
+12
|
/
*
TimeZone format is always /[+-]\d{2}:\d{2}/ in Ruby 1.9
Akira Matsuda
2012-06-12
1
-1
/
+1
*
Skip two tests with polymorphic if current adapter is Oracle Adapter.
Yasuo Honda
2012-06-08
1
-0
/
+3
*
port some mocha to minitest/mock
Aaron Patterson
2012-05-18
1
-0
/
+221
*
Integer limit out of range should be allowed to raise. Closes #6272
Erich Menge
2012-05-16
2
-4
/
+10
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
2
-6
/
+6
*
Automatically create indexes for references/belongs_to statements in migrations.
Joshua Wood
2012-04-14
1
-0
/
+99
*
improved test case for partial indices
Marcelo Silveira
2012-02-09
1
-6
/
+9
*
Made schema dumper recognize partial indices' where statements
Marcelo Silveira
2012-02-09
1
-0
/
+6
*
columns method doesn't have name argument
Rafael Mendonça França
2012-02-02
1
-5
/
+4
*
Add `create_join_table` migration helper to create HABTM join tables
Rafael Mendonça França
2012-01-27
3
-1
/
+82
*
Handle nil in add_index :length option in MySQL
Paul Sadauskas
2012-01-24
1
-1
/
+7
*
disable transactions for this test
Aaron Patterson
2012-01-17
1
-1
/
+4
*
silencing migrator tests, refactoring the migration test helper
Aaron Patterson
2012-01-16
1
-0
/
+9
*
Fix ActiveRecord mysql tests
Piotr Sarnacki
2012-01-16
1
-1
/
+2
*
make sure the migration table is alive and empty
Aaron Patterson
2012-01-13
1
-0
/
+11
*
test code that finds migrations
Aaron Patterson
2012-01-13
1
-0
/
+4
*
removing migration files as they are no longer needed
Aaron Patterson
2012-01-13
1
-2
/
+2
*
fixing test class name
Aaron Patterson
2012-01-13
2
-2
/
+2
*
adding a test class for table renaming
Aaron Patterson
2012-01-13
2
-0
/
+78
*
moving more column renaming tests
Aaron Patterson
2012-01-13
1
-0
/
+75
*
moving more renaming tests to the proper test case
Aaron Patterson
2012-01-13
2
-0
/
+71
*
moving rename column tests to their own class
Aaron Patterson
2012-01-13
3
-17
/
+125
*
moving column attributes tests to their own class
Aaron Patterson
2012-01-13
1
-0
/
+174
*
move another index related test case
Aaron Patterson
2012-01-13
2
-70
/
+68
*
move tests regarding index modification to their own class
Aaron Patterson
2012-01-13
2
-84
/
+102
*
decoupling more tests from AR::Base
Aaron Patterson
2012-01-13
1
-0
/
+45
*
move more schema modification tests
Aaron Patterson
2012-01-13
1
-0
/
+70
*
remove dependency on the filesystem
Aaron Patterson
2012-01-13
1
-3
/
+8
*
moving logger test to its own file
Aaron Patterson
2012-01-13
1
-0
/
+17
*
moving the table and index test to it's own file
Aaron Patterson
2012-01-12
1
-0
/
+24
*
adding missing require
Aaron Patterson
2012-01-10
1
-0
/
+2
*
move column ordering tests to it's own class
Aaron Patterson
2012-01-10
2
-46
/
+58
*
refactoring migration test
Aaron Patterson
2012-01-10
1
-0
/
+414
*
Fix GH #4285. Remove options when we record calling creat_table
kennyj
2012-01-04
1
-0
/
+6
*
Fixed bad options order in ActiveRecord::Migration::CommandRecorder#invert_re...
jbbarth
2011-08-28
1
-2
/
+2
[next]