[rspec-users] RSpec-2.0.0 is released!

4 views
Skip to first unread message

David Chelimsky

unread,
Oct 10, 2010, 6:57:34 PM10/10/10
to rspec-users, rubyonra...@googlegroups.com, ruby-talk ML
## RSpec-2.0.0 has been released!

This marks the end of a year-long effort that improves RSpec in a number of ways, including modularity, cleaner code, and much better integration with Rails-3 than was possible before (see http://blog.davidchelimsky.net/2010/01/25/rspec-20-in-the-works/).

### Docs, with a little bit of relish

In addition to the documentation available at all the places (see http://blog.davidchelimsky.net/2010/07/01/rspec-2-documentation/), we've also got all of the Cucumber features posted to Justin Ko's new Cucumber presentation app, relish.

http://relishapp.com/rspec

We'll also have the RDoc up on http://rdoc.info in a day or so.

### Thanks!

Big thanks to 80+ contributors who submitted patches for RSpec-2.0.0, including [1]:

Aan, Adam Walters, Akira Matsuda, Alex Crichton, Anderson Dias, Andre Arko, Andreas Neuhaus, Ashley Moran, Ben Armston, Ben Rady, Brasten Sager, Brian J Reath, Carlhuda, Chad Humphries, Charles Lowell, Chris Redinger, Chuck Remes, Corey Ehmke, Corey Haines, Dan Peterson, Dave Newman, David Genord II, David S. Kang, Ethan Gunderson, Gonçalo Silva, Greg Sterndale, Hans de Graaff, Iain Hecker, Jacques Crocker, Jean-Daniel Guyot, Jeff Ramnani, Jim Breen, Johan Kiviniemi, Josep Mª Bach, Josh Graham, Joshua Nichols, Kabari Hendrick, Kristian M, Lailson B, Len Smith, Leonardo Bessa, Les Hill, Luis Lavena, Marcin Kulik, Markus Schirp, Matt Remsik, Matt Yoho, Matthew Todd, Michael Niessner, Mike Gehard, Myron Marston, Nate Jackson, Neeraj Singh, Nestor Ovroy, Nick Ang, Nicolas Braem, Paul Rosania, Phil Smith, Postmodern, Prasad, Rob Sanheim, Roman Chernyatchik, Ryan Bigg, Ryan Briones, Sam Pohlenz, Scott Taylor, Shin-ichiro OGAWA, Thibaud Guillaume-Gentil, Tim Connor, Tim Harper, Tom Stuart, Vít Ondruch, Wincent Colaiuta, aslakhellesoy, eira, garren smith, grosser, hasimo, justinko, rup, speedmax, wycats

Extra special thanks go to:

* Chad Humphries for contributing his Micronaut gem which is the basis for rspec-core-2
* Yehuda Katz, Carl Lerche, and José Valim, for their assistance with getting rspec-rails-2 to take advantage of new APIs in Rails-3, and for shepherding patches to Rails that made it far simpler for testing extensions like rspec-rails to hook into Rails' testing infrastructure. Their work here has significantly reduced the risk that Rails point-releases will break rspec-rails.
* Myron Marston for a wealth of thoughtful contributions including Cucumber features that we can all learn from
* Justin Ko for his direct contributions to rspec, and for relish (http://relishapp.com/), which makes executable documentation act more like documentation.

### What's next?

#### rspec-rails-2 for rails-2

There are a couple of projects floating around that support rspec-2 and rails-2. I haven't had the chance to review any of these myself, but my hope is that we'll have be an official rspec-2 for rails-2 gem in the coming months.

#### rspec-1 maintenance

rspec-1 will continue to get maintenance releases, but these will be restricted, primarily, to bug fixes. Any new features will go into rspec-2, and will likely not be back-ported.

[1] Contributor names were generated from the git commit logs.
_______________________________________________
rspec-users mailing list
rspec...@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Sarah Gray

unread,
Oct 10, 2010, 7:36:15 PM10/10/10
to rspec-users

James Martin

unread,
Oct 11, 2010, 3:03:50 AM10/11/10
to rspec-users
Congrats on reaching this milestone and many thanks to all who
contributed. Your efforts are much appreciated! RSpec2 is a massive
improvement over 1 and I'm really enjoying using it.

Thanks,
James.

aslak hellesoy

unread,
Oct 11, 2010, 11:14:29 AM10/11/10
to rspec-users
## RSpec-2.0.0 has been released!


David, I'm so impressed how you have managed to manage a half-rewrite, updating the RSpec book (which now soon goes to print) and coordinating everything with Rails and the 80+ contributors. The upgrade process has been extremely simple for me taken into account all of the great changes that have gone into the release.

The end result is shining, and the Cucumber-based Relish docs are absolutely stunning - thanks especially to Justin, Myron and Matt.

Good job!

Aslak

Joseph Wilk

unread,
Oct 11, 2010, 11:55:54 AM10/11/10
to rspec...@rubyforge.org
On 11/10/2010 16:14, aslak hellesoy wrote:

## RSpec-2.0.0 has been released!


David, I'm so impressed how you have managed to manage a half-rewrite, updating the RSpec book (which now soon goes to print) and coordinating everything with Rails and the 80+ contributors. The upgrade process has been extremely simple for me taken into account all of the great changes that have gone into the release.

The end result is shining, and the Cucumber-based Relish docs are absolutely stunning - thanks especially to Justin, Myron and Matt.

Good job!

Here, Here!
Thanks David and everyone that put blood, sweat and tears into Rspec 2.0.

Much appreciated.
--
Joseph Wilk
http://blog.josephwilk.net
http://www.songkick.com
+44 (0)7812 816431 

Justin Ko

unread,
Oct 11, 2010, 12:13:14 PM10/11/10
to rspec...@rubyforge.org

On Oct 11, 11:14 am, aslak hellesoy <aslak.helle...@gmail.com> wrote:
> > ## RSpec-2.0.0 has been released!
>
> David, I'm so impressed how you have managed to manage a half-rewrite,
> updating the RSpec book (which now soon goes to print) and coordinating
> everything with Rails and the 80+ contributors. The upgrade process has been
> extremely simple for me taken into account all of the great changes that
> have gone into the release.
>
> The end result is shining, and the Cucumber-based Relish docs are absolutely
> stunning - thanks especially to Justin, Myron and Matt.
>
> Good job!
>
> Aslak
>
>
>
> > This marks the end of a year-long effort that improves RSpec in a number of
> > ways, including modularity, cleaner code, and much better integration with
> > Rails-3 than was possible before (see
> >http://blog.davidchelimsky.net/2010/01/25/rspec-20-in-the-works/).
>
> > ### Docs, with a little bit of relish
>
> > In addition to the documentation available at all the places (see
> >http://blog.davidchelimsky.net/2010/07/01/rspec-2-documentation/), we've
> > also got all of the Cucumber features posted to Justin Ko's new Cucumber
> > presentation app, relish.
>
> >  http://relishapp.com/rspec
>

> > We'll also have the RDoc up onhttp://rdoc.infoin a day or so.

> > rspec-us...@rubyforge.org


> >http://rubyforge.org/mailman/listinfo/rspec-users
>
> _______________________________________________
> rspec-users mailing list

> rspec-us...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users

Thank you for the kind words Aslak! Obviously, Relish could not have
been built if it weren't for Cucumber's amazing internal functionality/
api. It made things extremely easy for Relish.

David's level of productive output really does boggle my mind. The
Ruby community is extremely lucky to have him.

Thank you everyone for RSpec 2!

Dan North

unread,
Oct 11, 2010, 5:06:56 PM10/11/10
to rspec-users
What Aslak said. A lot.

Good job indeed.

Cheers,
Dan

Lailson Bandeira

unread,
Oct 12, 2010, 8:41:52 AM10/12/10
to rspec-users
David's level of productive output really does boggle my mind. The
Ruby community is extremely lucky to have him. [2] =D

Great job, David!
--
LAILSON BANDEIRA
http://lailsonbandeira.com/

Rick DeNatale

unread,
Oct 12, 2010, 9:06:43 AM10/12/10
to rspec-users
On Tue, Oct 12, 2010 at 8:41 AM, Lailson Bandeira <lail...@gmail.com> wrote:
> David's level of productive output really does boggle my mind. The
> Ruby community is extremely lucky to have him. [2] =D
> Great job, David!

Let's hope that David is rested and ready to do some more jamming at
Ruby Conf next month.
http://www.youtube.com/v/kEaB-Di89S8

--
Rick DeNatale

Help fund my talk at Ruby Conf 2010:http://pledgie.com/campaigns/13677
Blog: http://talklikeaduck.denhaven2.com/
Github: http://github.com/rubyredrick
Twitter: @RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale

Reply all
Reply to author
Forward
0 new messages