| Commit message (Expand) | Author | Age | Files | Lines |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | Ensure AR #second, #third, etc. finders work through associations | Jason Meller | 2014-01-21 | 1 | -2/+2 |
* | Don't try to get the subclass if the inheritance column doesn't exist | Ujjwal Thaakar | 2014-01-14 | 1 | -1/+8 |
* | fix bug in becomes! when changing from base to subclass. Closes #13272. | Yves Senn | 2014-01-13 | 1 | -0/+11 |
* | Change all "can not"s to the correct "cannot". | T.J. Schuck | 2014-01-03 | 1 | -2/+2 |
* | Port test from cf1904f to avoid future regression | Prem Sichanugrist | 2013-10-03 | 1 | -1/+5 |
* | Fix #new with an STI object with complex inheritance | Nate Berkopec | 2013-04-02 | 1 | -0/+4 |
* | move tests out from base_test.rb | Takehiro Adachi | 2013-03-18 | 1 | -0/+14 |
* | add an missing assertion to inheritance_test.rb | Takehiro Adachi | 2013-03-11 | 1 | -0/+1 |
* | Fix ActiveRecord `subclass_from_attrs` when eager_load is false. | Dmitry Vorotilin | 2013-03-06 | 1 | -0/+11 |
* | User assert_kind_of, invert assert_equal expectations | Carlos Antonio da Silva | 2012-11-29 | 1 | -3/+3 |
* | Added STI support to init and building associations | Jason Rush | 2012-11-29 | 1 | -0/+23 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -10/+1 |
* | test cleanup, remove ruby_type because it's no longer needed | Yves Senn | 2012-09-03 | 1 | -1/+1 |
* | rewrite inheritance tests with a custom inheritance_column | Yves Senn | 2012-09-03 | 1 | -48/+38 |
* | set the configured #inheritance_column on #become (#7503) | Yves Senn | 2012-09-03 | 1 | -1/+9 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -2/+2 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -12/+12 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -6/+6 |
* | Refactor ActiveRecord::Inheritance.base_class logic | beerlington | 2012-07-26 | 1 | -0/+30 |
* | remove deprecated calls | Jon Leighton | 2012-04-27 | 1 | -2/+2 |
* | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 1 | -7/+7 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -10/+10 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -4/+4 |
* | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -1/+0 |
* | Deprecate set_inheritance_column in favour of self.inheritance_column= | Jon Leighton | 2011-11-29 | 1 | -2/+2 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 1 | -1/+1 |
* | just use a hash for doing association caching | Aaron Patterson | 2011-01-07 | 1 | -1/+1 |
* | take more advantage of arel sql compiler | Aaron Patterson | 2010-12-25 | 1 | -1/+1 |
* | stop redifining methods on every call to set_primary_key | Aaron Patterson | 2010-12-24 | 1 | -0/+4 |
* | fixing dup regressions | Aaron Patterson | 2010-11-23 | 1 | -1/+1 |
* | type_name should check for blank because people may have messed up databases | Aaron Patterson | 2010-09-30 | 1 | -0/+14 |
* | Add scoping and unscoped as the syntax to replace the old with_scope and with... | José Valim | 2010-06-29 | 1 | -1/+1 |
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -7/+7 |
* | Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect... | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+3 |
* | Merge commit 'rails/master' | Emilio Tagua | 2009-08-08 | 1 | -1/+2 |
|\ |
|
| * | added :order to find :all as otherwise Oracle tests were failing | Raimonds Simanovskis | 2009-08-06 | 1 | -1/+2 |
* | | Merge commit 'rails/master' | Emilio Tagua | 2009-06-30 | 1 | -2/+2 |
|\| |
|
| * | Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a... | Pratik Naik | 2009-07-01 | 1 | -2/+2 |
| * | Revert "Generate proper :counter_sql from :finder_sql when there is a newline... | Yehuda Katz + Carl Lerche | 2009-06-22 | 1 | -2/+2 |
| * | Generate proper :counter_sql from :finder_sql when there is a newline charact... | Patrick Joyce | 2009-06-21 | 1 | -2/+2 |
* | | Calculations now use Arel to construct the query. | Emilio Tagua | 2009-04-29 | 1 | -2/+2 |
|/ |
|
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -2/+2 |
* | Remove SQL Server cases from tests for latest adapter work to pass rails expe... | Ken Collins | 2008-11-19 | 1 | -2/+2 |
* | fixed association preloading to use = instead of IN when there's only one record | rsl | 2008-09-10 | 1 | -1/+1 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Fix integer quoting issues in association preload. [#602 state:resolved] | Tiago Macedo | 2008-07-14 | 1 | -0/+7 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -2/+2 |