Re: [Rails] Getting rspec error: Net::SMTPServerBusy: Relay access denied

2013-06-22 Thread Tamara Temple
Tyler Warnock tyler.warn...@gmail.com wrote: I'm trying to test registration emails (sent with devise), and I keep getting the error: Net::SMTPServerBusy: 454 4.7.1 model_s...@example.com: Relay access denied I'm running Rails 3.2.11 with Capybara, and I have (temporarily) chopped my

[Rails] Getting rspec error: Net::SMTPServerBusy: Relay access denied

2013-06-18 Thread Tyler Warnock
I'm trying to test registration emails (sent with devise), and I keep getting the error: Net::SMTPServerBusy: 454 4.7.1 model_s...@example.com: Relay access denied I'm running Rails 3.2.11 with Capybara, and I have (temporarily) chopped my spec_helper.rb and test.rb files down to the bare

[Rails] Getting an error while running rake command on a rails 2 project with postgres and postgis

2012-02-17 Thread aditya dsouza
Hi All, I am runnning a rails 2 project with the following gems, georuby, spatial_adapter. And Postgres db as backend. But I am facing this error. I tired installing postgis also but still get this. Any ideas what i should try. This is a rails 2.3 project ,so is it some version requirements i am

[Rails] Getting specific error info from Cucumber?

2010-09-15 Thread David Kahn
Hi all I have just gotten started with Cucumber and excited about it. But am hitting a problem where I have scenarios failing but the output seems almost useless - all it does is tell me which scenarios failed but not where in the scenario it failed. How does one go about figuring out where

[Rails] Getting an error while running activerecord test suite

2010-05-01 Thread Neeraj Singh
I downloaded the rails edge cd activerecord rake test_mysql I am getting an exception at line 165 block. http://github.com/rails/rails/blob/master/activerecord/test/cases/validations/uniqueness_validation_test.rb#L165 Line 169 (

[Rails] Getting this error

2009-08-31 Thread Hunt Hunt
HI friends, After updating ruby 1.8 to ruby1.9.1... on firing script/server to start a server, I am getting the following errror. /home/HUNT/WEBlog/config/boot.rb:86:in `load_rubygems': undefined method `=' for nil:NilClass (NoMethodError) from /home/HUNT/WEBlog/config/boot.rb:52:in