aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE)Ernie Miller2010-09-291-0/+8
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Add support for remaining *_any/*_all attribute methods, and add ↵Ernie Miller2010-09-297-5/+597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matches/does_not_match/not_in
| | | * | | | | | | | | | | | | | | | Add eq_any.Ernie Miller2010-09-292-0/+24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:brynary/arelAaron Patterson2010-09-293-2/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:brynary/arel: use subquery for limit when DISTINCT is used (in Oracle) added missing require 'spec_helper' in crud_spec.rb
| | | * | | | | | | | | | | | | | | | | use subquery for limit when DISTINCT is used (in Oracle)Raimonds Simanovskis2010-09-292-2/+14
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | added missing require 'spec_helper' in crud_spec.rbRaimonds Simanovskis2010-09-291-0/+2
| | | |/ / / / / / / / / / / / / / / /
| | * / / / / / / / / / / / / / / / / tiny correction to readmeJacob Hodes2010-09-301-1/+1
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | adding an easy way for sql literal nodesAaron Patterson2010-09-282-2/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | refactoring join_sql to return nil if there are no sourcesAaron Patterson2010-09-284-11/+24
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | making select manager publicAaron Patterson2010-09-283-2/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'master' of github.com:brynary/arelAaron Patterson2010-09-283-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 Simanovskis2010-09-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | visit_Arel_Attributes_Attribute
| | | * | | | | | | | | | | | | | | | pass primary key name and value to ActiveRecord adapter insert methodRaimonds Simanovskis2010-09-282-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary for Oracle adapter for RETURNING ... INTO ... clause generation
| | * | | | | | | | | | | | | | | | | Merge remote branch 'krek/fake_record_adapter'Aaron Patterson2010-09-281-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * krek/fake_record_adapter: 'sqlite3' ==> {:adapter => 'sqlite3'} Conflicts: spec/support/fake_record.rb
| | | * | | | | | | | | | | | | | | | 'sqlite3' ==> {:adapter => 'sqlite3'}Krekoten' Marjan2010-09-271-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | these readers should be accessorsAaron Patterson2010-09-271-1/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | changing method name to be more clearAaron Patterson2010-09-271-11/+11
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | requiring date at the top of the visitorAaron Patterson2010-09-271-0/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | to_sql on nodes may be passed an engineAaron Patterson2010-09-277-35/+37
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | using the last seen column for quotingAaron Patterson2010-09-274-3/+23
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | caching quoted valuesAaron Patterson2010-09-262-5/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | hoe sets the default task for usAaron Patterson2010-09-241-3/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding mit licenseAaron Patterson2010-09-241-0/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Arel is MIT licensed.Bryan Helmkamp2010-09-241-0/+20
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | updating versionAaron Patterson2010-09-242-3/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing the version fileAaron Patterson2010-09-243-5/+3
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | updating Rakefile with development dependenciesAaron Patterson2010-09-242-2/+6
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding a manifest, converting to Hoe, generating gemspecAaron Patterson2010-09-246-176/+156
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing unused rake tasksAaron Patterson2010-09-242-28/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing more unused filesAaron Patterson2010-09-247-140/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | deleting lots of unused filesAaron Patterson2010-09-247-210/+4
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | specs run without an AR connectionAaron Patterson2010-09-241-0/+85
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing tasks that hoe will provideAaron Patterson2010-09-241-54/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | use a real editorAaron Patterson2010-09-241-5/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | turning on warningsAaron Patterson2010-09-241-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing the v1 rake taskAaron Patterson2010-09-241-12/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | shuffling around the spec directoryAaron Patterson2010-09-2490-4898/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | yay, more oracle hacksAaron Patterson2010-09-242-2/+14
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | fixing formattingAaron Patterson2010-09-241-10/+11
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | avoid modifying the ast in certain casesAaron Patterson2010-09-242-2/+34
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding offset edgeAaron Patterson2010-09-241-0/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding more oracle hacksAaron Patterson2010-09-242-0/+31
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | dealing with limits and offsetsAaron Patterson2010-09-242-1/+38
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | creating a subquery when there is an order and a limitAaron Patterson2010-09-242-1/+19
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | adding an oracle visitorAaron Patterson2010-09-247-3/+57
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | using the connection pool while visitingAaron Patterson2010-09-242-3/+5
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | caching visitor on a per engine basisAaron Patterson2010-09-232-15/+22
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | changing accessor to a writerAaron Patterson2010-09-231-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removing duplicate codeAaron Patterson2010-09-231-4/+0
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | moving visitors aroundAaron Patterson2010-09-239-52/+58
| | | | | | | | | | | | | | | | | |