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
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
1
-7
/
+11
*
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
3
-8
/
+13
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Merge pull request #26631 from kamipo/remove_duplicate_condition
Matthew Draper
2016-10-06
1
-3
/
+1
|
\
|
*
Remove duplicated `unless current_adapter?(:SQLite3Adapter)` condition
Ryuta Kamizono
2016-09-27
1
-3
/
+1
*
|
`:text_too_big` column should be `:text`, not `:integer`
Ryuta Kamizono
2016-09-27
1
-1
/
+1
|
/
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
2
-5
/
+5
*
Remove duplicated `elsif` branch
Ryuta Kamizono
2016-09-11
1
-2
/
+0
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-4
/
+4
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
7
-40
/
+40
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-3
/
+4
*
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
3
-3
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
6
-402
/
+402
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
8
-122
/
+122
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
15
-162
/
+162
*
Oracle TIMESTAMP sql type is associated with Rails `DateTime` type now
Yasuo Honda
2016-07-20
1
-8
/
+1
*
Fix wrong test name
Prathamesh Sonpatki
2016-07-16
1
-1
/
+1
*
Fix typo: accidently -> accidentally.
Hendy Tanata
2016-07-02
1
-1
/
+1
*
Add regression test for foreign key schema dump caching
eileencodes
2016-07-01
1
-0
/
+13
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Merge pull request #24221 from gregmolnar/uuid
Kasper Timm Hansen
2016-04-20
1
-0
/
+7
|
\
|
*
add column type option to create_join_table to support uuid
Greg Molnar
2016-03-17
1
-0
/
+7
*
|
`foreign_key` respects `table_name_prefix` and `table_name_suffix`
Ryuta Kamizono
2016-04-19
1
-0
/
+30
*
|
Add test to verify named unique index, when creating reference via add_reference
Vipul A M
2016-04-16
1
-0
/
+5
|
/
*
Merge pull request #23419 from prathamesh-sonpatki/fix-showing-of-deprecation...
Matthew Draper
2016-02-23
1
-1
/
+13
|
\
|
*
Fix random failures of tests on Travis
Prathamesh Sonpatki
2016-02-12
1
-1
/
+1
|
*
Correctly show deprecation warning for incompatible migrations
Prathamesh Sonpatki
2016-02-12
1
-0
/
+12
*
|
Merge pull request #23614 from georgemillo/foreign_key
Yves Senn
2016-02-16
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Let t.foreign_key use the same `to_table` twice
George Millo
2016-02-15
1
-0
/
+20
|
/
*
Merge pull request #23359 from kamipo/make_to_primary_key
Rafael França
2016-02-01
1
-24
/
+0
|
\
|
*
Make to primary key instead of an unique index for internal tables
Ryuta Kamizono
2016-01-31
1
-24
/
+0
*
|
Added test for backward compatibility of null constraints on timestamp columns
Prathamesh Sonpatki
2016-01-31
1
-0
/
+30
|
/
*
Pare back default `index` option for the migration generator
Prathamesh Sonpatki
2016-01-24
4
-11
/
+29
*
fix remove_index for postgresql when running legacy migrations
Lachlan Sylvester
2016-01-06
1
-0
/
+16
*
Remove unnecessary enable,disable_extension on tests
Fumiaki MATSUSHIMA
2016-01-02
1
-2
/
+0
*
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-2
/
+0
*
Merge pull request #19456 from greysteil/index-exists-behaviour
Matthew Draper
2015-12-18
2
-0
/
+52
|
\
|
*
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
2
-0
/
+50
|
*
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
6
-10
/
+10
|
/
*
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
2
-3
/
+3
*
Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...
Ryuta Kamizono
2015-11-24
1
-93
/
+0
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
4
-16
/
+18
*
`:to_table` when adding a fk through `add_reference`.
Yves Senn
2015-10-13
1
-0
/
+9
*
tests, use `if_exists: true` instead of `rescue nil`.
Yves Senn
2015-09-22
1
-1
/
+1
*
Support for foreign keys in create table
Ryuta Kamizono
2015-09-20
1
-0
/
+8
*
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-1
/
+2
[next]