aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/session.rb
Commit message (Collapse)AuthorAgeFilesLines
* fixing incompatibilities with ARAaron Patterson2010-07-211-0/+2
|
* CRUD is not being reused, so we should not expose itAaron Patterson2010-07-201-17/+14
|
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-201-24/+8
|
* use object id as the weak ref keyAaron Patterson2010-07-201-3/+4
|
* avoid shadowing a variableAaron Patterson2010-07-201-2/+2
|
* Latest ActiveSupport replaces metaclass with singleton_classCarl Lerche2010-03-111-2/+2
|
* Fix almost all Ruby warnings during spec suiteBryan Helmkamp2009-09-201-3/+9
|
* Allow SQL strings to insert query. Insert should better return engine's result.Emilio Tagua2009-07-011-1/+0
|
* Return delete result instead Arel objectEmilio Tagua2009-06-021-2/+0
|
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-0/+3
| | | | | | Conflicts: lib/arel/engines/memory/relations.rb
* reorganized file structuresBryan Helmkamp2009-05-171-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 callBryan Helmkamp2009-05-171-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 Tagua2009-04-231-11/+11
| | | | connection
* reorganized file structureNick Kallen2008-05-191-0/+47