Archive for June, 2010
Using Bundler with rails 2.3.X

Bundler is optional for rails 2.3.X. However, it is not a bad idea to upgrade to bundler for several reasons:
- It is stable now and will solve your gem dependency conflicts better than rubygems require.
- You will be better prepared to migrate to rails3 when you are ready.
Instructions for using bundler with rails 2.3 will get you off to a good start. We use shoulda and mocha for our test suite. If you do too, you may run into an issue that Yehuda rightly blogged about here.
Read the rest of this entry »