Shoulda support in RubyMine
June 30, 2009
Actually RubyMine provides some basic support for Shoulda framework. Take a look on following screenshot =)

RubyMine 1.1 and RubyMine 1.1.1 supports:
1. Running current Shoulda test file / folder with should test
2. Show results in nice GUI test runner.
Official JetBrains Git Plugin for TeamCity
June 30, 2009
Good news! Git plugin for TeamCity from JetBrains guys is available at http://www.jetbrains.net/confluence/display/TW/Git. This plugin is much better than 3rd party git plugin for TC. Git Plugin isn’t bundled in TeamCity 4.5, but it is easy to install it. See instructions and documentation at http://www.jetbrains.net/confluence/display/TW/Git
I’ve just setup RSpec tests on TeamCity 4.0.2 buildserver for my rails project that is located under GIT version control!
For Noobs: RESTful Rails Development
March 15, 2009
An article describes basic concepts of REST methodology and shows how it should be used in terms of Rails 12.
