aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/session.rb
Commit message (Expand)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
* reorganized file structuresBryan Helmkamp2009-05-171-2/+0
* reorganized callBryan Helmkamp2009-05-171-4/+4
* Use the engine not the engine.connection, the engine may not even respond to ...Emilio Tagua2009-04-231-11/+11
* reorganized file structureNick Kallen2008-05-191-0/+47