aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15125 from arthurnn/small_refactoring_transaction_clearGodfrey Chan2014-05-161-0/+13
|\
| * Clear transaction state if callback raise rollbackArthur Neves2014-05-151-0/+13
* | Remove code related to adapter which are no longer in repoArun Agrawal2014-05-161-30/+0
|/
* Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+38
* Merge pull request #15088 from kares/shareable-modulesRafael Mendonça França2014-05-142-20/+15
|\
| * PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-142-20/+15
* | Merge pull request #14871 from kassio/kb-fixes-namespaced-habtmRafael Mendonça França2014-05-145-0/+31
|\ \
| * | Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-135-0/+31
* | | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_masterRafael Mendonça França2014-05-143-0/+22
|\ \ \
| * | | Make filter_binds filter out symbols that are equal to stringsNat Budin2014-05-143-0/+22
* | | | remove warning `ambiguous first argument; put parentheses or even spaces`Kuldeep Aggarwal2014-05-151-1/+1
* | | | Fix inheritance of stored_attributes (fixes #14672)Jessica Yao2014-05-141-0/+16
| |_|/ |/| |
* | | pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
| |/ |/|
* | test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-132-51/+29
|/
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-128-12/+12
* pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-1/+9
* pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+23
* pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+7
* Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-0/+26
* Merge pull request #14999 from yahonda/modify_bind_variable_nameYves Senn2014-05-121-2/+3
|\
| * Modify assert conditions not to be affectedYasuo Honda2014-05-121-2/+3
* | Merge pull request #10662 from take/change-test-name-for-ActiveRecord--Valida...Carlos Antonio da Silva2014-05-111-9/+9
|\ \
| * | Refactor AR's validations_test.rbTakehiro Adachi2013-12-031-9/+9
* | | deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-4/+27
* | | Fix broken proc syntax for 1.9.3Arthur Neves2014-05-091-1/+1
* | | test, regression test for has_many with instance dependent scope.Yves Senn2014-05-092-0/+12
* | | Reverts "Fix bugs with changed attributes tracking when transaction gets roll...Arthur Neves2014-05-091-42/+0
* | | set a constant for the "anonymous" habtm model fixes #15022Aaron Patterson2014-05-081-0/+6
* | | test, regression test for unparsable PostgreSQL defaults.Yves Senn2014-05-081-0/+17
* | | Merge pull request #14992 from fredwu/habtm_relation_size_calculation_fixCarlos Antonio da Silva2014-05-082-0/+20
|\ \ \
| * | | Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-082-0/+20
* | | | test, reset changed state in PG's uuid tests.Yves Senn2014-05-081-2/+4
|/ / /
* | | Keep track of dirty attrs after after rollback.Arthur Neves2014-05-071-18/+4
* | | Merge pull request #13166 from bogdan/transaction-magicRafael Mendonça França2014-05-071-0/+56
|\ \ \
| * | | Fix bugs with changed attributes tracking when transaction gets rollbackBogdan Gusiev2013-12-041-0/+56
| |/ /
* | / test, persist inherited class with different table name. Refs #14971.Yves Senn2014-05-071-0/+14
| |/ |/|
* | Add support for module-level table_suffix in modelsJenner LaFave2014-05-052-0/+46
* | Merge pull request #14978 from bogdan/relation-joinRafael Mendonça França2014-05-053-1/+9
|\ \
| * | Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-053-1/+9
* | | Get rid of unused method in AR Post test modelCarlos Antonio da Silva2014-05-051-4/+0
|/ /
* | Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exceptionRafael Mendonça França2014-05-041-0/+7
|\ \
| * | Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-0/+7
* | | Remove duplicated fixture additionCarlos Antonio da Silva2014-05-031-1/+1
* | | Refactor test to not care about the specific result of valid?Carlos Antonio da Silva2014-05-031-3/+4
* | | Merge pull request #14924 from eric-chahin/issue_13854Matthew Draper2014-05-033-0/+22
|\ \ \
| * | | Fixed custom validation context bug where childEric Chahin2014-05-013-0/+22
* | | | Test typecasting on instance rather than class itselfAkshay Vishnoi2014-05-031-1/+1
* | | | Add missing require to fix test :bomb:Carlos Antonio da Silva2014-05-021-0/+1
* | | | Move dup destroyed test to specific file that tests dup logicCarlos Antonio da Silva2014-05-022-9/+10
* | | | push up bind params on "simple" subquery calculationsAaron Patterson2014-05-021-1/+7
| |/ / |/| |