search for: m699a8fc5

Displaying 1 result from an estimated 1 matches for "m699a8fc5".

2010 Feb 04
1
Running scripts in rails
Hi there. I''ve got a Rails 2.2.2 app running with a monkey patch, (for enable/disable tls in actionmailer) this patch executes perfectly, but not in scripts in production ENV This is the monkey patch in environment.rb: http://pastebin.com/m699a8fc5 And this is the script that I''m running: http://pastebin.com/m4cdba602 the script is located in script directory, and I execute it like this: [./script/teste_email] development env [RAILS_ENV=production ./script/teste_email] production env In development env the scripts works fine, and...