1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Nick Kallen
191b2b7b7e externalization now includes limits 2008-05-21 00:23:32 -07:00
Nick Kallen
78b5b57837 some convenience methods 2008-05-19 17:55:49 -07:00
Nick Kallen
518db17ca3 renamed ion classes 2008-05-19 13:57:21 -07:00
Nick Kallen
3eae3b08ee renamed select operation to where 2008-05-19 13:49:43 -07:00
Nick Kallen
724a268413 performance enhancing drugs 2008-05-17 20:24:22 -07:00
Nick Kallen
16730fdbd0 fixed defect in alias 2008-05-13 16:53:36 -07:00
Nick Kallen
85bc3b417d finally fixed table aliasing issues
- the solution is currently ugly, but i have an idea how to clean it up
2008-05-01 23:19:12 -07:00
Nick Kallen
3ae7a601e9 attribute disambiguation 2008-04-27 20:40:20 -07:00
Nick Kallen
4a6822d5e4 results of a select query are a hash indexed by attribute rather than string 2008-04-27 18:11:36 -07:00
Nick Kallen
9567f8e4e8 - new todo items
- alias to_sql to to_s
- added column_for to join (untested)
2008-04-19 20:40:47 -07:00
Nick Kallen
86885933c4 todos 2008-04-18 19:00:56 -07:00
Nick Kallen
2a9117d854 when ordering, the last order wins 2008-04-18 14:53:02 -07:00
Nick Kallen
d51139751e officially renamed active_relation to arel 2008-04-18 12:59:29 -07:00
Bryan Helmkamp
5a2d4f5475 Fake database implementation. MySQL not required to run the tests 2008-04-15 01:24:15 -04:00
Nick Kallen
4466409205 adjacency lists work
- implementation is a bit complex, but i can't think of anything simpler
2008-04-13 17:03:03 -07:00
Nick Kallen
2f9b70b617 better test coverage of relational operations with blank data 2008-04-12 17:45:36 -07:00
Nick Kallen
97f89cde2a tests of Value 2008-04-12 17:33:56 -07:00
Nick Kallen
6de1f350ce - string passthrough for joins
- blank checks
2008-04-12 15:56:07 -07:00
Nick Kallen
eee3a76616 string passthrough for joins 2008-04-11 15:22:22 -07:00
Nick Kallen
42c42bfa50 moved bind to factory of select 2008-04-11 13:47:06 -07:00
Renamed from TODO (Browse further)