aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/table.rb
Commit message (Collapse)AuthorAgeFilesLines
* fixing warningAaron Patterson2010-09-061-1/+1
|
* select manager responds to orderAaron Patterson2010-09-061-0/+4
|
* adding string join nodes and a visitor to produce backwards compatible ↵Aaron Patterson2010-08-241-1/+8
| | | | "join_sql"
* Squashed commit of the following:Aaron Patterson2010-08-231-1/+2
| | | | | | | | commit 3c6727732b349551df342b9eee66ed53d47e53eb Author: Aaron Patterson <aaron.patterson@gmail.com> Date: Mon Aug 23 14:11:34 2010 -0700 adding table alias
* joins can be createdAaron Patterson2010-08-181-1/+12
|
* table responds to takeAaron Patterson2010-08-161-0/+4
|
* adding deprecated crud module for backwards compatAaron Patterson2010-08-161-0/+2
|
* insert manager is starting to take shapeAaron Patterson2010-08-131-1/+1
|
* table responds to "project"Aaron Patterson2010-08-131-0/+4
|
* Table.new can take a hash for the second paramAaron Patterson2010-08-131-3/+4
|
* table responds to where, column info is cachedAaron Patterson2010-08-131-3/+8
|
* project works with stringsAaron Patterson2010-08-131-2/+2
|
* limits are addedAaron Patterson2010-08-121-0/+4
|
* to_sql visitor startedAaron Patterson2010-08-121-0/+2
|
* tables can fetch attributesAaron Patterson2010-08-121-5/+12
|
* starting a spec for the tableAaron Patterson2010-08-121-1/+1
|
* adding a table and engineAaron Patterson2010-08-121-0/+15