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
*
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
|
\
|
*
Do not dump a view as a table in sqlite3, mysql and mysql2 adapters
Ryuta Kamizono
2015-09-13
1
-1
/
+1
*
|
Correctly dump composite primary key
Ryuta Kamizono
2015-09-20
1
-6
/
+13
*
|
Don't hardcode table name
schneems
2015-09-16
1
-1
/
+1
|
/
*
Remove unused already require
Ryuta Kamizono
2015-05-19
1
-1
/
+0
*
Merge pull request #19994 from kamipo/dump_indexes_in_create_table
Rafael Mendonça França
2015-05-03
1
-6
/
+4
|
\
|
*
Dump indexes in `create_table` instead of `add_index`
Ryuta Kamizono
2015-05-03
1
-6
/
+4
*
|
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
1
-0
/
+4
|
/
*
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
1
-1
/
+4
*
Improve a dump of the primary key support.
Ryuta Kamizono
2014-12-29
1
-5
/
+6
*
Dump the default `nil` for PostgreSQL UUID primary key.
Ryuta Kamizono
2014-12-26
1
-1
/
+1
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-1
/
+1
*
no need to pass native_database_types around
Yves Senn
2014-12-02
1
-2
/
+1
[next]