Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added missing require 'spec_helper' in crud_spec.rb | Raimonds Simanovskis | 2010-09-29 | 1 | -0/+2 |
| | |||||
* | adding an easy way for sql literal nodes | Aaron Patterson | 2010-09-28 | 2 | -2/+11 |
| | |||||
* | refactoring join_sql to return nil if there are no sources | Aaron Patterson | 2010-09-28 | 4 | -11/+24 |
| | |||||
* | making select manager public | Aaron Patterson | 2010-09-28 | 3 | -2/+4 |
| | |||||
* | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-09-28 | 3 | -3/+16 |
|\ | | | | | | | | | | | * 'master' of github.com:brynary/arel: added missing method visit_Arel_Attributes_Decimal as alias for visit_Arel_Attributes_Attribute pass primary key name and value to ActiveRecord adapter insert method | ||||
| * | added missing method visit_Arel_Attributes_Decimal as alias for ↵ | Raimonds Simanovskis | 2010-09-28 | 1 | -0/+1 |
| | | | | | | | | visit_Arel_Attributes_Attribute | ||||
| * | pass primary key name and value to ActiveRecord adapter insert method | Raimonds Simanovskis | 2010-09-28 | 2 | -3/+15 |
| | | | | | | | | necessary for Oracle adapter for RETURNING ... INTO ... clause generation | ||||
* | | Merge remote branch 'krek/fake_record_adapter' | Aaron Patterson | 2010-09-28 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | * krek/fake_record_adapter: 'sqlite3' ==> {:adapter => 'sqlite3'} Conflicts: spec/support/fake_record.rb | ||||
| * | 'sqlite3' ==> {:adapter => 'sqlite3'} | Krekoten' Marjan | 2010-09-27 | 1 | -1/+1 |
| | | |||||
* | | these readers should be accessors | Aaron Patterson | 2010-09-27 | 1 | -1/+1 |
| | | |||||
* | | changing method name to be more clear | Aaron Patterson | 2010-09-27 | 1 | -11/+11 |
| | | |||||
* | | requiring date at the top of the visitor | Aaron Patterson | 2010-09-27 | 1 | -0/+1 |
| | | |||||
* | | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 7 | -35/+37 |
|/ | |||||
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 4 | -3/+23 |
| | |||||
* | caching quoted values | Aaron Patterson | 2010-09-26 | 2 | -5/+11 |
| | |||||
* | hoe sets the default task for us | Aaron Patterson | 2010-09-24 | 1 | -3/+0 |
| | |||||
* | adding mit license | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
| | |||||
* | Arel is MIT licensed. | Bryan Helmkamp | 2010-09-24 | 1 | -0/+20 |
| | |||||
* | updating version | Aaron Patterson | 2010-09-24 | 2 | -3/+3 |
| | |||||
* | removing the version file | Aaron Patterson | 2010-09-24 | 3 | -5/+3 |
| | |||||
* | updating Rakefile with development dependencies | Aaron Patterson | 2010-09-24 | 2 | -2/+6 |
| | |||||
* | adding a manifest, converting to Hoe, generating gemspec | Aaron Patterson | 2010-09-24 | 6 | -176/+156 |
| | |||||
* | removing unused rake tasks | Aaron Patterson | 2010-09-24 | 2 | -28/+5 |
| | |||||
* | removing more unused files | Aaron Patterson | 2010-09-24 | 7 | -140/+0 |
| | |||||
* | deleting lots of unused files | Aaron Patterson | 2010-09-24 | 7 | -210/+4 |
| | |||||
* | specs run without an AR connection | Aaron Patterson | 2010-09-24 | 1 | -0/+85 |
| | |||||
* | removing tasks that hoe will provide | Aaron Patterson | 2010-09-24 | 1 | -54/+0 |
| | |||||
* | use a real editor | Aaron Patterson | 2010-09-24 | 1 | -5/+0 |
| | |||||
* | turning on warnings | Aaron Patterson | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | removing the v1 rake task | Aaron Patterson | 2010-09-24 | 1 | -12/+0 |
| | |||||
* | shuffling around the spec directory | Aaron Patterson | 2010-09-24 | 90 | -4898/+0 |
| | |||||
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 2 | -2/+14 |
| | |||||
* | fixing formatting | Aaron Patterson | 2010-09-24 | 1 | -10/+11 |
| | |||||
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 2 | -2/+34 |
| | |||||
* | adding offset edge | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
| | |||||
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 2 | -0/+31 |
| | |||||
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 2 | -1/+38 |
| | |||||
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 2 | -1/+19 |
| | |||||
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 7 | -3/+57 |
| | |||||
* | using the connection pool while visiting | Aaron Patterson | 2010-09-24 | 2 | -3/+5 |
| | |||||
* | caching visitor on a per engine basis | Aaron Patterson | 2010-09-23 | 2 | -15/+22 |
| | |||||
* | changing accessor to a writer | Aaron Patterson | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | removing duplicate code | Aaron Patterson | 2010-09-23 | 1 | -4/+0 |
| | |||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 9 | -52/+58 |
| | |||||
* | moving expression up to function class | Aaron Patterson | 2010-09-23 | 2 | -1/+1 |
| | |||||
* | reordering order clauses :'( | Aaron Patterson | 2010-09-23 | 1 | -1/+9 |
| | |||||
* | writing code that makes me sad | Aaron Patterson | 2010-09-23 | 1 | -1/+6 |
| | |||||
* | adding a select statment visitor | Aaron Patterson | 2010-09-23 | 2 | -1/+29 |
| | |||||
* | adding a postgres adapter | Aaron Patterson | 2010-09-23 | 4 | -8/+23 |
| | |||||
* | ignoring alias | Aaron Patterson | 2010-09-23 | 2 | -1/+6 |
| |