| Commit message (Expand) | Author | Age | Files | Lines |
* | PERF: reducing call stack | Aaron Patterson | 2010-07-30 | 1 | -10/+0 |
* | removing Table#== as it is not actually used | Aaron Patterson | 2010-07-30 | 1 | -7/+0 |
* | caching existence of a table | Aaron Patterson | 2010-07-30 | 1 | -4/+4 |
* | PERF: where is only ever called with 0 or 1 arguments. eliminate *args | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | fewer function calls | Aaron Patterson | 2010-07-29 | 1 | -1/+2 |
* | PERF: avoid *args | Aaron Patterson | 2010-07-29 | 1 | -1/+3 |
* | PERF: pushing christener down for faster method lookup and calling | Aaron Patterson | 2010-07-29 | 1 | -1/+2 |
* | if-else logic doesn't needed | Santiago Pastorino | 2010-07-28 | 1 | -5/+1 |
* | implementing hash is a non-requirement | Aaron Patterson | 2010-07-28 | 1 | -8/+0 |
* | simplifying the Christener | Aaron Patterson | 2010-07-28 | 1 | -0/+1 |
* | fixing AR incompatibility | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: fewer objects | Aaron Patterson | 2010-07-27 | 1 | -2/+3 |
* | PERF: removing more method missing | Aaron Patterson | 2010-07-27 | 1 | -31/+33 |
* | PERF: eliminating method_missing | Aaron Patterson | 2010-07-27 | 2 | -6/+6 |
* | PERF: avoiding more method missing | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: caching engine, fewer calls to method_missing | Aaron Patterson | 2010-07-26 | 1 | -1/+6 |
* | PERF: removing *args calls, do not call send on protected methods then they a... | Aaron Patterson | 2010-07-26 | 1 | -9/+18 |
* | removing cattr_accessor | Aaron Patterson | 2010-07-26 | 1 | -1/+10 |
* | more class reorganization | Aaron Patterson | 2010-07-26 | 1 | -33/+0 |
* | reorganizing classes more | Aaron Patterson | 2010-07-26 | 2 | -27/+0 |
* | reorganizing more classes | Aaron Patterson | 2010-07-26 | 1 | -19/+0 |
* | reorganizing classes | Aaron Patterson | 2010-07-26 | 1 | -65/+0 |
* | removing more useless files | Aaron Patterson | 2010-07-26 | 1 | -5/+0 |
* | take advantage of inheritence for easier codes | Aaron Patterson | 2010-07-20 | 1 | -3/+3 |
* | avoid double call to to_s, avoid present? | Aaron Patterson | 2010-07-20 | 1 | -1/+5 |
* | Performance: use blocks only when needed. | Emilio Tagua | 2010-06-24 | 1 | -2/+6 |
* | Allow externally defined AR adapters to define their own compiler. | Myron Marston | 2010-06-23 | 1 | -2/+8 |
* | Don't use a subquery when there are joins. Use a required alias for the subqu... | Emilio Tagua | 2010-06-23 | 1 | -3/+4 |
* | Add support for counting rows with conditions or limit using a subquery. | Emilio Tagua | 2010-06-23 | 1 | -6/+17 |
* | Merge branch 'master' of github.com:brynary/arel | Emilio Tagua | 2010-05-27 | 1 | -1/+1 |
|\ |
|
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 1 | -1/+1 |
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem... | Ernie Miller | 2010-05-21 | 1 | -2/+2 |
|/ |
|
* | Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ... | Ernie Miller | 2010-05-07 | 1 | -0/+4 |
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 2 | -5/+9 |
* | Use adapter add_limit_offset! method when building query. | Emilio Tagua | 2010-03-25 | 1 | -5/+5 |
* | Switch Arel::Relation to a module. This will allow for classes with Relation ... | Carl Lerche | 2010-03-22 | 5 | -6/+6 |
* | fixing uninitialized ivar warning | Aaron Patterson | 2010-03-14 | 1 | -0/+1 |
* | Attributes should be typed | Carl Lerche | 2010-03-12 | 1 | -5/+3 |
* | Arel doesn't has to know if a table or column exists. | Emilio Tagua | 2010-03-10 | 1 | -3/+15 |
* | cache primary key per engine connection, updated gemspec file | Raimonds Simanovskis | 2010-03-01 | 1 | -4/+6 |
* | changes for Oracle support - OracleCompiler and corresponding tests with Orac... | Raimonds Simanovskis | 2010-03-01 | 2 | -65/+75 |
* | Moved adding of limit on deletion and adding of limit on update conditions to... | Praveen Devarao | 2010-02-25 | 2 | -5/+8 |
* | Refactored primary_key to look up for the real primary_key and cache it. | Emilio Tagua | 2010-02-19 | 1 | -4/+5 |
* | Insertions should use insert and not execute to get a valid returning | Emilio Tagua | 2010-02-18 | 3 | -26/+29 |
* | Fixed compiler require. | Emilio Tagua | 2010-02-18 | 1 | -1/+1 |
* | Added support for RETURNING primary key when available, only for | Emilio Tagua | 2010-02-18 | 2 | -1/+6 |
* | Moved primary_key to relation, send pk to engine, to build a better | Emilio Tagua | 2010-02-18 | 2 | -7/+10 |
* | Move update conditions with limit logic into compilers. | Emilio Tagua | 2010-02-16 | 2 | -10/+12 |
* | If a compiler is not found for the current adapter, use the generic one. | Emilio Tagua | 2010-02-16 | 1 | -1/+5 |
* | Move using_distinct_on? to PostgreSQL compiler. Extract order tweaking | Emilio Tagua | 2010-02-16 | 1 | -4/+0 |