Actually RubyMine provides some basic support for Shoulda framework. Take a look on following screenshot =)

Shoulda in RubyMine 1.1

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.

Read the rest of this entry »

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!

teamcity_rspec_demo
Read the rest of this entry »

An article describes basic concepts of REST methodology and shows how it should be used in terms of Rails 12.

See http://www.b-simple.de/download/restful_rails_en.pdf.