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
*
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
*
Do not print anything related to extensions when they don't none exist
Carlos Antonio da Silva
2013-02-06
1
-0
/
+10
*
improve tests to check for existence of extensions method, and skip testing d...
Justin George
2013-02-06
1
-8
/
+7
*
Add some tests to enumerate how extensions should be stored in the schema output
Justin George
2013-02-06
1
-0
/
+11
*
Support for PostgreSQL's ltree data type.
Rob Worley
2013-01-04
1
-0
/
+7
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-2
/
+2
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
1
-15
/
+2
*
Use CURRENT_TIMESTAMP since it has apparently better cross db support
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
style cleanup
Josh Susser
2012-12-03
1
-1
/
+0
*
Add migration history to schema.rb dump
Josh Susser
2012-12-02
1
-2
/
+16
*
Add metadata to schema_migrations
Josh Susser
2012-12-01
1
-1
/
+1
*
Use the MySQL varbinary type when appropriate in migrations.
Victor Costan
2012-10-27
1
-0
/
+6
*
use `setup` for setting up the test
Aaron Patterson
2012-10-15
1
-5
/
+1
*
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
1
-3
/
+11
*
Dump schema using new style hash
Konstantin Shabanov
2012-09-08
1
-44
/
+44
*
ActiveRecord support to PostgreSQL 9.2 JSON type
Dickson S. Guedes
2012-09-05
1
-0
/
+7
*
test cleanup, remove ruby_type because it's no longer needed
Yves Senn
2012-09-03
1
-1
/
+1
*
Merge pull request #4396 from kennyj/fix_4259
Rafael Mendonça França
2012-06-20
1
-0
/
+32
|
\
|
*
Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...
kennyj
2012-01-10
1
-0
/
+32
*
|
Add uuid type support to PostgreSQL adapter
Konstantin Shabanov
2012-06-14
1
-0
/
+7
*
|
Adds migration and schema dump support for INET, CIDR, and MACADDR
Dan Seaver
2012-05-05
1
-0
/
+21
*
|
Address the dump file format for hstore
Yasuo Honda
2012-03-15
1
-1
/
+1
*
|
Fix warning: The method name is a duplicate and wrong.
kennyj
2012-02-11
1
-1
/
+1
*
|
Merge branch 'joelhoffman-postgres_schema_builder' into instance_reader
Aaron Patterson
2012-02-10
1
-0
/
+7
|
\
\
|
*
|
schema dumper tests for hstore
Joel
2012-02-08
1
-0
/
+7
*
|
|
Made schema dumper recognize partial indices' where statements
Marcelo Silveira
2012-02-09
1
-0
/
+9
|
/
/
*
|
Try to create schema migrations table in schema dumper test
Piotr Sarnacki
2012-01-16
1
-0
/
+5
*
|
move schema dumper tests to the correct class
Aaron Patterson
2012-01-13
1
-0
/
+10
|
/
*
call super from setup
Aaron Patterson
2012-01-04
1
-0
/
+1
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-4
/
+2
*
Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)
kennyj
2011-11-06
1
-0
/
+5
*
remove extra require for 'stringio' as it is required in helper.rb
Vishnu Atrai
2011-07-31
1
-1
/
+0
*
magic comment test only if encoding_aware?.
Arun Agrawal
2011-07-30
1
-3
/
+4
*
dump IO encoding value along with schema.rb so the file can be reloaded. fixe...
Aaron Patterson
2011-07-29
1
-3
/
+12
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-2
/
+1
*
Added tsvector Datatype Support
Benjamin Fritsch
2011-04-26
1
-0
/
+7
*
Fix SQLite adapter name [#5842 state:resolved]
Anil Wadghule
2010-10-19
1
-2
/
+2
*
update tests for mysql2 support
Brian Lopez
2010-08-02
1
-2
/
+2
*
PostgreSQL: XML datatype support
Leonardo Borges
2009-08-09
1
-1
/
+11
*
Don't define a default primary key in the schema dumper.
Tristan Dunn
2009-08-08
1
-0
/
+8
*
fix schema_dumper_test for Oracle as it supports precision up to 38
Raimonds Simanovskis
2009-08-06
1
-1
/
+6
*
Oracle can store integers with any :limit
Raimonds Simanovskis
2009-08-06
1
-0
/
+5
*
Add support for dumping non-standard primary keys when using the SQLite3 adap...
Hongli Lai (Phusion)
2009-07-07
1
-7
/
+7
[next]