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
/
lib
/
active_record
/
schema_dumper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update schema.rb documentation [CI SKIP]
Derek Prior
2018-04-24
1
-5
/
+5
*
Remove `ForeignKeys` module which was introduced at #32299
Ryuta Kamizono
2018-04-02
1
-1
/
+1
*
Move fk_ignore_pattern from config.active_record to SchemaDumper
David Stosik
2018-03-22
1
-0
/
+6
*
Expose foreign key name ignore pattern in configuration
David Stosik
2018-03-19
1
-1
/
+1
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-1
/
+1
*
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
1
-3
/
+11
*
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
1
-0
/
+1
*
Implement `PostgreSQL::SchemaDumper#extensions`
Yasuo Honda
2017-10-25
1
-9
/
+1
*
Prefer to place a table options before `force: :cascade` (#28005)
Ryuta Kamizono
2017-08-27
1
-2
/
+1
*
Remove unused returning value `stream`
Ryuta Kamizono
2017-08-24
1
-2
/
+0
*
Refactor `SchemaDumper` to make it possible to adapter specific customization
Ryuta Kamizono
2017-08-22
1
-3
/
+3
*
Allow `table_name_prefix` and `table_name_suffix` have `$`
Yasuo Honda
2017-08-04
1
-1
/
+3
*
Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dump
Eileen M. Uchitelle
2017-07-22
1
-1
/
+1
|
\
|
*
Sort enabled adapter extensions in schema dump
Jan Pieper
2017-07-12
1
-1
/
+1
*
|
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
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Update SchemaDumper.ignore_tables docs
Guillermo Iguaran
2017-05-15
1
-2
/
+2
*
Tweaks #28678
Ryuta Kamizono
2017-04-09
1
-4
/
+5
*
use formatted number as schema version
Anton Chuchkalov
2017-04-05
1
-1
/
+9
*
Use `tables` instead of `data_sources - views`
Ryuta Kamizono
2017-02-28
1
-1
/
+1
*
Add `default_index_type?` to the generic schema dumper doesn't have the knowl...
Ryuta Kamizono
2017-02-14
1
-1
/
+1
*
Omit redundant `using: :btree` for schema dumping
Ryuta Kamizono
2017-02-13
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Extract `format_colspec` to format column spec
Ryuta Kamizono
2016-10-11
1
-9
/
+9
*
Fix table comment dumping
Ryuta Kamizono
2016-10-11
1
-1
/
+1
*
`name` is not a column option
Ryuta Kamizono
2016-10-10
1
-9
/
+6
*
Dump index options to pretty format
Ryuta Kamizono
2016-10-10
1
-6
/
+2
*
Prevent to create blank comment
Ryuta Kamizono
2016-10-08
1
-3
/
+5
*
Remove unnecessary `format_string`
Ryuta Kamizono
2016-08-23
1
-15
/
+2
*
Remove the SchemaDumper options and change the default behavior
Rafael Mendonça França
2016-08-22
1
-38
/
+3
*
Option not to line up column types and attributes in schema.rb
Tim Petricola
2016-08-17
1
-10
/
+38
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Merge pull request #25340 from kamipo/prevent_table_comment_query
Rafael França
2016-07-28
1
-4
/
+4
|
\
|
*
Prevent `table_comment` query if a table doesn't have a comment
Ryuta Kamizono
2016-06-10
1
-4
/
+4
*
|
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-6
/
+1
|
/
*
Remove magic comment in generated `schema.rb`
Ryuta Kamizono
2016-05-12
1
-4
/
+0
*
Dump indexes in `create_table` for generates SQL in one query
Ryuta Kamizono
2016-04-20
1
-20
/
+33
*
Database comments: Treat blank comments as no comment. Don't dump blank comme...
Jeremy Daer
2016-04-19
1
-1
/
+1
*
Database comments: switch to keyword args for new table options
Jeremy Daer
2016-04-18
1
-2
/
+3
*
Add support for specifying comments for tables, columns, and indexes.
Andrey Novikov
2016-04-16
1
-0
/
+4
*
Merge pull request #24054 from kamipo/extract_default_primary_key
Rafael França
2016-03-11
1
-1
/
+1
|
\
|
*
Extract `default_primary_key?` to refactor `column_spec_for_primary_key`
Ryuta Kamizono
2016-03-11
1
-1
/
+1
*
|
Initialize `column.table_name` immediately for `column.serial?` correctly wor...
Ryuta Kamizono
2016-03-08
1
-4
/
+1
|
/
*
Revert "Dump indexes in `create_table` instead of `add_index`"
Sean Griffin
2016-02-05
1
-4
/
+6
*
Prevent destructive action on production database
schneems
2016-01-07
1
-1
/
+1
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-1
/
+1
*
Merge pull request #21609 from kamipo/do_not_dump_view_as_table
Jeremy Daer
2015-09-19
1
-1
/
+1
|
\
[next]