aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rake is a better build tool than Thor. Move the gem building and releasing ↵Carl Lerche2010-03-231-2/+2
| | | | tasks to the Rakefile.
* Get the specs to start when an AR connection is not present.Carl Lerche2010-03-111-1/+2
|
* Release v0.3.1Emilio Tagua2010-03-101-1/+1
|
* Release v0.3.0Emilio Tagua2010-03-101-2/+2
|
* Release v0.2.1Bryan Helmkamp2010-02-051-1/+1
|
* Release v0.2.0Bryan Helmkamp2010-01-311-1/+1
|
* Dont require activerecordPratik Naik2010-01-091-3/+0
|
* This is 0.2.pre nowBryan Helmkamp2009-11-101-1/+1
|
* Dropping Jeweler in favor of some simple Thor tasks (for Gemcutter)Bryan Helmkamp2009-10-271-0/+2
|
* Autoload Arel::SessionBryan Helmkamp2009-09-301-3/+5
|
* When Arel is loaded the $LOAD_PATH should already be set properly, so don't ↵Bryan Helmkamp2009-09-201-1/+0
| | | | modify it
* Cherry pick AS extensions.Emilio Tagua2009-09-141-0/+4
|
* Remove explicit rubygems require. Use Active Support provided by Active ↵Jeremy Kemper2009-09-141-7/+1
| | | | Record. Add self to load path after requiring Active Record.
* Require active_support and active_record by name in LOAD_PATH instead of gem ↵Jeremy Kemper2009-09-141-2/+2
| | | | name (deprecated)
* Merge commit 'brynary/master'Emilio Tagua2009-05-261-0/+13
|\ | | | | | | | | | | | | Conflicts: lib/arel.rb lib/arel/session.rb
| * reorganized file structuresBryan Helmkamp2009-05-171-5/+1
| | | | | | | | | | | | | | | | | | | | 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
| * moved sql related code to its own engine areaBryan Helmkamp2009-05-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/arel/engine.rb lib/arel/extensions/object.rb lib/arel/predicates.rb lib/arel/primitives/attribute.rb lib/arel/primitives/expression.rb lib/arel/primitives/value.rb lib/arel/relations/operations/join.rb lib/arel/relations/relation.rb lib/arel/relations/utilities/externalization.rb lib/arel/relations/utilities/nil.rb lib/arel/relations/writes/delete.rb lib/arel/relations/writes/insert.rb lib/arel/relations/writes/update.rb spec/arel/unit/relations/skip_spec.rb spec/arel/unit/relations/take_spec.rb spec/spec_helper.rb
* | Removed lib to avoid any conflict in mergeEmilio Tagua2009-05-261-16/+0
| |
* | Require active_support/core_ext since ActiveRecord don't require it any moreEmilio Tagua2009-05-181-1/+2
|/
* Moved require to initializerEmilio Tagua2009-04-231-1/+2
|
* some convenience methodsNick Kallen2008-05-191-0/+1
|
* reorganized file structureNick Kallen2008-05-191-1/+2
|
* officially renamed active_relation to arelNick Kallen2008-04-181-0/+12