Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing incompatibilities with AR | Aaron Patterson | 2010-07-21 | 1 | -0/+2 |
| | |||||
* | CRUD is not being reused, so we should not expose it | Aaron Patterson | 2010-07-20 | 1 | -17/+14 |
| | |||||
* | use Session.instance rather than Session.new for easier code | Aaron Patterson | 2010-07-20 | 1 | -24/+8 |
| | |||||
* | use object id as the weak ref key | Aaron Patterson | 2010-07-20 | 1 | -3/+4 |
| | |||||
* | avoid shadowing a variable | Aaron Patterson | 2010-07-20 | 1 | -2/+2 |
| | |||||
* | Latest ActiveSupport replaces metaclass with singleton_class | Carl Lerche | 2010-03-11 | 1 | -2/+2 |
| | |||||
* | Fix almost all Ruby warnings during spec suite | Bryan Helmkamp | 2009-09-20 | 1 | -3/+9 |
| | |||||
* | Allow SQL strings to insert query. Insert should better return engine's result. | Emilio Tagua | 2009-07-01 | 1 | -1/+0 |
| | |||||
* | Return delete result instead Arel object | Emilio Tagua | 2009-06-02 | 1 | -2/+0 |
| | |||||
* | basic implementation of in memory insertions | Bryan Helmkamp | 2009-05-17 | 1 | -0/+3 |
| | | | | | | Conflicts: lib/arel/engines/memory/relations.rb | ||||
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 1 | -2/+0 |
| | | | | | | | | | | Conflicts: lib/arel.rb lib/arel/arel.rb lib/arel/engines/memory/predicates.rb lib/arel/engines/memory/relations/array.rb lib/arel/engines/sql/relations/table.rb | ||||
* | reorganized call | Bryan Helmkamp | 2009-05-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Conflicts: doc/TODO lib/arel/relations/relation.rb lib/arel/relations/writes/delete.rb lib/arel/relations/writes/insert.rb lib/arel/relations/writes/update.rb lib/arel/session.rb spec/arel/unit/relations/delete_spec.rb spec/arel/unit/relations/insert_spec.rb spec/arel/unit/relations/relation_spec.rb spec/arel/unit/relations/update_spec.rb spec/arel/unit/session/session_spec.rb | ||||
* | Use the engine not the engine.connection, the engine may not even respond to ↵ | Emilio Tagua | 2009-04-23 | 1 | -11/+11 |
| | | | | connection | ||||
* | reorganized file structure | Nick Kallen | 2008-05-19 | 1 | -0/+47 |