Running the tests, 1 failure. Doesn’t look like a failure to me Investigating… 1) Failure: test_new_articles(AnnounceArticleFunctionalTest) [test/functional/announce_article_test.rb:74:in `test_new_articles' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']: <Wed, 21 May 2008 15:12:50 +0000> expected but was <Wed, 21 May 2008 15:12:50 +0000>.
Category > Software development
No nonsense GIT, part 1: git-remote-branch
We’re just starting to use GIT at Defensio and although there are plenty of great resources like the Peepcode video and Jean-François Couture’s blog, the learning curve (from SVN) can be a little rough. The problem is that GIT is very powerful, and probably too powerful for a small shop like ours. This unfortunately leads [...]
How to fix that Rubygems mess on Leopard
I love Leopard and I love my Mac. I think Apple made the right decision by bundling Ruby and Rails with Leopard. However, I believe they screwed up big time in the execution. Leopard’s Rails installation worked great until I updated Rubygems with sudo gem update –system. After I did that, most of my gems [...]

