aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* 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-261-0/+64
* 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-221-0/+19
* | 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-211-6/+1
* | | pg, extract money tests into separate file.Yves Senn2014-05-212-35/+55
* | | Fix polymorphic eager load with foreign_key as String.Lauro Caetano2014-05-201-0/+13
* | | Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-1/+6
|\ \ \
| * | | Fixes Issue #13466.Jefferson Lai2014-04-231-1/+6
* | | | Merge pull request #14979 from brocktimus/masterRafael Mendonça França2014-05-201-0/+7
|\ \ \ \
| * | | | Prevented belongs_to: touch propagating up if there are no changes being savedBrock Trappitt2014-05-211-0/+7
* | | | | Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_...Rafael Mendonça França2014-05-201-0/+13
|/ / / /
* | | | Merge pull request #15207 from sgrif/sg-inline-column-helpersRafael Mendonça França2014-05-201-1/+2
|\ \ \ \
| * | | | Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-201-1/+2