index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
inheritance_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti...
rick
2008-05-31
1
-1
/
+17
*
Add ActiveRecord option to store the full class name on STI's type column, al...
Rodrigo Kochenburger
2008-05-13
1
-0
/
+28
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-3
/
+3
*
Fix paths
Jeremy Kemper
2008-01-18
1
-3
/
+3
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+211