aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | got rid of retarded check method. down with rspecRyan Davis2010-10-189-51/+46
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Renamed spec_helper to test_helperRyan Davis2010-10-1824-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Removed TreeManagerShared and related tests. They suckedRyan Davis2010-10-186-61/+0
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | damnitRyan Davis2010-10-181-5725/+0
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-1835-404/+6108
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Created syntactic sugar Table(...) methodSnuggs2010-10-163-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Fixed broken tests by removing undefined matcher requirementsSnuggs2010-10-161-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | symbols work as sql literalsAaron Patterson2010-10-152-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | version bumpAaron Patterson2010-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | add locking support for postgresAaron Patterson2010-10-133-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | bumping versionAaron Patterson2010-10-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | fixing manifest fileAaron Patterson2010-10-122-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | implementing where_sql methodAaron Patterson2010-10-123-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | alias visitor_for to forAaron Patterson2010-10-032-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Support Attribute#asc and Attribute#desc to create orderingsErnie Miller2010-09-297-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | In SQL visitor, too. :)Ernie Miller2010-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Support visiting Arel_Attribute_FloatErnie Miller2010-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Don't reassign array in ToSql#visit_Arel_Nodes_NotInErnie Miller2010-09-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | adding better dot file support for our nodesAaron Patterson2010-09-295-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | fixing column escape for IN nodes. [resolves:5732]Aaron Patterson2010-09-293-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'ernie/master'Aaron Patterson2010-09-298-0/+624
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ernie/master: Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) Add support for remaining *_any/*_all attribute methods, and add matches/does_not_match/not_in Add eq_any.
| | | * | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | |