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
/
lib
/
active_record
/
association_preload.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
try not to make so many funcalls
Aaron Patterson
2010-12-26
1
-3
/
+6
*
make our hash of klasses and ids actually have classes for keys
Aaron Patterson
2010-12-26
1
-8
/
+6
*
Refactor we_can_set_the_inverse_on_this? to use a less bizarre name amongst o...
Jon Leighton
2010-12-26
1
-3
/
+2
*
refactor to use group_by
Aaron Patterson
2010-12-25
1
-3
/
+3
*
arel will deal with casting the ids, so we can delete this
Aaron Patterson
2010-12-25
1
-13
/
+1
*
use arel to determine selection column
Aaron Patterson
2010-12-25
1
-2
/
+1
*
refactoring method selection
Aaron Patterson
2010-12-25
1
-10
/
+5
*
using arel to compile sql statements
Aaron Patterson
2010-12-25
1
-8
/
+17
*
use sql literal factory method
Aaron Patterson
2010-12-25
1
-1
/
+1
*
take more advantage of arel sql compiler
Aaron Patterson
2010-12-25
1
-12
/
+20
*
refactoring AST building
Aaron Patterson
2010-12-25
1
-5
/
+3
*
use arel to compile SQL statements
Aaron Patterson
2010-12-25
1
-6
/
+15
*
avoid duping and new objects
Aaron Patterson
2010-12-23
1
-2
/
+3
*
probably should use the some_ids variable here. o_O
Aaron Patterson
2010-12-22
1
-1
/
+1
*
removing SQL interpolation, please use scoping and attribute conditionals as ...
Aaron Patterson
2010-12-22
1
-6
/
+1
*
use arel to compile SQL rather than build strings
Aaron Patterson
2010-12-22
1
-1
/
+8
*
build an AST rather than build SQL strings
Aaron Patterson
2010-12-22
1
-1
/
+10
*
Fix problem with duplicated records when a :uniq :through association is prel...
Jon Leighton
2010-12-15
1
-0
/
+1
*
Removed ids_in_list_limit in favor of in_clause_length defined in database_li...
Alex Rothenberg
2010-11-23
1
-2
/
+2
*
removing space errors
Aaron Patterson
2010-11-18
1
-1
/
+1
*
Adapters can specify maximum number of ids they support in a list of expressions
Alex Rothenberg
2010-11-18
1
-5
/
+21
*
Convert :primary_key in association to a string before comparing to column na...
Denis Odorcic
2010-10-30
1
-1
/
+1
*
refactor to remove `through_records`
Aaron Patterson
2010-10-23
1
-10
/
+7
*
removing dead code
Aaron Patterson
2010-10-23
1
-2
/
+0
*
Revert "porting 066518295032a8e3f3468737337b8c8299442867 to master. Thanks M...
Aaron Patterson
2010-09-28
1
-1
/
+1
*
porting 066518295032a8e3f3468737337b8c8299442867 to master. Thanks Marcelo G...
Aaron Patterson
2010-09-28
1
-1
/
+1
*
Prevent shadowing outer local variable.
Emilio Tagua
2010-09-27
1
-3
/
+3
*
remove more codes
Aaron Patterson
2010-09-21
1
-6
/
+4
*
deleting more code
Aaron Patterson
2010-09-21
1
-4
/
+1
*
use each properly to avoid splatting a variable
Aaron Patterson
2010-09-21
1
-2
/
+1
*
deleting repeated codes
Aaron Patterson
2010-09-21
1
-13
/
+10
*
we should mark sql strings as sql literals
Aaron Patterson
2010-08-23
1
-1
/
+1
*
removing unused code
Aaron Patterson
2010-08-22
1
-3
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
ensuring that documentation does not exceed 100 columns
Neeraj Singh
2010-08-01
1
-7
/
+9
*
eagerly loaded association records should respect default_scope [#2931 state:...
Subba Rao Pasupuleti
2010-07-21
1
-1
/
+1
*
Removed warnings when a variable is shadowed
Łukasz Strzałkowski
2010-07-19
1
-2
/
+2
*
Eager loading :through associations will join the :source model if there are ...
Grant Ammons
2010-07-08
1
-1
/
+6
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-6
/
+6
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-1
/
+1
*
Dont try to load the record from the db if preloading didn't find anything
Pratik Naik
2010-03-31
1
-0
/
+5
*
Fix honoring :primary_key option when joining or eager loading a belongs_to a...
Ernie Miller
2010-03-29
1
-1
/
+1
*
no more warning interpreted as argument prefix on association_preload.rb
Santiago Pastorino
2010-02-26
1
-1
/
+1
*
Use unscoped instead of with_exclusive_scope for preloading
Pratik Naik
2010-01-20
1
-14
/
+13
*
Use new finder methods for association preloading
Pratik Naik
2010-01-16
1
-17
/
+16
*
Ruby 1.9.2: avoid #flatten
Jeremy Kemper
2009-11-13
1
-8
/
+12
*
Merge docrails
Pratik Naik
2009-07-25
1
-2
/
+2
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-3
/
+1
*
honour inverse_of when preloading associations
Frederick Cheung
2009-05-10
1
-1
/
+3
[next]