Skip to content

Commit b32a555

Browse files
committed
[Rails3] More notes on current relation debugging.
1 parent a06b28b commit b32a555

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RAILS3_NOTES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ on a local branch of our remote tracking branch.
3838

3939
/opt/local/bin/ruby -I"lib:test:test/connections/native_sqlserver_odbc:/Users/kencollins/Repositories/rails/activerecord/test" "/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/aaaa_create_tables_test_sqlserver.rb" "test/cases/table_name_test_sqlserver.rb"
4040

41+
calculations.rb L:126 M:construct_relation_for_association_calculations
42+
finder_methods.rb L:188 M:construct_relation_for_association_calculations
43+
finder_methods.rb L:200 M:apply_join_dependency
44+
finder_methods.rb L:217 M:construct_limited_ids_condition
45+
4146
# Post.preload(:comments).to_a
4247
# SELECT [posts].* FROM [posts]
4348
# SELECT [comments].* FROM [comments] WHERE ([comments].post_id IN (1,2,3,4,5,6,7))

0 commit comments

Comments
 (0)