1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Carl Lerche
9e3450dd83 Get the specs to start when an AR connection is not present. 2010-03-11 15:52:01 -08:00
Emilio Tagua
939b31da14 Release v0.3.1 2010-03-10 19:08:30 -03:00
Emilio Tagua
54359f00b1 Release v0.3.0 2010-03-10 18:51:01 -03:00
Bryan Helmkamp
7caf242cf4 Release v0.2.1 2010-02-05 12:19:55 -05:00
Bryan Helmkamp
7ba3758665 Release v0.2.0 2010-01-31 21:27:16 -05:00
Pratik Naik
26a0fefc6d Dont require activerecord 2010-01-09 03:43:17 +05:30
Bryan Helmkamp
627bce9740 This is 0.2.pre now 2009-11-10 15:04:24 -05:00
Bryan Helmkamp
efc167dc07 Dropping Jeweler in favor of some simple Thor tasks (for Gemcutter) 2009-10-27 20:17:21 -04:00
Bryan Helmkamp
836a57732c Autoload Arel::Session 2009-09-30 23:21:42 -04:00
Bryan Helmkamp
d343fdd8f8 When Arel is loaded the $LOAD_PATH should already be set properly, so don't modify it 2009-09-20 12:08:36 -04:00
Emilio Tagua
8852db7087 Cherry pick AS extensions. 2009-09-14 17:36:41 -03:00
Jeremy Kemper
a727cef713 Remove explicit rubygems require. Use Active Support provided by Active Record. Add self to load path after requiring Active Record. 2009-09-14 03:12:54 -07:00
Jeremy Kemper
32af162414 Require active_support and active_record by name in LOAD_PATH instead of gem name (deprecated) 2009-09-14 03:11:39 -07:00
Emilio Tagua
c9bbea6115 Merge commit 'brynary/master'
Conflicts:

	lib/arel.rb
	lib/arel/session.rb
2009-05-26 12:41:52 -03:00
Emilio Tagua
ae1e0ac5e9 Removed lib to avoid any conflict in merge 2009-05-26 12:12:19 -03:00
Emilio Tagua
b522778a61 Require active_support/core_ext since ActiveRecord don't require it any more 2009-05-18 19:59:47 -03:00
Bryan Helmkamp
7032a50297 reorganized file structures
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
2009-05-17 14:31:04 -04:00
Bryan Helmkamp
bdca9ed42f moved sql related code to its own engine area
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
2009-05-17 14:24:06 -04:00
Emilio Tagua
b29268d5b6 Moved require to initializer 2009-04-23 11:52:48 -03:00
Nick Kallen
78b5b57837 some convenience methods 2008-05-19 17:55:49 -07:00
Nick Kallen
e8966bf9a8 reorganized file structure 2008-05-19 14:08:42 -07:00
Nick Kallen
d51139751e officially renamed active_relation to arel 2008-04-18 12:59:29 -07:00