aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #17697 from sgrif/sg-remove-is-a-check-when-ignoring-tablesSean Griffin2014-11-251-10/+0
|\ \ \ \ \ \
| * | | | | | Remove is_a? check when ignoring tablesSean Griffin2014-11-201-10/+0
* | | | | | | Setting an association replaces records with the same id in memorySean Griffin2014-11-251-0/+64
* | | | | | | oops, forgot to add the real assertion!Aaron Patterson2014-11-241-0/+1
* | | | | | | allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-0/+25
* | | | | | | Merge pull request #17678 from siddharth28/includes_with_scope_with_joinsSantiago Pastorino2014-11-241-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix includes on association with a scope containing joins along with conditionssiddharth@vinsol.com2014-11-211-0/+6
* | | | | | | | Add a test for reflection keys as Strings, fixes #16928Zachary Scott2014-11-231-0/+4
* | | | | | | | Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+34
|/ / / / / / /
* | | | | | | make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-0/+14
* | | | | | | raise a better exception for renaming long indexesAaron Patterson2014-11-201-0/+14
* | | | | | | synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-203-2/+11
* | | | | | | Merge pull request #17575 from shikshachauhan/make-habtm-consistentRafael Mendonça França2014-11-191-0/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow habtm class_name option to be consistent with other associationsshiksha2014-11-131-0/+10
* | | | | | | Reintroduce cache with testsSean Griffin2014-11-191-0/+32
* | | | | | | Add tests for `TypeMap#fetch` and push up to `TypeMap`Sean Griffin2014-11-191-0/+15
* | | | | | | That last test was incorrect... ☕Sean Griffin2014-11-191-10/+0
* | | | | | | Introduce test to demonstrate regression caused by da99a2a2Sean Griffin2014-11-191-0/+10
* | | | | | | Merge pull request #17662 from dtaniwaki/support-symbol-foreign-key-column-to...Rafael Mendonça França2014-11-191-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Support symbol foreign key to deletedtaniwaki2014-11-191-0/+8
* | | | | | | Improve the performance of reading attributesSean Griffin2014-11-181-1/+1
|/ / / / / /
* | | | | | Remove the unused second argument to `substitute_at`Sean Griffin2014-11-174-5/+5
* | | | | | rm `reorder_bind_params`Sean Griffin2014-11-175-9/+6
* | | | | | Force table creation in testsSean Griffin2014-11-171-2/+2
* | | | | | Correctly determine if an attribute is uninitializedSean Griffin2014-11-141-1/+9
* | | | | | Reduce the amount of work performed when instantiating AR modelsSean Griffin2014-11-141-0/+9
* | | | | | Build fix when running in isolationArun Agrawal2014-11-1430-0/+31
* | | | | | add a Table#name accessor like TableDefinition#nameCody Cutrer2014-11-101-0/+6
* | | | | | Merge pull request #17578 from codeodor/fix-17217-test-bugRafael Mendonça França2014-11-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fixes a bug found when running individual tests against #17217 after mergingSammy Larbi2014-11-101-1/+1
| |/ / / / /
* | | | | | Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...Rafael Mendonça França2014-11-101-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix that a collection proxy could be cached before the save of the owner, res...Ben Woosley2014-10-031-0/+7
* | | | | | Revert the behavior of booleans in string columns to that of 4.1Sean Griffin2014-11-091-2/+2
* | | | | | Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-091-1/+10
* | | | | | default scopes should break the cache on singulur_association.alfa-jpn2014-11-081-0/+29
* | | | | | default scopes should break the cache on has_many.Aaron Patterson2014-11-071-0/+26
* | | | | | pg tests, get rid of `sql_types_test.rb`.Yves Senn2014-11-073-18/+14
* | | | | | pg tests, only execute what's necessary.Yves Senn2014-11-072-27/+26
* | | | | | Merge pull request #17541 from OpenSourceProjects/meaninful_messageYves Senn2014-11-071-3/+9
|\ \ \ \ \ \
| * | | | | | Print out a meaningful error when ActiveRecord::ReadOnlyRecord is raisedFranky W2014-11-061-3/+6
|/ / / / / /
* | | | | | tests, remove unneeded requires.Yves Senn2014-11-064-11/+0
* | | | | | tests, use SchemaDumpingHelper to dump a specific table.Yves Senn2014-11-061-12/+12
* | | | | | Merge pull request #17360 from bronzle/includes_and_unscopedYves Senn2014-11-051-0/+8
|\ \ \ \ \ \
| * | | | | | copy reflection_scopes’s unscoped value when building scope for preloading,...Byron Bischoff2014-10-221-0/+8
* | | | | | | Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-042-7/+8
* | | | | | | Add an `assert_deprecated` for `sanitize_sql_hash_for_conditions`Sean Griffin2014-11-021-1/+3
* | | | | | | Handle `RangeError` from casting in `find_by` and `find_by!` on RelationSean Griffin2014-11-021-0/+10
| |_|/ / / / |/| | | | |
* | | | | | Add a test case for range type castingSean Griffin2014-11-011-0/+4
* | | | | | Fix test which failed in isolationSean Griffin2014-11-011-0/+1
* | | | | | Use bind values for joined tables in where statementsSean Griffin2014-11-011-0/+9