aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | adding default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-209-1/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state:resolved]
| | * | | | | | | | | | | | | | removing unused variablesAaron Patterson2010-10-201-7/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | doing a little cleanup on the visitorsAaron Patterson2010-10-194-3/+9
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating gemspec and manifestAaron Patterson2010-10-192-12/+17
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding a base class visitorAaron Patterson2010-10-193-10/+22
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing irrelevant docs, updating relevant docsAaron Patterson2010-10-191-99/+7
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-1824-23/+23
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fisting manifestAaron Patterson2010-10-181-30/+26
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | cleaning up RakefileAaron Patterson2010-10-181-5/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | |