Steak 1.0.0 beta released

0 views
Skip to first unread message

Luismi Cavallé

unread,
Sep 21, 2010, 5:57:26 PM9/21/10
to ste...@googlegroups.com
Hello everyone:

I just released the 1.0.0 beta version of Steak. Besides several bugs fixed, the most important change is that the same version of the gem works with rspec1/rails2 and rspec2/rails3. So there's no longer need to install different versions depending on whether you're in Rails 3 or not.

In order to make sure this works on any environment I'd appreciate your help testing it. All I'd need you to do is upgrading steak in your projects and report any issue you may find.

This is how you upgrade:

* In Rails 2, you might need to update your environment.rb:

config.gem 'steak', :version => '>= 1.0.0.beta.2', :lib => false

…and then run `[sudo] rake gems:install`


* In Rails 3, you'll need to update your Gemfile:

gem 'steak', '>= 1.0.0.beta.2'

…and the run `bundle install`


Cheers!

-- Luismi

Fernando Blat

unread,
Sep 22, 2010, 2:26:34 AM9/22/10
to ste...@googlegroups.com
It works for me. Great job!
--
Fernando Blat
http://fernando.blat.es
http://www.inwebwetrust.net

Fernando Espinosa

unread,
Sep 22, 2010, 3:24:06 AM9/22/10
to ste...@googlegroups.com
Works for me too :) Thanks for this new version!

Luismi Cavallé

unread,
Sep 22, 2010, 4:03:49 AM9/22/10
to ste...@googlegroups.com
Thanks for your answers, guys :) 

Could you specify which version of Rails and RSpec you've tested with?

-- Luismi

Fernando Espinosa

unread,
Sep 22, 2010, 4:10:21 AM9/22/10
to ste...@googlegroups.com
I'm using steak in a rspec2/rails3 (ree-1.8.7-2010.02 [ i386 ]) setup :)

Fernando Blat

unread,
Sep 22, 2010, 4:14:42 AM9/22/10
to ste...@googlegroups.com
rspec (2.0.0.beta.20)
Ruby 1.9.2 p0
Rails 3 stable

Jaime Iniesta

unread,
Sep 22, 2010, 5:34:09 AM9/22/10
to ste...@googlegroups.com
Works fine! Thanks!

Using rails (3.0.0)
Using rspec-core (2.0.0.beta.20)
Using rspec-expectations (2.0.0.beta.20)
Using rspec-mocks (2.0.0.beta.20)
Using rspec (2.0.0.beta.20)
Using rspec-rails (2.0.0.beta.20)
Installing steak (1.0.0.beta.2)
ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-darwin10.4.0]

Mark Mulder

unread,
Sep 22, 2010, 5:58:47 AM9/22/10
to Steak
Works like a charm with rspec 2.0.0.beta.22, ruby 1.9.2p0 and rails 3
stable!
Reply all
Reply to author
Forward
0 new messages