.. |
attributes
|
Support Attribute#asc and Attribute#desc to create orderings
|
2010-09-29 20:08:57 -04:00 |
compatibility
|
adding not equal node, column names are expected to be symbols
|
2010-09-10 16:58:19 -07:00 |
nodes
|
alias visitor_for to for
|
2010-10-03 14:26:57 -07:00 |
sql
|
adding a Value node so that SqlLiteral values may be used
|
2010-09-09 15:20:25 -07:00 |
visitors
|
adding a base class visitor
|
2010-10-19 11:42:02 -07:00 |
attributes.rb
|
tables can fetch attributes
|
2010-08-12 14:55:31 -07:00 |
crud.rb
|
making stuff work on mysql
|
2010-09-21 09:20:14 -07:00 |
delete_manager.rb
|
delete manager added
|
2010-08-18 11:32:44 -07:00 |
deprecated.rb
|
moving deprecated constants to the correct place
|
2010-09-07 16:56:54 -07:00 |
expression.rb
|
Rails references Arel::Expression, adding an unused module for now
|
2010-08-16 16:44:07 -07:00 |
expressions.rb
|
refactoring expressions to a module
|
2010-09-14 15:20:24 -07:00 |
insert_manager.rb
|
VALUES are getting better everyday
|
2010-09-14 14:58:34 -07:00 |
nodes.rb
|
Support Attribute#asc and Attribute#desc to create orderings
|
2010-09-29 20:08:57 -04:00 |
relation.rb
|
adding a relation thing
|
2010-08-13 12:26:06 -07:00 |
select_manager.rb
|
symbols work as sql literals
|
2010-10-15 15:45:55 -07:00 |
sql_literal.rb
|
project works with strings
|
2010-08-13 08:11:08 -07:00 |
table.rb
|
Fisting arel specs -- still needs tree_manager and cleanup
|
2010-10-18 15:41:21 -07:00 |
tree_manager.rb
|
using the connection pool while visiting
|
2010-09-24 09:28:10 -07:00 |
update_manager.rb
|
removing duplicate code
|
2010-09-23 15:27:17 -07:00 |
visitors.rb
|
adding a base class visitor
|
2010-10-19 11:42:02 -07:00 |