aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Relax the UUID regexGodfrey Chan2014-12-181-3/+7
* Remove unused lineRyuta Kamizono2014-12-171-1/+0
* `update_column` take ruby-land input, not database-land inputSean Griffin2014-12-161-2/+4
* Add test case for joined pluckSean Griffin2014-12-111-0/+7
* Improve the test case introduced by bd0d47eSean Griffin2014-12-111-19/+10
* Merge pull request #17994 from mfazekas/pluck-bind-values-masterSean Griffin2014-12-111-0/+24
|\
| * Fix ProtocolViolation/bind message supplies for polymorphic + pluck or groupMiklos Fazkeas2014-12-111-0/+24
* | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-123-0/+78
|/
* Merge pull request #17970 from ulissesalmeida/foreign-type-has-many-has-oneRafael Mendonça França2014-12-102-0/+21
|\
| * Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-082-0/+21
* | Merge pull request #17972 from claudiob/remove-unused-callback-fixturesCarlos Antonio da Silva2014-12-091-46/+0
|\ \
| * | Remove unused "Developer" fixtures from testsclaudiob2014-12-081-46/+0
| |/
* | Update test case for TZ aware attributesSean Griffin2014-12-081-4/+14
* | Allow custom handling of non-standard types in `time_zone_conversion`Sean Griffin2014-12-081-0/+6
|/
* Don't error when `attributes` is called on a frozen AR modelSean Griffin2014-12-081-0/+8
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-5/+20
* Make error message clearer that :on requires a symbol, not a stringCarol Nichols2014-12-071-0/+4
* Add `force: true` to tables created in PG testsSean Griffin2014-12-052-2/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-0/+18
* Merge pull request #17919 from mrgilman/stop-supporting-nested-arraysSean Griffin2014-12-042-30/+0
|\
| * Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-042-30/+0
* | Correctly handle multiple attribute method prefix/suffixes which matchSean Griffin2014-12-041-0/+10
|/
* Deprecate `Class` handler in `PredicateBuilder`Melanie Gilman2014-12-041-1/+3
* Prevent Symbol GCRyuta Kamizono2014-12-041-0/+3
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-034-6/+6
* skip test to get `sqlite3_mem` suite passing.Yves Senn2014-12-031-1/+1
* Merge pull request #17889 from mxie/mx-fix-nonexistent-typoSean Griffin2014-12-023-4/+4
|\
| * Fix "nonexistent" typo in testsMelissa Xie2014-12-023-4/+4
* | Require missing association in testSean Griffin2014-12-021-0/+1
|/
* Refactor `build_from_hash` to convert dot notation to hash firstMelanie Gilman2014-12-021-0/+6
* Allow to unscope where conditions using `arel_table` with Symboldeeeki2014-12-031-0/+8
* pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-022-46/+51
* pg tests, move uniqueness validation test to array tests.Yves Senn2014-12-022-17/+15
* tests, extract pg number tests into separate file.Yves Senn2014-12-022-35/+50
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-029-76/+86
* tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-022-93/+73
* ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961Aaron Patterson2014-12-011-0/+5
* tests, favor public API over inspecting columns where possible.Yves Senn2014-12-011-16/+19
* tests, run numeric default tests for every adapter.Yves Senn2014-12-011-15/+33
* tests, use public API to verify default parsing. #17863, #17856Yves Senn2014-12-011-1/+2
* Fix value extracted from negative integers for PostgreSQL.Guo Xiang Tan2014-12-011-0/+4
* Ensure numericality validations work with mutationSean Griffin2014-12-011-0/+13
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-2930-121/+109
* Adds preloaded_records method to NullPreloaderThorsten Ball2014-11-281-0/+8
* Fix a bug where AR::RecordNotSaved loses error messagesYuki Nishijima2014-11-273-9/+28
* Merge pull request #17807 from jvperrin/correct-integer-testRafael Mendonça França2014-11-271-1/+1
|\
| * Correct test description for large integer testJason Perrin2014-11-031-1/+1
* | Merge pull request #17674 from recursive-madman/activerecord-error-improvementRafael Mendonça França2014-11-261-2/+4
|\ \
| * | Add #record attribute to RecordNotFound and RecordDestroyed exceptions.Recursive Madman2014-11-261-2/+4
* | | Merge pull request #17697 from sgrif/sg-remove-is-a-check-when-ignoring-tablesSean Griffin2014-11-251-10/+0
|\ \ \