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
*
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
*
Fix (intermittent?) test failure
Matthew Draper
2015-04-13
1
-1
/
+1
*
Delegate limit to subtype
wallerjake
2015-03-21
1
-0
/
+5
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...
Court3nay
2015-02-24
1
-0
/
+5
*
Add schema dumping tests for datetime and time precision
Ryuta Kamizono
2015-02-20
1
-7
/
+0
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
Remove debug code
Carlos Antonio da Silva
2015-02-08
1
-5
/
+0
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
1
-0
/
+5
*
Fix `test_types_line_up` when column type missing
Ryuta Kamizono
2015-01-30
1
-2
/
+2
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
1
-18
/
+18
*
Add firebird support to test suite
Ray Zane
2015-01-05
1
-0
/
+2
*
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
1
-0
/
+7
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-0
/
+5
*
tests, move schema shorthand assertions into pg specific tests.
Yves Senn
2014-12-02
1
-71
/
+0
*
Remove is_a? check when ignoring tables
Sean Griffin
2014-11-20
1
-10
/
+0
*
Added SchemaDumper support for tables with jsonb columns.
Ted O'Meara
2014-11-04
1
-7
/
+0
*
Replace Enumerable#reverse.each with Enumerable#reverse_each
Erik Michaels-Ober
2014-10-13
1
-1
/
+1
*
do not dump foreign keys for ignored tables.
Yves Senn
2014-09-17
1
-0
/
+5
*
Speed up schema dumper tests
Jeremy Kemper
2014-09-10
1
-11
/
+9
*
Include default column limits in schema.rb
Jeremy Kemper
2014-09-10
1
-4
/
+10
*
MySQL: schema.rb now includes TEXT and BLOB column limits.
Jeremy Kemper
2014-09-10
1
-4
/
+4
*
MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB
Jeremy Kemper
2014-09-10
1
-2
/
+2
*
Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests
Akira Matsuda
2014-09-03
1
-26
/
+12
*
Remove 'if exists' from drop table statement then use `table_exists?`
Yasuo Honda
2014-09-03
1
-1
/
+1
*
create_table + transactional_fixtures = :bomb:
Akira Matsuda
2014-08-15
1
-0
/
+4
*
fk: dump foreign keys at the bottom to make sure tables exist.
Yves Senn
2014-06-26
1
-0
/
+7
*
fk: dump foreign keys to schema.rb
Yves Senn
2014-06-26
1
-1
/
+11
*
test, fix typo, `create_index` does not exist.
Yves Senn
2014-06-10
1
-1
/
+1
*
Add missing test cases for schema dumping defaults
Sean Griffin
2014-06-06
1
-0
/
+29
*
pg, preserve point type when schema dumping.
Yves Senn
2014-06-03
1
-1
/
+1
*
Remove duplicated setup in test
Sean Griffin
2014-05-23
1
-4
/
+3
*
Move extract_scale to decimal type
Sean Griffin
2014-05-21
1
-2
/
+2
*
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
1
-1
/
+1
|
\
|
*
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
1
-1
/
+1
*
|
register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]
lsylvester
2014-03-11
1
-0
/
+7
*
|
current_adapter? accepts multiple arguments
Rafael Mendonça França
2014-03-10
1
-2
/
+2
*
|
sqlite >= 3.8.0 supports partial indexes
Cody Cutrer
2014-01-14
1
-0
/
+2
|
/
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-13
/
+14
*
Escape the parentheses in the default function regexp
Rafael Mendonça França
2013-10-21
1
-0
/
+5
*
Fix typo. This test isn't executed in even postgresql.
kennyj
2013-09-22
1
-1
/
+1
*
Correctly parse bigint defaults in PostgreSQL
Erik Peterson
2013-04-05
1
-0
/
+5
*
Fix indent and change "or" usage to "||" in schema dumper tests
Carlos Antonio da Silva
2013-03-30
1
-5
/
+5
*
Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.
Ken Mazaika
2013-03-27
1
-0
/
+6
*
Dump the 'using' options for a SQL index into the schema.
Ken Mazaika
2013-03-27
1
-2
/
+8
*
Fix default output for postgres network address types
Erik Peterson
2013-02-26
1
-6
/
+6
*
Skip schema dumper extensions test if connection does not support it
Carlos Antonio da Silva
2013-02-07
1
-0
/
+1
*
Run schema dumper extensions without creating real extensions
Carlos Antonio da Silva
2013-02-06
1
-9
/
+2
[next]