1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/test
Aaron Patterson d193a52ded Merge branch 'master' into Khronos/master
* master:
  visitors can define their own cache strategy for dispatch. fixes #57
  Break Ordering into Ascending/Descending nodes, allow reversal
  remove unnecessary guarding agains literal
  LIMIT and OFFSET support for MS SQL
  Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].count.eq(2)
  updating spec
  zomg prep release
  make sure thread runs
  do not cache sql literal values
  no longer use this instance variable
2011-06-27 09:28:06 -07:00
..
attributes Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
nodes Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
support cleaning up math operations on attributes 2011-03-07 08:35:48 -08:00
visitors Merge branch 'master' into Khronos/master 2011-06-27 09:28:06 -07:00
helper.rb
test_activerecord_compat.rb
test_attributes.rb adding attribute#lower for lowercasing an attribute 2011-04-25 12:12:05 -07:00
test_crud.rb
test_delete_manager.rb
test_factory_methods.rb add a factory method for production LOWER functions 2011-04-25 12:01:22 -07:00
test_insert_manager.rb allowing sql literals for values in insert statements 2011-03-21 21:35:23 -07:00
test_select_manager.rb do not cache sql literal values 2011-05-17 18:01:35 -04:00
test_table.rb
test_update_manager.rb