Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #16065 from matthewd/mysql-explicit-non-strict | Matthew Draper | 2014-07-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | If our connection is explicitly non-strict, tell MySQL | Matthew Draper | 2014-07-06 | 1 | -2/+2 | |
* | | | | | | | | | Fix mysql/mysql2 failing with FK constraint errors | Godfrey Chan | 2014-07-05 | 1 | -1/+1 | |
* | | | | | | | | | Re-enable foriegn key tests on MySQL | Godfrey Chan | 2014-07-05 | 2 | -5/+1 | |
* | | | | | | | | | Use the type object for quoting PG Ranges | Sean Griffin | 2014-07-05 | 6 | -54/+40 | |
* | | | | | | | | | CHANGELOG and release notes entry for #16056 | Sean Griffin | 2014-07-04 | 1 | -0/+5 | |
* | | | | | | | | | Add a `required` option to singular associations | Sean Griffin | 2014-07-04 | 4 | -1/+105 | |
* | | | | | | | | | Revert "Use a type object for type casting behavior on SQLite3" | Matthew Draper | 2014-07-05 | 1 | -37/+13 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix typo | Rafael Mendonça França | 2014-07-04 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #16003 from sgrif/sg-refactor-sqlite3-strings | Matthew Draper | 2014-07-05 | 1 | -13/+37 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use a type object for type casting behavior on SQLite3 | Sean Griffin | 2014-07-01 | 1 | -13/+37 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #16028 from cade/fix_counter_cache_count_with_association_... | Rafael Mendonça França | 2014-07-04 | 3 | -1/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add `:all` argument to `count` in `reset_counters` | Cade Truitt | 2014-07-02 | 3 | -1/+16 | |
* | | | | | | | | | Merge pull request #16049 from matthewd/find-via-reload | Matthew Draper | 2014-07-05 | 3 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | After find-via-reload, the record is not new | Matthew Draper | 2014-07-05 | 3 | -0/+19 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #16037 from sgrif/sg-money-quoting | Rafael Mendonça França | 2014-07-04 | 3 | -11/+28 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove unneccessary special case for money in quoting | Sean Griffin | 2014-07-03 | 3 | -11/+28 | |
* | | | | | | | | | Merge pull request #16036 from sgrif/sg-datetime-infinity | Rafael Mendonça França | 2014-07-03 | 3 | -3/+46 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Do not rely on the column type when quoting infinity | Sean Griffin | 2014-07-03 | 3 | -3/+46 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | 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 | |
|\ \ \ \ \ \ |