public
Description: All the extra stuff you could want for the Mack Framework.
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack-more.git
mack-[orm] needs to require mack-[orm]_tasks using its full path [#52 
state:resolved]
dsutedja (author)
Thu Jul 24 11:01:33 -0700 2008
commit  a403c8b686f8262de1dac15def4fb1f1f5cb22b5
tree    96cf1148cfb9784b51724b6660444f635ffb189a
parent  fff1c31065a706acea248482ae22daa5e1e0d9c9
...
24
25
26
27
28
 
29
...
24
25
26
 
27
28
29
0
@@ -24,4 +24,4 @@ ActiveRecord::Base.logger = Mack.logger
0
 
0
 Mack::Database.establish_connection(Mack.env)
0
 
0
-require 'mack-active_record_tasks'
0
\ No newline at end of file
0
+require File.join(fl, 'mack-active_record_tasks')
0
\ No newline at end of file
...
51
52
53
54
55
 
56
...
51
52
53
 
54
55
56
0
@@ -51,4 +51,4 @@ DataMapper.logger = DataMapper::Logger.new(StringIO.new, 0)
0
 
0
 Mack::Database.establish_connection(Mack.env)
0
 
0
-require 'mack-data_mapper_tasks'
0
\ No newline at end of file
0
+require File.join(fl, 'mack-data_mapper_tasks')
0
\ No newline at end of file

Comments