I’m working on porting our app. Do I need to upgrade rspec from 1.1.3?
If so which version.
BTW the installation doc at
http://rspec.info/documentation/rails/install.html seems to be stuck
in the pre-git days.
–
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
On Fri, May 16, 2008 at 5:41 PM, Rick DeNatale [email protected]
wrote:
I’m working on porting our app. Do I need to upgrade rspec from 1.1.3?
If so which version.
1.1.3 might work - we’re not systematically testing old version
against newer versions of Rails. If it doesn’t work, try the latest
code in Git.
BTW the installation doc at
http://rspec.info/documentation/rails/install.html seems to be stuck
in the pre-git days.
That’s because there hasn’t been a release since we were on subversion.
On Fri, May 16, 2008 at 4:19 PM, aslak hellesoy
[email protected] wrote:
On Fri, May 16, 2008 at 5:41 PM, Rick DeNatale [email protected] wrote:
BTW the installation doc at
http://rspec.info/documentation/rails/install.html seems to be stuck
in the pre-git days.
That’s because there hasn’t been a release since we were on subversion.
True enough, but it talks about getting the edge version as well as
releases.
–
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
On May 16, 2008, at 6:21 PM, “Rick DeNatale” [email protected]
wrote:
That’s because there hasn’t been a release since we were on
subversion.
True enough, but it talks about getting the edge version as well as
releases.
We maintain the website with source, so when we release 1.1.4 we’ll
update the website.