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 duplicated methods in command recorder and duplicated test name
Carlos Antonio da Silva
2012-12-21
1
-1
/
+1
*
Make execute, change_column and remove_columns methods actually irreversible
Marc-Andre Lafortune
2012-12-21
1
-1
/
+7
*
Make change_table reversible when possible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+20
*
Factorize methods that are easily reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-8
/
+8
*
Make remove_index reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-3
/
+24
*
Differentiate between remove_column and remove_columns. Make remove_column re...
Marc-Andre Lafortune
2012-12-21
2
-3
/
+14
*
Make drop_table reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-11
/
+24
*
Add drop_join_table [#8267]
Marc-Andre Lafortune
2012-12-21
2
-4
/
+52
*
Allow reverting of migration commands with Migration#revert [#8267]
Marc-Andre Lafortune
2012-12-21
1
-48
/
+51
*
Simplify change_table and avoid duplicated logic
Marc-Andre Lafortune
2012-12-21
1
-26
/
+5
*
Keep index names when using with sqlite3
Yves Senn
2012-12-19
1
-0
/
+10
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
2
-2
/
+24
*
Remove method redefined warnings
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
2
-25
/
+3
*
Move migration test together with other join table tests
Carlos Antonio da Silva
2012-11-21
1
-0
/
+6
*
Initialize accessors to remove some warnings in Ruby 2.0
Carlos Antonio da Silva
2012-11-19
1
-4
/
+2
*
Add rename_index to change_table.
Jarek Radosz
2012-11-19
1
-0
/
+7
*
Check if the options value is present before to send the deprecation
Rafael Mendonça França
2012-11-03
1
-2
/
+2
*
Deprecate passing a string as third argument of `add_index`
Rafael Mendonça França
2012-11-02
1
-0
/
+10
*
Raise an ArgumentError when passing an invalid option to add_index
Rafael Mendonça França
2012-11-02
1
-0
/
+6
*
raise `ArgumentError` when redefining the primary key column. Closes #6378
Yves Senn
2012-10-28
1
-0
/
+20
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
column default extraction should handle newlines.
Aaron Patterson
2012-08-17
1
-0
/
+8
*
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
[next]