aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix grammatical error in README.markdownTrotter Cashion2011-11-101-1/+1
|/ / /
* | / Add SelectManager#distinct to set/unset the Arel::Nodes::Distinct.new quantifierJon Leighton2011-11-042-0/+21
| |/ |/|
* | Merge pull request #90 from JoelJuliano/patch-1Aaron Patterson2011-10-302-1/+18
|\ \ | |/ |/|
| * Removed trailing space on the test sql string statement.Joel Bryan Juliano2011-10-311-1/+0
| * Added a failing test for a non-table alias as rhs relation nameJoel Bryan Juliano2011-10-311-0/+18
| * Allow using non-table alias as a rhs relation name, fix for #84 and #59JoelJuliano2011-10-301-1/+1
|/
* Merge pull request #80 from jsanders/patch-1Aaron Patterson2011-08-291-1/+1
|\
| * Proposed fix for issue 79 - https://github.com/rails/arel/issues/79 - Pass th...jsanders2011-08-291-1/+1
|/
* Merge pull request #78 from ebeigarts/masterAaron Patterson2011-08-267-14/+12
|\
| * Support locking by default and disable it only for SQLite.Edgars Beigarts2011-08-267-14/+12
|/
* Merge pull request #77 from ebeigarts/masterAaron Patterson2011-08-262-0/+11
|\
| * Support locking in OracleEdgars Beigarts2011-08-262-0/+11
|/
* generating a Gemfile, using the hoe-bundler pluginAaron Patterson2011-08-162-3/+11
* updating the gemspecAaron Patterson2011-08-151-4/+4
* version bumpAaron Patterson2011-08-152-2/+2
* updating gem manifestAaron Patterson2011-08-151-0/+1
* Update History.txtJon Leighton2011-08-131-1/+9
* Add SelectManager#source method to get the source of the ctxJon Leighton2011-08-112-0/+12
* Add SelectManager#projections= method to overwrite projectionsJon Leighton2011-08-112-0/+13
* add UpdateManager#key method to access the keyJon Leighton2011-08-112-0/+20
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-08-101-0/+13
|\
| * Merge pull request #73 from guilleiguaran/masterAaron Patterson2011-08-091-0/+1
| |\
| | * Add Ruby trunk (1.9.4dev) to TravisCI matrixGuillermo Iguaran2011-08-091-0/+1
| |/
| * Merge pull request #71 from travis-repos/masterAaron Patterson2011-08-081-0/+12
| |\
| | * Test against multiple rubies, add IRC notificationsMichael S. Klishin2011-08-091-0/+12
| |/
* / bumping to 2.2.0Aaron Patterson2011-08-093-20/+16
|/
* updating versionAaron Patterson2011-08-082-4/+4
* updating changelogAaron Patterson2011-08-082-0/+11
* Make it the responsibility of the connection to hold on to a visitor for gene...Jon Leighton2011-08-0818-42/+46
* Ignore Gemfile.lockJon Leighton2011-08-081-0/+1
* Support update statements containing joinsJon Leighton2011-08-083-4/+18
* Merge pull request #56 from dcadenas/masterAaron Patterson2011-08-038-1/+56
|\
| * Remove short circuit evaluation and leave AST as it isDaniel Cadenas2011-08-032-22/+0
| * Add nodes for boolean constantsDaniel Cadenas2011-08-038-1/+78
|/
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-07-271-0/+12
|\
| * Merge pull request #69 from thedarkone/oracle-order-by-updateAaron Patterson2011-07-261-0/+12
| |\
| | * Oracle does not allow ORDER BY/LIMIT in UPDATE queries.thedarkone2011-07-261-0/+12
* | | prepping for 2.1.4 releaseAaron Patterson2011-07-253-19/+20
|/ /
* | oops, forgot sourceAaron Patterson2011-07-201-0/+2
* | adding GemfileAaron Patterson2011-07-201-0/+2
* | supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. fi...Aaron Patterson2011-07-203-0/+33
* | fix depth first visitor to support ascending and descending nodesAaron Patterson2011-06-293-0/+17
* | generating a specAaron Patterson2011-06-271-2/+2
* | fixing broken gem buildAaron Patterson2011-06-272-2/+8
* | fixing manifestAaron Patterson2011-06-271-0/+7
* | bumping specAaron Patterson2011-06-271-11/+11
* | version bumpAaron Patterson2011-06-271-1/+1
* | updating history fileAaron Patterson2011-06-271-0/+3
* | Merge branch 'master' into Khronos/masterAaron Patterson2011-06-2726-68/+299
|\ \
| * | visitors can define their own cache strategy for dispatch. fixes #57Aaron Patterson2011-06-273-4/+31