Displaying articles with tag

Using Ruby EE in development

Posted by joakimk, Tue May 19 08:43:00 UTC 2009

It’s common knowledge that using Ruby Enterprise Edition on your server is a good idea, but how many of us use it on our development boxes?

I recently started using Ruby EE in my development environment and it has decreased the time it takes to run my specs with about 20% as compared to Ruby 1.8.6.

0 comments | Filed Under: | Tags:

RSpec controller specs gotcha...

Posted by joakimk, Sun Jun 29 14:31:00 UTC 2008

Another little tip. If you’re using an IP-based check for access (for example an before_filter in application.rb), the controller specs will fail (silently) to do anything for the ‘get’, ‘put’, ‘update’, ... unless you include ‘0.0.0.0’ as a valid ip.

0 comments | Filed Under: | Tags: