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
*
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
*
no more require minitest mock
Gaurav Sharma
2015-08-27
2
-2
/
+0
*
Merge pull request #20459
Sean Griffin
2015-08-06
1
-0
/
+93
|
\
|
*
Add missing data types for ActiveRecord migrations
Mehmet Emin İNAÇ
2015-06-08
1
-0
/
+93
*
|
Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...
Rafael Mendonça França
2015-06-27
1
-0
/
+31
|
\
\
|
*
|
Add table name prefix and suffix support to add_foreign_key and remove_foreig...
Mehmet Emin İNAÇ
2015-06-25
1
-0
/
+31
*
|
|
Add reversible syntax for change_column_default
Prem Sichanugrist
2015-06-26
2
-0
/
+17
|
/
/
*
|
make `remove_index :table, :column` reversible.
Yves Senn
2015-06-15
1
-0
/
+5
*
|
Add an invert method for remove_foreign_key
Aster Ryan
2015-06-11
1
-1
/
+30
|
/
*
Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle
Yasuo Honda
2015-06-01
1
-1
/
+1
*
test, for `create_table` and `foreign_key: true` no-op. Closes #19794.
Yves Senn
2015-04-27
1
-0
/
+20
*
use singular table name if pluralize_table_names is setted as false while cre...
Mehmet Emin İNAÇ
2015-04-06
1
-0
/
+22
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
6
-6
/
+6
*
tests, favor `drop_table` and `:if_exists` over raw SQL.
Yves Senn
2015-03-02
1
-1
/
+1
*
The short-hand methods should be able to define multiple columns
Ryuta Kamizono
2015-02-23
1
-1
/
+19
*
Extract the short-hand methods into `ColumnMethods`
Ryuta Kamizono
2015-02-23
1
-0
/
+8
*
Extract `primary_key` method into `ColumnMethods`
Ryuta Kamizono
2015-02-22
1
-0
/
+7
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
2
-5
/
+5
*
Merge pull request #18662 from estum/foreign-key-exists
Yves Senn
2015-02-16
1
-0
/
+21
|
\
|
*
Add `foreign_key_exists?` method.
Anton
2015-01-24
1
-0
/
+21
*
|
tests, remove unused requires.
Yves Senn
2015-02-12
1
-1
/
+0
*
|
prefer `drop_table :table, if_exists: true` over explicit checks.
Yves Senn
2015-02-11
1
-2
/
+2
*
|
add test to ensure `remove_reference` with index and fk is invertable.
Yves Senn
2015-02-11
1
-0
/
+5
*
|
fix `remove_reference` with `foreign_key: true` on MySQL. #18664.
Yves Senn
2015-02-11
1
-0
/
+10
*
|
Add `auto_increment?` instead of `extra == 'auto_increment'`
Ryuta Kamizono
2015-02-08
1
-1
/
+1
*
|
Merge pull request #18526 from vipulnsward/add-silence-stream
Rafael Mendonça França
2015-02-05
1
-11
/
+2
|
\
\
|
*
|
- Extracted silence_stream method to new module in activesupport/testing.
Vipul A M
2015-01-20
1
-11
/
+2
*
|
|
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
1
-2
/
+2
[next]