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
/
schema_dumper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dump
Eileen M. Uchitelle
2017-07-22
1
-0
/
+14
|
\
|
*
Sort enabled adapter extensions in schema dump
Jan Pieper
2017-07-12
1
-0
/
+14
*
|
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
*
Fix `dump_schema_information` with empty versions
Ryuta Kamizono
2017-06-15
1
-0
/
+6
*
Avoid overwriting the methods of `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2017-06-07
1
-1
/
+1
*
Simplify `assert_no_match %r{colname.*limit:}` regex
Ryuta Kamizono
2017-06-01
1
-14
/
+4
*
Support Descending Indexes for MySQL
Ryuta Kamizono
2017-04-16
1
-1
/
+5
*
Merge pull request #25296 from kamipo/use_inspect_for_type_cast_for_schema
Rafael França
2017-02-28
1
-7
/
+8
|
\
|
*
Use `inspect` in `type_cast_for_schema` for date/time and decimal values
Ryuta Kamizono
2016-12-11
1
-7
/
+8
*
|
Omit redundant `using: :btree` for schema dumping
Ryuta Kamizono
2017-02-13
1
-14
/
+10
*
|
Schema dumping support for PostgreSQL oid type
Ryuta Kamizono
2017-02-12
1
-0
/
+5
*
|
Schema dumping support for PostgreSQL interval type
Ryuta Kamizono
2017-02-12
1
-4
/
+10
*
|
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
1
-1
/
+1
*
|
Should work foreign key in test schema without `if supports_foreign_keys?` st...
Ryuta Kamizono
2017-01-17
1
-1
/
+1
*
|
Consolidate duplicated elsif branch
Ryuta Kamizono
2016-12-19
1
-6
/
+1
|
/
*
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fix table comment dumping
Ryuta Kamizono
2016-10-11
1
-0
/
+1
*
Dump index options to pretty format
Ryuta Kamizono
2016-10-10
1
-2
/
+4
*
Merge pull request #24571 from raimo/patch-1
Sean Griffin
2016-10-04
1
-0
/
+14
|
\
|
*
Print the proper ::Float::INFINITY value when used as a default value
Raimo Tuisku
2016-05-23
1
-0
/
+14
*
|
Remove the SchemaDumper options and change the default behavior
Rafael Mendonça França
2016-08-22
1
-93
/
+12
*
|
Option not to line up column types and attributes in schema.rb
Tim Petricola
2016-08-17
1
-0
/
+78
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-10
/
+10
*
|
Do not include default column limit in schema.rb
Ryuta Kamizono
2016-05-31
1
-7
/
+12
*
|
Remove magic comment in generated `schema.rb`
Ryuta Kamizono
2016-05-12
1
-4
/
+0
|
/
*
Add Expression Indexes and Operator Classes support for PostgreSQL
Ryuta Kamizono
2016-04-24
1
-1
/
+6
*
https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...
Vipul A M
2016-04-23
1
-0
/
+18
*
Dump indexes in `create_table` for generates SQL in one query
Ryuta Kamizono
2016-04-20
1
-10
/
+10
*
`foreign_key` respects `table_name_prefix` and `table_name_suffix`
Ryuta Kamizono
2016-04-19
1
-2
/
+2
*
Dump `bigint` instead of `integer` with `limit: 8` for schema dumper
Ryuta Kamizono
2016-03-11
1
-6
/
+6
*
Revert "Dump indexes in `create_table` instead of `add_index`"
Sean Griffin
2016-02-05
1
-10
/
+10
*
Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata
Yasuo Honda
2016-02-01
1
-4
/
+4
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-0
/
+4
|
\
|
*
Fixing tests and re-locating error checking.
schneems
2016-01-08
1
-4
/
+4
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-0
/
+4
*
|
Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...
Matthew Draper
2015-12-18
1
-1
/
+1
|
\
\
|
*
|
Do not include column limit in schema.rb if it matches the default
Jean Boussier
2015-07-08
1
-1
/
+1
*
|
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-4
/
+4
|
|
/
|
/
|
*
|
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
1
-2
/
+2
*
|
Merge pull request #22271 from timbreitkreutz/twb-9015-schema-dumper-test-for...
Yves Senn
2015-11-17
1
-0
/
+32
|
\
\
|
*
|
TWB Test case for Issue #9015 - ignore_table and table_prefix at same time
Tim Breitkreutz
2015-11-13
1
-0
/
+32
|
/
/
*
/
Fix to correctly schema dump the `tinyblob`
Ryuta Kamizono
2015-10-15
1
-1
/
+1
|
/
*
Display decimal defaults as strings to keep precision
John Gesimondo
2015-06-23
1
-2
/
+2
*
Correctly handle array columns with defaults in the schema dumper
Sean Griffin
2015-06-11
1
-0
/
+5
*
Dump indexes in `create_table` instead of `add_index`
Ryuta Kamizono
2015-05-03
1
-10
/
+10
[next]