aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-282-0/+18
* Add test case for clear mappingsAkshay Vishnoi2014-05-281-0/+10
* Test Case - Change method nameAkshay Vishnoi2014-05-281-1/+1
* Merge pull request #15371 from sgrif/sg-silence-deprecation-warningRafael Mendonça França2014-05-271-0/+3
|\
| * Silence deprecation warning in testSean Griffin2014-05-271-0/+3
* | Merge pull request #14834 from al2o3cr/issue14155Aaron Patterson2014-05-271-0/+10
|\ \ | |/ |/|
| * WIP: pass existing joins to construct_join_dependencyMatt Jones2014-05-161-0/+10
* | Merge pull request #15295 from sgrif/sg-deprecate-decimalsRafael Mendonça França2014-05-274-1/+13
|\ \
| * | Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-274-1/+13
* | | Fix redefine a has_and_belongs_to_many inside inherited classArthur Neves2014-05-271-1/+15
* | | Fix syntax error from 5eae77cZachary Scott2014-05-261-1/+1
* | | Move test to the proper fileRafael Mendonça França2014-05-262-7/+7
* | | Add test case for b13d260Rafael Mendonça França2014-05-261-0/+9
|/ /
* | Add a public API to allow users to specify column typesSean Griffin2014-05-262-0/+70
* | Merge pull request #15300 from arthurnn/refactor_reflectionsRafael Mendonça França2014-05-261-1/+6
|\ \
| * | Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-1/+6
* | | Merge pull request #15336 from sgrif/sg-quotingMatthew Draper2014-05-272-20/+12
|\ \ \
| * | | Remove checks against `column.type` in abstract adapter quotingSean Griffin2014-05-262-20/+12
* | | | Add missing test case for quoting behaviorSean Griffin2014-05-262-0/+11
|/ / /
* | | Merge pull request #15307 from sgrif/sg-type-cast-for-writeYves Senn2014-05-261-1/+0
|\ \ \
| * | | Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-1/+0
| |/ /
* / / remove unused variable warningKuldeep Aggarwal2014-05-261-1/+1
|/ /
* | Merge pull request #15290 from sgrif/sg-consolidate-zero-scale-decimalRafael Mendonça França2014-05-231-6/+10
|\ \
| * | Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-6/+10
* | | Remove duplicated parameter check on #where!Sergey Alekseev2014-05-231-1/+1
|/ /
* | Merge pull request #15282 from sgrif/sg-remove-column-primaryRafael Mendonça França2014-05-234-40/+5
|\ \
| * | Remove `Column#primary`Sean Griffin2014-05-234-40/+5
* | | Merge pull request #15271 from sgrif/sg-remove-duplicated-setupRafael Mendonça França2014-05-231-4/+3
|\ \ \
| * | | Remove duplicated setup in testSean Griffin2014-05-231-4/+3
| |/ /
* | | Merge pull request #15274 from sgrif/sg-move-type-testsRafael Mendonça França2014-05-232-159/+159
|\ \ \
| * | | Change typecasting unit tests to test type objects directlySean Griffin2014-05-232-159/+159
| |/ /
* | | Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-223-0/+22
* | | Don't recurse infinitely when calling non-existent method on superKris Kemper2014-05-221-0/+12
|/ /
* | Push limit to type objectsSean Griffin2014-05-221-3/+3
* | Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-221-9/+1
|\ \
| * | Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* | | Merge pull request #15248 from sgrif/sg-additional-type-map-argsRafael Mendonça França2014-05-221-0/+17
|\ \ \
| * | | Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-0/+17
| |/ /
* | | pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-222-27/+31
* | | pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-222-43/+53
* | | pg test, extract network address type tests into separate file.Yves Senn2014-05-223-51/+79
* | | pg test, remove unused code.Yves Senn2014-05-221-3/+0
|/ /
* | Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fixMatthew Draper2014-05-221-0/+44
|\ \
| * | Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` usedKuldeep Aggarwal2014-05-151-0/+44
* | | Merge pull request #15237 from sgrif/sg-move-extract-scaleRafael Mendonça França2014-05-211-2/+2
|\ \ \
| * | | Move extract_scale to decimal typeSean Griffin2014-05-211-2/+2
* | | | Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-10/+1
|/ / /
* | | Merge pull request #14613 from Sirupsen/fix-serialize-update-columnRafael Mendonça França2014-05-211-0/+16
|\ \ \
| * | | Fix serialized field returning serialized data after update_columnSimon Eskildsen2014-04-051-0/+16
* | | | Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-215-23/+1