Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fisting manifest | Aaron Patterson | 2010-10-18 | 1 | -30/+26 |
| | |||||
* | cleaning up Rakefile | Aaron Patterson | 2010-10-18 | 1 | -5/+1 |
| | |||||
* | got rid of retarded check method. down with rspec | Ryan Davis | 2010-10-18 | 9 | -51/+46 |
| | |||||
* | Renamed spec_helper to test_helper | Ryan Davis | 2010-10-18 | 24 | -23/+23 |
| | |||||
* | Removed TreeManagerShared and related tests. They sucked | Ryan Davis | 2010-10-18 | 6 | -61/+0 |
| | |||||
* | damnit | Ryan Davis | 2010-10-18 | 1 | -5725/+0 |
| | |||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 35 | -404/+6108 |
| | |||||
* | Created syntactic sugar Table(...) method | Snuggs | 2010-10-16 | 3 | -2/+33 |
| | |||||
* | Fixed broken tests by removing undefined matcher requirements | Snuggs | 2010-10-16 | 1 | -3/+0 |
| | |||||
* | symbols work as sql literals | Aaron Patterson | 2010-10-15 | 2 | -1/+13 |
| | |||||
* | version bump | Aaron Patterson | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | add locking support for postgres | Aaron Patterson | 2010-10-13 | 3 | -0/+22 |
| | |||||
* | bumping version | Aaron Patterson | 2010-10-13 | 1 | -3/+1 |
| | |||||
* | fixing manifest file | Aaron Patterson | 2010-10-12 | 2 | -0/+14 |
| | |||||
* | implementing where_sql method | Aaron Patterson | 2010-10-12 | 3 | -0/+25 |
| | |||||
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 2 | -1/+2 |
| | |||||
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 7 | -0/+78 |
| | |||||
* | In SQL visitor, too. :) | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | Support visiting Arel_Attribute_Float | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | Don't reassign array in ToSql#visit_Arel_Nodes_NotIn | Ernie Miller | 2010-09-29 | 1 | -2/+3 |
| | |||||
* | adding better dot file support for our nodes | Aaron Patterson | 2010-09-29 | 5 | -5/+41 |
| | |||||
* | fixing column escape for IN nodes. [resolves:5732] | Aaron Patterson | 2010-09-29 | 3 | -6/+27 |
| | |||||
* | Merge remote branch 'ernie/master' | Aaron Patterson | 2010-09-29 | 8 | -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 Miller | 2010-09-29 | 1 | -0/+8 |
| | | |||||
| * | Add support for remaining *_any/*_all attribute methods, and add ↵ | Ernie Miller | 2010-09-29 | 7 | -5/+597 |
| | | | | | | | | matches/does_not_match/not_in | ||||
| * | Add eq_any. | Ernie Miller | 2010-09-29 | 2 | -0/+24 |
| | | |||||
* | | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-09-29 | 3 | -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 Simanovskis | 2010-09-29 | 2 | -2/+14 |
| | | | |||||
| * | | added missing require 'spec_helper' in crud_spec.rb | Raimonds Simanovskis | 2010-09-29 | 1 | -0/+2 |
| |/ | |||||
* / | tiny correction to readme | Jacob Hodes | 2010-09-30 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| |