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
/
index_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
More exercise `test_remove_named_index`
Ryuta Kamizono
2018-05-02
1
-1
/
+4
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-4
/
+4
*
Remove deprecated argument `default` from `index_name_exists?`
Rafael Mendonça França
2017-10-23
1
-4
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Deprecate passing `default` to `index_name_exists?`
Ryuta Kamizono
2017-02-13
1
-2
/
+4
*
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
1
-8
/
+6
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-35
/
+35
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-14
/
+14
*
Merge pull request #19456 from greysteil/index-exists-behaviour
Matthew Draper
2015-12-18
1
-0
/
+10
|
\
|
*
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
1
-0
/
+8
|
*
Ignore index name in `index_exists?` when not passed a name to check for
Grey Baker
2015-12-15
1
-0
/
+2
*
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+1
|
/
*
raise a better exception for renaming long indexes
Aaron Patterson
2014-11-20
1
-0
/
+14
*
`index_exists?` with `:name` checks specified columns.
Yves Senn
2014-08-13
1
-0
/
+6
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-55
/
+39
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-2
/
+1
*
Remove more skip
Rafael Mendonça França
2013-11-08
1
-7
/
+7
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-23
/
+19
*
Remove behavior that deals with a string as third argument of `add_index`, be...
kennyj
2013-06-02
1
-10
/
+0
*
Fix warning
Rafael Mendonça França
2013-02-21
1
-1
/
+1
*
reserve index name chars for internal rails operations
Yves Senn
2013-02-20
1
-5
/
+23
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-3
/
+3
*
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
*
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
*
Handle nil in add_index :length option in MySQL
Paul Sadauskas
2012-01-24
1
-1
/
+7
*
move another index related test case
Aaron Patterson
2012-01-13
1
-0
/
+68
*
move tests regarding index modification to their own class
Aaron Patterson
2012-01-13
1
-0
/
+102