If you install Ruby from MacPorts (all the cool kids do), be aware that the first 1.8.7 port had some issues that basically broke performance, making it run three times slower than normal. Verify that you have the 1.8.7-p72_2 version active, and not
Announcing version 0.0.5 of Tarantula.
Tarantula is a big fuzzy spider. It crawls your Rails application, fuzzing data to see what breaks. It can verify HTML validation across all your pages, ensure you don’t have 404s, and pretty much anyth
The other day I was having issues trying to scp/rsync data, with no real error message to try and debug things. Turns out that any output produced by your startup scripts will break rsync/scp hard. I had some simple ‘echo’ statements pr
I knew git was fast, and I even knew it was faster then a lot of plain linux local file operations. Still, this still blew me away:
rsanheim@ares:~/src/personal/oss $ du -hd 0 insoshi/
26M insoshi/
rsanheim@ares:~/src/personal/o
Think fast! Where's the bug?
named_scope :active, :conditions => ["activated_at <= ?", DateTime.now.utc.to_s(:db)]
Looks fine, right? Maybe you've hit this already, and you see it immediately.
The symptoms are that th
Think fast! Where's the bug?
named_scope :active, :conditions => ["activated_at <= ?", DateTime.now.utc.to_s(:db)]
Looks fine, right? Maybe you've hit this already, and you see it immediately.
The symptoms are that the
Some thoughts and random notes on testing Bj within a Rails integration test (or spec).
You have to turn transactions off for the scope of the test, or suffer very confusing issues, since Bj itself wraps the job submittal within a transaction. The
Some thoughts and random notes on testing Bj within a Rails integration test (or spec).
You have to turn transactions off for the scope of the test, or suffer very confusing issues, since Bj itself wraps the job submittal within a transaction. The
Some long overdue releases of cap_gun and log_buddy - both have been updated to version 0.0.5. Both are now available as gems on github.com/relevance as well as from rubyforge.
CapGun gives you super simple deployment notifications from Capistrano.
Some long overdue releases of cap_gun and log_buddy - both have been updated to version 0.0.5. Both are now available as gems on github.com/relevance as well as from rubyforge.
CapGun gives you super simple deployment notifications from Capistrano.
Posted: Jul. 6, 2008 01:35 AM
About AJAX & RIA Journal
AJAXWorld Magazine covers the latest in AJAX design and development techniques with a focus on AJAX design patterns, developer and end-user product reviews.