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
*
SQLite3 adapter supports expression indexes
gkemmey
2018-09-13
1
-5
/
+14
*
Stub with Minitest instead of Mocha
utilum
2018-07-15
1
-17
/
+21
*
Bump minimum SQLite version to 3.8
Yasuo Honda
2018-05-21
1
-19
/
+1
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-1
/
+1
*
Fix multiline expression indexes for postgresql (#31621)
fatkodima
2018-03-16
1
-1
/
+1
*
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
1
-3
/
+21
*
Third party adapters doesn't support index orders yet
Ryuta Kamizono
2017-10-26
1
-2
/
+2
*
Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dump
Rafael França
2017-10-25
1
-1
/
+1
|
\
|
*
Save index order :desc to schema.rb (sqlite). Fixes #30902
Paul Kuruvilla
2017-10-24
1
-1
/
+1
*
|
`supports_extensions?` return always true since PostgreSQL 9.1
Yasuo Honda
2017-10-24
1
-25
/
+23
|
/
*
Omit the default limit for float columns (#28041)
Ryuta Kamizono
2017-08-27
1
-3
/
+8
*
Prefer to place a table options before `force: :cascade` (#28005)
Ryuta Kamizono
2017-08-27
1
-1
/
+1
*
Allow `table_name_prefix` and `table_name_suffix` have `$`
Yasuo Honda
2017-08-04
1
-0
/
+25
*
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
[next]