rspec-rails-2.6.1 is released! »
Created at: 26.05.2011 05:24, source: David Chelimsky, tagged: rspec rails
This is a bug fix release that is compatible with the rails-3.0.0 to 3.0.7, 3.0.8.rc1, and 3.1.0.rc1 (it is mostly, but not fully compatible with but not rails-3.1.0.beta1).
rspec-rails-2.6.1 / 2011-05-25
- Bug fixes
- fix controller specs with anonymous controllers with around filters
- exclude spec directory from rcov metrics (Rodrigo Navarro)
- guard against calling prerequisites on nil default rake task (Jack Dempsey)
more »
rspec-core-2.6.3 is released! »
Created at: 24.05.2011 16:17, source: David Chelimsky, tagged: rspec
This is a bug fix release that should install correctly regardless of which version of rubygems you are running.
rspec-core-2.6.3 / 2011-05-24
- Bug fixes
- Explicitly convert exit code to integer, avoiding TypeError when return
value of run is IO object proxied by
DRb::DRbObject(Julian Scheid) - Clarify behavior of
--examplecommand line option - Build using a rubygems-1.6.2 to avoid downstream yaml parsing error
- Explicitly convert exit code to integer, avoiding TypeError when return
value of run is IO object proxied by
more »
rspec-rails-2.6.1.beta1 is released! »
Created at: 22.05.2011 09:08, source: David Chelimsky, tagged: rspec rails
This is a beta release intended to provide something that works with
rails-3.1.0.rc1. It is not compatible with rails-3.1.0.beta1 or
rake-0.9.0 (make sure you specify rake-0.8.7 in your Gemfile), but it is
compatible with every other release of rails from 3.0.0 through
3.1.0.rc1.
rspec-rails-2.6.1.beta1 / 2011-05-22
This release is compatible with rails-3.1.0.rc1, but not rails-3.1.0.beta1
- Bug fixes
- fix controller specs with anonymous controllers with around filters
- exclude spec directory from rcov metrics
- guard against calling prerequisites on nil default rake task (Jack Dempsey)
more »
rspec-core-2.6.1 is released! »
Created at: 19.05.2011 18:31, source: David Chelimsky, tagged: rspec
This is a bug fix release, restoring integration with with rcov.
- Bug fixes
- Don’t extend nil when filters are nil
require 'rspec/autorun'when running rcov.
more »
Double Shot #613 »
Created at: 28.12.2009 15:12, source: A Fresh Cup, tagged: Double Shot blueprints css formtastic holidays javascript mysql PostgreSQL rspec ruby
Last week of the year. This one can't end soon enough for me.
- Blueprints 0.4.0 - Another replacement for factories and fixtures with some nice syntactic sugar.
- Ruby 1.8.7-p248 released - Can't really tell how significant this is because reading Ruby's own changelogs is a mystery to me.
- holidays - Gem to extend the Ruby date class to make it holiday aware. Works well, once you figure out you have to require the individual holiday support for whatever region you're interested in.
- CoffeeScript - Rubyish language that compiles down to JavaScript.
- RMSforms - CSS styling framework especially for forms.
- formtastic-sass - Sass mixins to style formtastic forms. If only I liked sass.
- MySQL and Postgres command equivalents (mysql vs psql) - Handy if you switch back and forth.
- email-spec - Matchers and steps for testing email with RSpec and Cucumber.
- rspec-integration - A mind meld between regular Rails integration tests and RSpec. So far I like this much better than Cucumber.
more »
