| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove is_a? check when ignoring tables | Sean Griffin | 2014-11-20 | 1 | -6/+1 |
* | add bigserial pk support | Aaron Patterson | 2014-10-29 | 1 | -0/+2 |
* | do not dump foreign keys for ignored tables. | Yves Senn | 2014-09-17 | 1 | -1/+1 |
* | Schema dumper: all connection adapters implement #primary_key, so rely on it ... | Jeremy Kemper | 2014-09-07 | 1 | -10/+1 |
* | Fix warnings for undefined local variable | Tee Parham | 2014-09-07 | 1 | -6/+10 |
* | Prefer "if any?" to "unless empty?" | Tee Parham | 2014-09-07 | 1 | -9/+6 |
* | Convert string concatenations to substitutions | Tee Parham | 2014-09-07 | 1 | -15/+15 |
* | Extract iterator method in AR::SchemaDumper | Caleb Thompson | 2014-07-25 | 1 | -10/+14 |
* | Dump PostgreSQL primary key with custom function as a default. | Andrey Novikov | 2014-07-11 | 1 | -1/+2 |
* | fk: use random digest names | Yves Senn | 2014-06-26 | 1 | -3/+13 |
* | fk: dump foreign keys at the bottom to make sure tables exist. | Yves Senn | 2014-06-26 | 1 | -6/+9 |
* | fk: support for on_update | Yves Senn | 2014-06-26 | 1 | -0/+1 |
* | fk: rename `dependent` to `on_delete` | Yves Senn | 2014-06-26 | 1 | -1/+1 |
* | fk: support dependent option (:delete, :nullify and :restrict). | Yves Senn | 2014-06-26 | 1 | -0/+2 |
* | fk: dump foreign keys to schema.rb | Yves Senn | 2014-06-26 | 1 | -0/+22 |
* | Push default_function to superclass to avoid method check | Rafael Mendonça França | 2013-10-14 | 1 | -1/+1 |
* | Dump the default function when the primary key is uuid | Rafael Mendonça França | 2013-10-14 | 1 | -0/+1 |
* | Creating options for schema dumper. | wangjohn | 2013-08-22 | 1 | -5/+16 |
* | Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451. | Brian Buchanan | 2013-05-03 | 1 | -1/+4 |
* | Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. | Ken Mazaika | 2013-03-27 | 1 | -0/+2 |
* | Dump the 'using' options for a SQL index into the schema. | Ken Mazaika | 2013-03-27 | 1 | -0/+2 |
* | Created a layer of abstraction for the valid type checking in schema dumper. ... | Ranjay Krishna | 2013-03-25 | 1 | -1/+1 |
* | Revert "checking in the abstractions for valid type checking:" | Jon Leighton | 2013-02-15 | 1 | -1/+1 |
* | Merge pull request #9204 from ranjaykrishna/col-prob | Aaron Patterson | 2013-02-12 | 1 | -1/+1 |
|\ |
|
| * | checking in the abstractions for valid type checking: | Ranjay Krishna | 2013-02-12 | 1 | -1/+1 |
* | | Do not print anything related to extensions when they don't none exist | Carlos Antonio da Silva | 2013-02-06 | 1 | -4/+6 |
* | | Add blank line after extensions to separate from tables in schema | Carlos Antonio da Silva | 2013-02-06 | 1 | -0/+1 |
* | | Fix indentation of extensions in schema | Carlos Antonio da Silva | 2013-02-06 | 1 | -4/+2 |
* | | add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap... | Justin George | 2013-02-06 | 1 | -0/+12 |
|/ |
|
* | Move to the schema-migrations-metadata branch. | Jeremy Kemper | 2012-12-09 | 1 | -16/+5 |
* | dump schema.rb without :version option | Josh Susser | 2012-12-05 | 1 | -4/+2 |
* | Add migration history to schema.rb dump | Josh Susser | 2012-12-02 | 1 | -2/+15 |
* | Moves column dump specific code to a module included in AbstractAdapter | Dan McClain | 2012-09-14 | 1 | -29/+2 |
* | Dump schema using new style hash | Konstantin Shabanov | 2012-09-08 | 1 | -10/+10 |
* | Merge pull request #4396 from kennyj/fix_4259 | Rafael Mendonça França | 2012-06-20 | 1 | -4/+8 |
|\ |
|
| * | Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we... | kennyj | 2012-01-10 | 1 | -4/+8 |
* | | reduce number of Strings | Akira Matsuda | 2012-06-06 | 1 | -1/+1 |
* | | Corrected grammatical errors in schema_dumper and scoping/default | dcurtis | 2012-04-10 | 1 | -1/+1 |
* | | Merge pull request #2621 from icco/master | Aaron Patterson | 2012-03-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Not checking for nil is apparently a lot faster. | Nat Welch | 2011-09-21 | 1 | -1/+1 |
| * | | From @dasch's recommendation. | Nat Welch | 2011-08-22 | 1 | -1/+1 |
| * | | Fixes bug with schema dumper when using with Padrino. | Nat Welch | 2011-08-21 | 1 | -1/+1 |
* | | | Made schema dumper recognize partial indices' where statements | Marcelo Silveira | 2012-02-09 | 1 | -0/+2 |
| |/
|/| |
|
* | | just use the list of formatting keys we care about | Aaron Patterson | 2012-01-04 | 1 | -1/+1 |
* | | fix some formatting | Aaron Patterson | 2012-01-04 | 1 | -2/+6 |
* | | use regular expression or statement. loltargetrichenvironment | Aaron Patterson | 2012-01-04 | 1 | -1/+1 |