Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #16180 from rafaelfranca/rm-dirty | Rafael Mendonça França | 2014-07-15 | 1 | -2/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`. | Rafael Mendonça França | 2014-07-15 | 1 | -2/+14 | |
* | | | | | | | | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 2 | -0/+29 | |
* | | | | | | | | Document the change in `nil` handling for serialized attributes | Godfrey Chan | 2014-07-15 | 1 | -9/+12 | |
* | | | | | | | | Fixed SQL syntax for postgresql | Godfrey Chan | 2014-07-15 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #16162 from chancancode/fix_json_coder | Godfrey Chan | 2014-07-15 | 1 | -0/+18 | |
* | | | | | | | | Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"" | Godfrey Chan | 2014-07-15 | 1 | -1/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #15266 from dv/use_counter_cache_for_empty_call | Godfrey Chan | 2014-07-15 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | If a counter_cache exists, use it for #empty? | David Verhasselt | 2014-06-10 | 1 | -0/+7 | |
* | | | | | | | Merge pull request #16089 from eileencodes/refactor-reflections-from-sub-clas... | Aaron Patterson | 2014-07-14 | 1 | -34/+30 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Begin refactoring ThroughReflection | eileencodes | 2014-07-08 | 1 | -34/+30 | |
* | | | | | | | Merge pull request #16127 from Envek/fix_16111 | Matthew Draper | 2014-07-14 | 1 | -0/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Dump PostgreSQL primary key with custom function as a default. | Andrey Novikov | 2014-07-11 | 1 | -0/+23 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings | Matthew Draper | 2014-07-12 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Use a type object for type casting behavior on SQLite3 | Sean Griffin | 2014-07-11 | 1 | -0/+7 | |
* | | | | | | | 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 #16072 from sgrif/sg-xml-quoting | Rafael Mendonça França | 2014-07-08 | 1 | -1/+14 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Don't rely on the sql type to quote XML columns in PG | Sean Griffin | 2014-07-06 | 1 | -1/+14 | |
| |/ / / / / | ||||||
* / / / / / | Remove the `text?` predicate from the type objects | Sean Griffin | 2014-07-06 | 14 | -18/+0 | |
|/ / / / / | ||||||
* | | | | | Change back occurrences of SQLite(3) to sqlite3 when referring to the | Zachary Scott | 2014-07-06 | 1 | -5/+6 | |
* | | | | | Merge pull request #16057 from akshay-vishnoi/doc_change | Zachary Scott | 2014-07-06 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] /sqlite/i --> SQLite | Akshay Vishnoi | 2014-07-06 | 1 | -2/+2 | |
* | | | | | | active_record: Type cast booleans and durations for string columns. | Dylan Thacker-Smith | 2014-07-06 | 2 | -3/+34 | |
* | | | | | | Revert "Merge pull request #16059 from jenncoop/json-serialized-attr" | Godfrey Chan | 2014-07-05 | 1 | -15/+1 | |
* | | | | | | Merge pull request #16059 from jenncoop/json-serialized-attr | Godfrey Chan | 2014-07-05 | 1 | -1/+15 | |
* | | | | | | 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 | 1 | -2/+0 | |
* | | | | | | Use the type object for quoting PG Ranges | Sean Griffin | 2014-07-05 | 2 | -6/+6 | |
* | | | | | | Add a `required` option to singular associations | Sean Griffin | 2014-07-04 | 1 | -0/+82 | |
* | | | | | | Fix typo | Rafael Mendonça França | 2014-07-04 | 1 | -1/+1 | |
* | | | | | | Merge pull request #16028 from cade/fix_counter_cache_count_with_association_... | Rafael Mendonça França | 2014-07-04 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add `:all` argument to `count` in `reset_counters` | Cade Truitt | 2014-07-02 | 1 | -0/+10 | |
* | | | | | | | Merge pull request #16049 from matthewd/find-via-reload | Matthew Draper | 2014-07-05 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | After find-via-reload, the record is not new | Matthew Draper | 2014-07-05 | 1 | -0/+12 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #16037 from sgrif/sg-money-quoting | Rafael Mendonça França | 2014-07-04 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove unneccessary special case for money in quoting | Sean Griffin | 2014-07-03 | 1 | -0/+24 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #16036 from sgrif/sg-datetime-infinity | Rafael Mendonça França | 2014-07-03 | 1 | -0/+44 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not rely on the column type when quoting infinity | Sean Griffin | 2014-07-03 | 1 | -0/+44 | |
| |/ / / / / | ||||||
* / / / / / | Use the type object for type casting HStore columns | Sean Griffin | 2014-07-03 | 1 | -11/+5 | |
|/ / / / / | ||||||
* | | | | | Quote range strings when quoting PG ranges | Sean Griffin | 2014-07-02 | 2 | -1/+18 | |
* | | | | | Fix SQL injection when querying against ranges and bitstrings | Rafael Mendonça França | 2014-07-02 | 1 | -0/+11 | |
* | | | | | Don't error when `dup`ing a record with no PK | Sean Griffin | 2014-07-02 | 1 | -0/+12 | |
* | | | | | do not hold on to a stale connection object. fixes #15998 | Aaron Patterson | 2014-07-01 | 1 | -2/+5 | |
* | | | | | Add regression tests for keys on nested associations | eileencodes | 2014-07-01 | 1 | -0/+32 | |
|/ / / / | ||||||
* | | | | Use the type object for sending JSON to the database | Sean Griffin | 2014-06-29 | 1 | -1/+1 | |
* | | | | Always pass a column with a type object to quote | Sean Griffin | 2014-06-28 | 2 | -13/+2 | |
* | | | | [Postgresql tests] remove duplicate helper | Abdelkader Boudih | 2014-06-28 | 1 | -12/+3 | |
* | | | | Merge pull request #15934 from seuros/rename | Rafael Mendonça França | 2014-06-27 | 1 | -0/+10 | |
|\ \ \ \ |