1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/test
2011-04-25 12:12:05 -07:00
..
attributes Fix modification of input on *_any/*_all predications 2011-02-08 06:33:38 -05:00
nodes adding a DISTINCT node 2011-04-21 15:28:21 -05:00
support cleaning up math operations on attributes 2011-03-07 08:35:48 -08:00
visitors raising not implemented exceptions for distinct on where it is not supported 2011-04-21 15:50:19 -05:00
helper.rb deprecating "insert" 2010-12-02 14:01:08 -08:00
test_activerecord_compat.rb renaming test_helper to helper so that it is not double required 2010-10-18 16:54:50 -07:00
test_attributes.rb adding attribute#lower for lowercasing an attribute 2011-04-25 12:12:05 -07:00
test_crud.rb removing tests of deprecated methods 2010-12-14 08:47:57 -08:00
test_delete_manager.rb renaming test_helper to helper so that it is not double required 2010-10-18 16:54:50 -07:00
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 adding Distinct ON node 2011-04-21 15:46:24 -05:00
test_table.rb Add an #table_name method to Table and TableAlias, which always returns the actual table name, not the alias. Then fix ToSql#column_for to use this table name when checking whether the table exists (rather than before, where it was checking whether a table with the alias name exists, which was incorrect). 2011-03-04 06:17:18 +08:00
test_update_manager.rb making sure limit is correctly copied to update manager 2011-01-03 15:44:16 -08:00