1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/active_relation
Nick Kallen 98527c8f7d basic functionality for simplest active record find(id)
- messy code, to be cleaned up this weekend
2008-03-05 22:12:21 -08:00
..
engines basic functionality for simplest active record find(id) 2008-03-05 22:12:21 -08:00
extensions scalars are now lifted; the heavy lifting is done by the operations on relation (select, join, etc.) 2008-03-02 21:10:35 -08:00
primitives scalars are now lifted; the heavy lifting is done by the operations on relation (select, join, etc.) 2008-03-02 21:10:35 -08:00
relations scalars are now lifted; the heavy lifting is done by the operations on relation (select, join, etc.) 2008-03-02 21:10:35 -08:00
sessions basic functionality for simplest active record find(id) 2008-03-05 22:12:21 -08:00
.DS_Store introduced __collect__, an internal enumerating operator. This is a map down the tree representing the relation. Monadic map to be precise 2008-02-16 20:46:05 -08:00
engines.rb introduced engine dependency for sql strategies 2008-03-02 17:56:18 -08:00
extensions.rb quoting issues 2008-02-24 22:19:32 -08:00
predicates.rb scalars are now lifted; the heavy lifting is done by the operations on relation (select, join, etc.) 2008-03-02 21:10:35 -08:00
primitives.rb scalars are now lifted; the heavy lifting is done by the operations on relation (select, join, etc.) 2008-03-02 21:10:35 -08:00
relations.rb Introduced concept of session. It does not yet support multiple databases, nor transactions, but it's a start! 2008-02-23 19:29:18 -08:00
sql.rb scalars are now lifted; the heavy lifting is done by the operations on relation (select, join, etc.) 2008-03-02 21:10:35 -08:00