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-03-30 09:54:23 -07:00
..
attributes Fix modification of input on *_any/*_all predications 2011-02-08 06:33:38 -05:00
nodes Make as factory method convert alias name to SqlLiteral 2011-03-12 10:59:03 +08:00
support cleaning up math operations on attributes 2011-03-07 08:35:48 -08:00
visitors Replace MathOperation with InfixOperation to support more operators 2011-03-09 03:03:05 +08: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 returning undefined for unknown column types 2010-11-16 08:09:26 -08: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 cleaning up more nodes 2010-12-14 20:31:49 -08: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 use TableAlias nodes for aliasing subselects 2011-03-30 09:54:23 -07: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