Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | [ci skip] Add changelog for PR #14899 | eileencodes | 2014-07-08 | 1 | -0/+15 | |
* | | | | | | | | | Include fixtures to prevent foreign key violation. | Zuhao Wan | 2014-07-09 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #16093 from zuhao/refactor_activerecord_nested_through_ass... | Rafael Mendonça França | 2014-07-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Warm up cache to prevent assertion failure. | Zuhao Wan | 2014-07-08 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #16071 from sgrif/sg-pg-type-cast | Rafael Mendonça França | 2014-07-08 | 1 | -15/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove PG's definition of `type_cast` | Sean Griffin | 2014-07-06 | 1 | -15/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #16072 from sgrif/sg-xml-quoting | Rafael Mendonça França | 2014-07-08 | 5 | -5/+56 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Don't rely on the sql type to quote XML columns in PG | Sean Griffin | 2014-07-06 | 5 | -5/+56 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #16078 from tgxworld/retreive_connection_once | Rafael Mendonça França | 2014-07-07 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Avoid retrieving connection in ActiveRecord::QueryCache multiple times. | Guo Xiang Tan | 2014-07-07 | 1 | -2/+3 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Remove the `text?` predicate from the type objects | Sean Griffin | 2014-07-06 | 18 | -32/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Change back occurrences of SQLite(3) to sqlite3 when referring to the | Zachary Scott | 2014-07-06 | 3 | -10/+11 | |
* | | | | | | | Merge pull request #16057 from akshay-vishnoi/doc_change | Zachary Scott | 2014-07-06 | 3 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] /sqlite/i --> SQLite | Akshay Vishnoi | 2014-07-06 | 3 | -5/+5 | |
* | | | | | | | | active_record: Type cast booleans and durations for string columns. | Dylan Thacker-Smith | 2014-07-06 | 5 | -5/+49 | |
* | | | | | | | | Revert "Merge pull request #16059 from jenncoop/json-serialized-attr" | Godfrey Chan | 2014-07-05 | 5 | -76/+2 | |
* | | | | | | | | Merge pull request #16059 from jenncoop/json-serialized-attr | Godfrey Chan | 2014-07-05 | 5 | -2/+76 | |
* | | | | | | | | 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 |