Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an #table_name method to Table and TableAlias, which always returns the ↵ | Jon Leighton | 2011-03-04 | 1 | -0/+4 |
| | | | | 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). | ||||
* | fixing create_string_join factory method | Aaron Patterson | 2010-12-14 | 1 | -2/+1 |
| | |||||
* | adding a join source node | Aaron Patterson | 2010-12-14 | 1 | -4/+2 |
| | |||||
* | removing tests of deprecated methods | Aaron Patterson | 2010-12-14 | 1 | -32/+0 |
| | |||||
* | creating string join nodes | Aaron Patterson | 2010-12-07 | 1 | -0/+7 |
| | |||||
* | adding a join factory method on the select manager | Aaron Patterson | 2010-12-07 | 1 | -0/+16 |
| | |||||
* | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 1 | -7/+0 |
| | |||||
* | deprecating the update method in favor of compile_update | Aaron Patterson | 2010-12-02 | 1 | -6/+0 |
| | |||||
* | deprecating "insert" | Aaron Patterson | 2010-12-02 | 1 | -0/+12 |
| | |||||
* | do not use private methods | Aaron Patterson | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Fix typos in the description of the test | Ivan Ukhov | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | Write a test for checking the presence of table names in the cache | Ivan Ukhov | 2010-11-17 | 1 | -1/+12 |
| | |||||
* | adding proper columns to our fake table | Aaron Patterson | 2010-11-05 | 1 | -2/+2 |
| | |||||
* | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 1 | -0/+7 |
| | | | | state:resolved] | ||||
* | renaming test_helper to helper so that it is not double required | Aaron Patterson | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | got rid of retarded check method. down with rspec | Ryan Davis | 2010-10-18 | 1 | -12/+12 |
| | |||||
* | Renamed spec_helper to test_helper | Ryan Davis | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 1 | -0/+175 |