public
Description: Deliver email to local db and have it send by sequel_sendmail later. Attempt at a clone of ar_mailer for merb + sequel.
Clone URL: git://github.com/bricooke/sequel_mailer.git
Search Repo:
remove hack debug puts :/
bricooke (author)
Sat Mar 15 18:50:52 -0700 2008
commit  d039d176883b1ef37c2ee94d2b3ab208587fe1b4
tree    bc20ac05b0eaa0c5211f1715775efffae55ba913
parent  3353510f91c5e30129bb0861ec420505a0fcb61b
...
321
322
323
324
 
325
326
327
328
329
330
331
...
321
322
323
 
324
325
326
327
 
328
329
330
0
@@ -321,11 +321,10 @@ end
0
 
0
     require "app" / "models" / "#{options[:TableName].underscore}.rb"
0
     
0
- puts "DOING THIS THANG"
0
+ # This connects us to the db, etc
0
     Merb.environment = options[:MerbEnv]
0
     Merb::Config.setup
0
     Merb.root = Merb::Config[:merb_root]
0
- puts "IN ENV = #{Merb.environment}"
0
     Merb::BootLoader.run
0
     
0
     if options.include? :Migrate then

Comments

    No one has commented yet.