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-08-08 16:41:32 +01: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 Add nodes for boolean constants 2011-08-03 20:50:03 -03: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 nodes for boolean constants 2011-08-03 20:50:03 -03: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 fix depth first visitor to support ascending and descending nodes 2011-06-29 13:45:26 -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 Support update statements containing joins 2011-08-08 16:41:32 +01:00