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
*
anual_salary => annual_salary
Vipul A M
2013-03-28
1
-3
/
+3
*
respect auto_increment in rename_column for mysql
Vipul A M
2013-03-27
1
-0
/
+7
*
transactions can be turned off per Migration.
Yves Senn
2013-03-05
1
-1
/
+1
*
Oracle enhanced adapter shortens its name if it is longer than 30 bytes
Yasuo Honda
2013-02-24
1
-2
/
+10
*
also rename the test-case class inside columns_test.rb
Yves Senn
2013-02-24
1
-1
/
+1
*
rename_column_test.rb -> columns_test.rb to reveal intent.
Yves Senn
2013-02-23
1
-0
/
+0
*
forwardport #9388 rename/remove column preserves custom PK.
Yves Senn
2013-02-23
1
-1
/
+15
*
Fix warning
Rafael Mendonça França
2013-02-21
1
-1
/
+1
*
also rename indexes when a table or column is renamed
Yves Senn
2013-02-20
2
-3
/
+34
*
reserve index name chars for internal rails operations
Yves Senn
2013-02-20
2
-5
/
+34
*
Remove extra sort from test
Vipul A M
2013-01-21
1
-3
/
+3
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-2
/
+2
*
Address a failure test_remove_column_with_multi_column_index with Oracle data...
Yasuo Honda
2013-01-02
1
-2
/
+3
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
5
-26
/
+26
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-0
/
+1
*
work off FIXME comments in AR rename_column_test.rb
Yves Senn
2012-12-28
1
-9
/
+22
*
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
[next]