1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
2010-11-05 11:27:34 -07:00
..
assets
cases Fixes queries using limits and punctuation in order, removes order("col1, col2") usage in favor of order(["col1", "col2"}) 2010-11-05 11:27:34 -07:00
connections select goes through exec(), so no method chaining for query counts 2010-11-03 17:34:49 -07:00
fixtures Add some tests for functionality in JoinAssociation which already exists but was previously untested 2010-10-13 08:24:19 -07:00
migrations Change the method for copying migrations, do not add scope. 2010-10-09 21:32:34 +02:00
models Convert :primary_key in association to a string before comparing to column names, so that for example :primary_key => :another_pk works as well [#5605 state:resolved] 2010-10-30 11:24:36 -07:00
schema Add timestamps to Topic 2010-11-02 01:24:31 +00:00
config.rb