| Commit message (Expand) | Author | Age | Files | Lines |
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -1/+1 |
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 1 | -0/+1 |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 1 | -0/+1 |
* | Squashed commit of the following: | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
* | delete manager added | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
* | adding some activerecord compatibility | Aaron Patterson | 2010-08-16 | 1 | -0/+1 |
* | Rails references Arel::Expression, adding an unused module for now | Aaron Patterson | 2010-08-16 | 1 | -0/+1 |
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 1 | -0/+2 |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 1 | -0/+1 |
* | adding a dot visitor to make our lives easier | Aaron Patterson | 2010-08-13 | 1 | -0/+1 |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+2 |
* | adding a relation thing | Aaron Patterson | 2010-08-13 | 1 | -0/+6 |
* | project works with strings | Aaron Patterson | 2010-08-13 | 1 | -2/+4 |
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |
* | adding some deprecated classes | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |
* | adding first node | Aaron Patterson | 2010-08-12 | 1 | -0/+1 |
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 1 | -0/+3 |
* | adding a table and engine | Aaron Patterson | 2010-08-12 | 1 | -2/+3 |
* | clean slate | Aaron Patterson | 2010-08-12 | 1 | -12/+0 |
* | removing cattr_accessor | Aaron Patterson | 2010-07-26 | 1 | -1/+0 |
* | reorganizing classes more | Aaron Patterson | 2010-07-26 | 1 | -0/+2 |
* | removing more duplication | Aaron Patterson | 2010-07-26 | 1 | -0/+1 |
* | Rake is a better build tool than Thor. Move the gem building and releasing ta... | Carl Lerche | 2010-03-23 | 1 | -2/+2 |
* | Get the specs to start when an AR connection is not present. | Carl Lerche | 2010-03-11 | 1 | -1/+2 |
* | Release v0.3.1 | Emilio Tagua | 2010-03-10 | 1 | -1/+1 |
* | Release v0.3.0 | Emilio Tagua | 2010-03-10 | 1 | -2/+2 |
* | Release v0.2.1 | Bryan Helmkamp | 2010-02-05 | 1 | -1/+1 |
* | Release v0.2.0 | Bryan Helmkamp | 2010-01-31 | 1 | -1/+1 |
* | Dont require activerecord | Pratik Naik | 2010-01-09 | 1 | -3/+0 |
* | This is 0.2.pre now | Bryan Helmkamp | 2009-11-10 | 1 | -1/+1 |
* | Dropping Jeweler in favor of some simple Thor tasks (for Gemcutter) | Bryan Helmkamp | 2009-10-27 | 1 | -0/+2 |
* | Autoload Arel::Session | Bryan Helmkamp | 2009-09-30 | 1 | -3/+5 |
* | When Arel is loaded the $LOAD_PATH should already be set properly, so don't m... | Bryan Helmkamp | 2009-09-20 | 1 | -1/+0 |
* | Cherry pick AS extensions. | Emilio Tagua | 2009-09-14 | 1 | -0/+4 |
* | Remove explicit rubygems require. Use Active Support provided by Active Recor... | Jeremy Kemper | 2009-09-14 | 1 | -7/+1 |
* | Require active_support and active_record by name in LOAD_PATH instead of gem ... | Jeremy Kemper | 2009-09-14 | 1 | -2/+2 |
* | Merge commit 'brynary/master' | Emilio Tagua | 2009-05-26 | 1 | -0/+13 |
|\ |
|
| * | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 1 | -5/+1 |
| * | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 1 | -2/+1 |
* | | Removed lib to avoid any conflict in merge | Emilio Tagua | 2009-05-26 | 1 | -16/+0 |
* | | Require active_support/core_ext since ActiveRecord don't require it any more | Emilio Tagua | 2009-05-18 | 1 | -1/+2 |
|/ |
|
* | Moved require to initializer | Emilio Tagua | 2009-04-23 | 1 | -1/+2 |
* | some convenience methods | Nick Kallen | 2008-05-19 | 1 | -0/+1 |
* | reorganized file structure | Nick Kallen | 2008-05-19 | 1 | -1/+2 |
* | officially renamed active_relation to arel | Nick Kallen | 2008-04-18 | 1 | -0/+12 |