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
*
Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...
Vipul A M
2013-12-18
1
-1
/
+1
*
Remove more skip
Rafael Mendonça França
2013-11-08
2
-9
/
+7
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
6
-132
/
+119
*
Make 'enable_extension' revertible
Eric Tipton
2013-08-10
1
-0
/
+10
*
removes the obsolete private method column_methods_hash [Closes #11406]
Xavier Noria
2013-07-16
1
-15
/
+6
*
Removed unused test for DateTime.local_offset
Arun Agrawal
2013-07-07
1
-20
/
+0
*
Fixes #10432 add_column not creating array columns in PostgreSQL
Adam Anderson
2013-06-04
1
-0
/
+29
*
Remove behavior that deals with a string as third argument of `add_index`, be...
kennyj
2013-06-02
1
-10
/
+0
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
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
[next]