| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #17919 from mrgilman/stop-supporting-nested-arrays | Sean Griffin | 2014-12-04 | 2 | -30/+0 |
|\ |
|
| * | Remove deprecated behavior allowing nested arrays as query values | Melanie Gilman | 2014-12-04 | 2 | -30/+0 |
* | | Correctly handle multiple attribute method prefix/suffixes which match | Sean Griffin | 2014-12-04 | 1 | -0/+10 |
|/ |
|
* | Deprecate `Class` handler in `PredicateBuilder` | Melanie Gilman | 2014-12-04 | 1 | -1/+3 |
* | Prevent Symbol GC | Ryuta Kamizono | 2014-12-04 | 1 | -0/+3 |
* | Failure to rollback t.timestamps when within a change_table migration | noam | 2014-12-03 | 4 | -6/+6 |
* | skip test to get `sqlite3_mem` suite passing. | Yves Senn | 2014-12-03 | 1 | -1/+1 |
* | Merge pull request #17889 from mxie/mx-fix-nonexistent-typo | Sean Griffin | 2014-12-02 | 3 | -4/+4 |
|\ |
|
| * | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 3 | -4/+4 |
* | | Require missing association in test | Sean Griffin | 2014-12-02 | 1 | -0/+1 |
|/ |
|
* | Refactor `build_from_hash` to convert dot notation to hash first | Melanie Gilman | 2014-12-02 | 1 | -0/+6 |
* | Allow to unscope where conditions using `arel_table` with Symbol | deeeki | 2014-12-03 | 1 | -0/+8 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 2 | -46/+51 |
* | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 2 | -17/+15 |
* | tests, extract pg number tests into separate file. | Yves Senn | 2014-12-02 | 2 | -35/+50 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 9 | -76/+86 |
* | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 2 | -93/+73 |
* | ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961 | Aaron Patterson | 2014-12-01 | 1 | -0/+5 |
* | tests, favor public API over inspecting columns where possible. | Yves Senn | 2014-12-01 | 1 | -16/+19 |
* | tests, run numeric default tests for every adapter. | Yves Senn | 2014-12-01 | 1 | -15/+33 |
* | tests, use public API to verify default parsing. #17863, #17856 | Yves Senn | 2014-12-01 | 1 | -1/+2 |
* | Fix value extracted from negative integers for PostgreSQL. | Guo Xiang Tan | 2014-12-01 | 1 | -0/+4 |
* | Ensure numericality validations work with mutation | Sean Griffin | 2014-12-01 | 1 | -0/+13 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 30 | -121/+109 |
* | Adds preloaded_records method to NullPreloader | Thorsten Ball | 2014-11-28 | 1 | -0/+8 |
* | Fix a bug where AR::RecordNotSaved loses error messages | Yuki Nishijima | 2014-11-27 | 3 | -9/+28 |
* | Merge pull request #17807 from jvperrin/correct-integer-test | Rafael Mendonça França | 2014-11-27 | 1 | -1/+1 |
|\ |
|
| * | Correct test description for large integer test | Jason Perrin | 2014-11-03 | 1 | -1/+1 |
* | | Merge pull request #17674 from recursive-madman/activerecord-error-improvement | Rafael Mendonça França | 2014-11-26 | 1 | -2/+4 |
|\ \ |
|
| * | | Add #record attribute to RecordNotFound and RecordDestroyed exceptions. | Recursive Madman | 2014-11-26 | 1 | -2/+4 |
* | | | Merge pull request #17697 from sgrif/sg-remove-is-a-check-when-ignoring-tables | Sean Griffin | 2014-11-25 | 1 | -10/+0 |
|\ \ \ |
|
| * | | | Remove is_a? check when ignoring tables | Sean Griffin | 2014-11-20 | 1 | -10/+0 |
* | | | | Setting an association replaces records with the same id in memory | Sean Griffin | 2014-11-25 | 1 | -0/+64 |
* | | | | oops, forgot to add the real assertion! | Aaron Patterson | 2014-11-24 | 1 | -0/+1 |
* | | | | allow the "USING" statement to be specified on change column calls | Aaron Patterson | 2014-11-24 | 1 | -0/+25 |
* | | | | Merge pull request #17678 from siddharth28/includes_with_scope_with_joins | Santiago Pastorino | 2014-11-24 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Fix includes on association with a scope containing joins along with conditions | siddharth@vinsol.com | 2014-11-21 | 1 | -0/+6 |
* | | | | | Add a test for reflection keys as Strings, fixes #16928 | Zachary Scott | 2014-11-23 | 1 | -0/+4 |
* | | | | | Rename the primary key index when renaming a table in pg | Sean Griffin | 2014-11-22 | 1 | -0/+34 |
|/ / / / |
|
* | | | | make it possible to access fixtures excluded by a `default_scope`. | Yves Senn | 2014-11-21 | 1 | -0/+14 |
* | | | | raise a better exception for renaming long indexes | Aaron Patterson | 2014-11-20 | 1 | -0/+14 |
* | | | | synchronize code and docs for `timestamps` and `add_timestamps`. | Yves Senn | 2014-11-20 | 3 | -2/+11 |
* | | | | Merge pull request #17575 from shikshachauhan/make-habtm-consistent | Rafael Mendonça França | 2014-11-19 | 1 | -0/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Allow habtm class_name option to be consistent with other associations | shiksha | 2014-11-13 | 1 | -0/+10 |
* | | | | Reintroduce cache with tests | Sean Griffin | 2014-11-19 | 1 | -0/+32 |
* | | | | Add tests for `TypeMap#fetch` and push up to `TypeMap` | Sean Griffin | 2014-11-19 | 1 | -0/+15 |
* | | | | That last test was incorrect... ☕ | Sean Griffin | 2014-11-19 | 1 | -10/+0 |
* | | | | Introduce test to demonstrate regression caused by da99a2a2 | Sean Griffin | 2014-11-19 | 1 | -0/+10 |
* | | | | Merge pull request #17662 from dtaniwaki/support-symbol-foreign-key-column-to... | Rafael Mendonça França | 2014-11-19 | 1 | -0/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Support symbol foreign key to delete | dtaniwaki | 2014-11-19 | 1 | -0/+8 |