1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/test
2012-02-23 14:06:05 +01:00
..
attributes Break Ordering into Ascending/Descending nodes, allow reversal 2011-06-15 09:18:26 -04:00
nodes Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>). 2012-02-23 14:06:05 +01:00
support calling cache methods against the connection 2011-11-19 18:57:36 -08:00
visitors Support ANSI SQL2003 window functions. 2012-02-22 15:25:10 +01: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 Support ANSI SQL2003 window functions. 2012-02-22 15:25:10 +01: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 add UpdateManager#key method to access the key 2011-08-11 21:47:30 +01:00