| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the type object for type casting HStore columns | Sean Griffin | 2014-07-03 | 4 | -66/+39 |
* | Fix typo in comment | Cade Truitt | 2014-07-02 | 1 | -1/+1 |
* | Merge pull request #16015 from sgrif/sg-ensure-initialized | Rafael Mendonça França | 2014-07-02 | 2 | -4/+7 |
|\ |
|
| * | Move pk initialization logic onto `AttributeSet` | Sean Griffin | 2014-07-02 | 2 | -4/+7 |
* | | Quote range strings when quoting PG ranges | Sean Griffin | 2014-07-02 | 3 | -2/+19 |
* | | Fix SQL injection when querying against ranges and bitstrings | Rafael Mendonça França | 2014-07-02 | 3 | -4/+16 |
* | | Don't error when `dup`ing a record with no PK | Sean Griffin | 2014-07-02 | 3 | -2/+19 |
|/ |
|
* | Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test... | Rafael Mendonça França | 2014-07-02 | 3 | -15/+2 |
* | Tiny follow-up to #15987 and 088b4c3e [ci skip] | Robin Dupret | 2014-07-02 | 1 | -4/+4 |
* | do not hold on to a stale connection object. fixes #15998 | Aaron Patterson | 2014-07-01 | 2 | -6/+14 |
* | Add regression tests for keys on nested associations | eileencodes | 2014-07-01 | 1 | -0/+32 |
* | Don't add a second method for attribute existence | Sean Griffin | 2014-06-30 | 1 | -6/+1 |
* | Move STI docs off of the main Base document, leaving a note | Sean Griffin | 2014-06-30 | 2 | -28/+34 |
* | Update documentation on STI change handling | jamesprior | 2014-06-30 | 1 | -0/+9 |
* | Merge pull request #15981 from sgrif/sg-simplify-defaults | Rafael Mendonça França | 2014-06-29 | 3 | -21/+9 |
|\ |
|
| * | Simplify creation of default attributes on AR instance | Sean Griffin | 2014-06-29 | 4 | -21/+10 |
* | | Merge pull request #15977 from sgrif/sg-remove-array-hack | Godfrey Chan | 2014-06-29 | 1 | -24/+0 |
|\ \ |
|
| * | | Remove array workaround in PG quoting | Sean Griffin | 2014-06-29 | 1 | -24/+0 |
* | | | Remove unused `array_member` from PG quoting for HStore columns | Sean Griffin | 2014-06-29 | 2 | -12/+9 |
|/ / |
|
* | | Merge pull request #15983 from sgrif/sg-inline-point | Godfrey Chan | 2014-06-29 | 3 | -19/+9 |
|\ \ |
|
| * | | Use the type object when sending point columns to the DB | Sean Griffin | 2014-06-29 | 3 | -19/+9 |
* | | | Merge pull request #15976 from sgrif/sg-attribute-exists | Godfrey Chan | 2014-06-29 | 1 | -2/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't encourage usage of `columns_hash` | Sean Griffin | 2014-06-29 | 1 | -2/+7 |
| |/ |
|
* | | Merge pull request #15982 from sgrif/sg-attr-set-map-values | Godfrey Chan | 2014-06-29 | 2 | -7/+4 |
|\ \ |
|
| * | | Use `Hash#transform_values` to clean up `AttributeSet` | Sean Griffin | 2014-06-29 | 2 | -7/+4 |
| |/ |
|
* / | Use the type object for sending JSON to the database | Sean Griffin | 2014-06-29 | 4 | -23/+11 |
|/ |
|
* | Always pass a column with a type object to quote | Sean Griffin | 2014-06-28 | 8 | -28/+25 |
* | [Postgresql tests] remove duplicate helper | Abdelkader Boudih | 2014-06-28 | 1 | -12/+3 |
* | MySQL doesn't work with foreign keys | Philippe Creux | 2014-06-27 | 1 | -1/+4 |
* | Fix test with add_foreign_key DSL in 9d21ef9 | Philippe Creux | 2014-06-27 | 1 | -1/+1 |
* | Merge pull request #15934 from seuros/rename | Rafael Mendonça França | 2014-06-27 | 3 | -3/+17 |
|\ |
|
| * | rename sequence only if it exists | Abdelkader Boudih | 2014-06-27 | 3 | -3/+17 |
* | | Do not change the global state of the test suite | Rafael Mendonça França | 2014-06-27 | 2 | -18/+2 |
* | | Improve tests to use add_foreign_key DSL | Rafael Mendonça França | 2014-06-27 | 1 | -18/+11 |
* | | MySQL doesn't works with foreign key | Rafael Mendonça França | 2014-06-27 | 1 | -3/+2 |
|/ |
|
* | Merge pull request #12450 from iantropov/master | Rafael Mendonça França | 2014-06-27 | 5 | -5/+59 |
|\ |
|
| * | Fix bug, when ':dependent => :destroy' option violates foreign key constraint... | Ivan Antropov | 2013-10-26 | 5 | -9/+61 |
* | | Merge pull request #15788 from sgrif/sg-mutable-strings | Rafael Mendonça França | 2014-06-27 | 5 | -13/+77 |
|\ \ |
|
| * | | Detect in-place modifications on Strings | Sean Griffin | 2014-06-17 | 4 | -13/+55 |
* | | | Merge pull request #8639 from bogdan/valid-with-bang | Rafael Mendonça França | 2014-06-27 | 3 | -1/+36 |
|\ \ \ |
|
| * | | | Add AR::Base#validate! method | Bogdan Gusiev | 2014-06-23 | 2 | -1/+31 |
* | | | | Merge pull request #15940 from DNNX/databases-rake-refactoring | Rafael Mendonça França | 2014-06-27 | 3 | -31/+37 |
|\ \ \ \ |
|
| * | | | | Use AR::SchemaMigration.table_exists? call instead of longish AR::Base...etc,etc | Viktar Basharymau | 2014-06-27 | 1 | -1/+1 |
| * | | | | Extract AR::SchemaMigration.normalized_versions method | Viktar Basharymau | 2014-06-27 | 2 | -2/+5 |
| * | | | | db:migrate:status refactoring: Rewrite hand-crafted SQL query with ActiveReco... | Viktar Basharymau | 2014-06-27 | 1 | -1/+1 |
| * | | | | Use Array#flat_map and Array#grep in db:migrate:status task | Viktar Basharymau | 2014-06-27 | 1 | -10/+10 |
| * | | | | Add explaining variables to db:migrate:status | Viktar Basharymau | 2014-06-27 | 1 | -2/+2 |
| * | | | | Replace String index juggling with Pathname goodness in db:fixtures:load | Viktar Basharymau | 2014-06-27 | 1 | -1/+1 |
| * | | | | db:fixtures:load refactoring: remove unnecessary loop | Viktar Basharymau | 2014-06-27 | 1 | -3/+1 |
| * | | | | Extract `fixture_files` variable in fixtures:load rake task | Viktar Basharymau | 2014-06-27 | 1 | -1/+7 |