Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for 6.0.0 | Rafael Mendonça França | 2014-11-25 | 1 | -1/+1 |
* | Update history | Rafael Mendonça França | 2014-02-10 | 1 | -0/+12 |
* | Sync CHANGELOG | Rafael Mendonça França | 2014-02-05 | 1 | -0/+7 |
* | Release 5.0.0 | Rafael Mendonça França | 2013-12-04 | 1 | -0/+10 |
* | Add 3.0.3 to CHANGELOG entry [ci skip] | Rafael Mendonça França | 2013-11-15 | 1 | -0/+10 |
* | Update History for previous releases | Andrew Vit | 2013-11-15 | 1 | -0/+41 |
* | Release 4.0.1 | Rafael Mendonça França | 2013-10-22 | 1 | -0/+12 |
* | Fixed typos | Prathamesh Sonpatki | 2013-05-17 | 1 | -3/+3 |
* | ARel -> Arel | Xavier Noria | 2013-04-14 | 1 | -1/+1 |
* | ActiveRecord -> Active Record | Xavier Noria | 2013-04-14 | 1 | -2/+2 |
* | version bump | Aaron Patterson | 2011-08-15 | 1 | -1/+1 |
* | Update History.txt | Jon Leighton | 2011-08-13 | 1 | -1/+9 |
* | bumping to 2.2.0 | Aaron Patterson | 2011-08-09 | 1 | -1/+1 |
* | updating changelog | Aaron Patterson | 2011-08-08 | 1 | -0/+8 |
* | prepping for 2.1.4 release | Aaron Patterson | 2011-07-25 | 1 | -1/+1 |
* | supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. fi... | Aaron Patterson | 2011-07-20 | 1 | -0/+1 |
* | fix depth first visitor to support ascending and descending nodes | Aaron Patterson | 2011-06-29 | 1 | -0/+6 |
* | fixing broken gem build | Aaron Patterson | 2011-06-27 | 1 | -1/+7 |
* | updating history file | Aaron Patterson | 2011-06-27 | 1 | -0/+3 |
* | visitors can define their own cache strategy for dispatch. fixes #57 | Aaron Patterson | 2011-06-27 | 1 | -0/+7 |
* | zomg prep release | Aaron Patterson | 2011-05-17 | 1 | -1/+1 |
* | updating History | Aaron Patterson | 2011-05-10 | 1 | -0/+7 |
* | merging old history, adding release date | Aaron Patterson | 2011-04-30 | 1 | -2/+20 |
* | deprecating SelectManager#wheres method | Aaron Patterson | 2011-04-11 | 1 | -0/+3 |
* | fixing the leg order of TableAlias nodes | Aaron Patterson | 2011-03-30 | 1 | -0/+1 |
* | allowing sql literals for values in insert statements | Aaron Patterson | 2011-03-21 | 1 | -0/+1 |
* | adding create_insert method | Aaron Patterson | 2011-03-21 | 1 | -0/+1 |
* | cleaning up math operations on attributes | Aaron Patterson | 2011-03-07 | 1 | -0/+2 |
* | assinging nil to an offset will remove the offset from the AST | Aaron Patterson | 2011-02-25 | 1 | -0/+3 |
* | Adding SelectManager#limit= and removing limit nodes when nil is assigned to ... | Aaron Patterson | 2011-02-25 | 1 | -0/+2 |
* | adding TOP to sub selects for mssql | Aaron Patterson | 2011-02-02 | 1 | -0/+4 |
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 1 | -0/+1 |
* | Merge branch '2-0-stable' into merge | Aaron Patterson | 2011-01-03 | 1 | -0/+1 |
|\ | |||||
| * | updating history | Aaron Patterson | 2011-01-03 | 1 | -0/+1 |
| * | limit members of the AST are visited | Aaron Patterson | 2010-12-07 | 1 | -0/+6 |
* | | adding deprecation warning for where_clauses | Aaron Patterson | 2010-12-26 | 1 | -0/+3 |
* | | sql literals may be used as column attributes | Aaron Patterson | 2010-12-22 | 1 | -0/+1 |
* | | deprecating Arel::Table#primary_key | Aaron Patterson | 2010-12-13 | 1 | -0/+3 |
* | | updating changelog | Aaron Patterson | 2010-12-09 | 1 | -0/+3 |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -0/+6 |
|\ \ | |||||
| * | | limit members of the AST are visited | Aaron Patterson | 2010-12-06 | 1 | -0/+6 |
| |/ | |||||
* | | only break backwards compatibility in major releases | Aaron Patterson | 2010-12-03 | 1 | -3/+3 |
* | | adding deprecated methods to History | Aaron Patterson | 2010-12-03 | 1 | -0/+9 |
* | | deprecating the "delete" method in favor of compile_delete | Aaron Patterson | 2010-12-02 | 1 | -0/+3 |
* | | deprecating the update method in favor of compile_update | Aaron Patterson | 2010-12-02 | 1 | -0/+3 |
* | | deprecating "insert" | Aaron Patterson | 2010-12-02 | 1 | -0/+5 |
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 1 | -0/+6 |
|/ | |||||
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 1 | -0/+6 |
* | terrorist version bump | Aaron Patterson | 2010-11-30 | 1 | -1/+1 |
* | adding deprecated support for walking ancestor trees | Aaron Patterson | 2010-11-30 | 1 | -0/+5 |