Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posted
6 December 2007 @ 7pm

Tagged
MultiRails, Open Source, Rails, Ruby, Software

Discuss

MultiRails 0.0.3 released

MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep.

rubyforge: http://rubyforge.org/projects/multi-rails/
rdocs: http://multi-rails.rubyforge.org/
svn stable: http://robsanheim.googlecode.com/svn/tags/stable/multi_rails (gem is released from here)
svn trunk: http://robsanheim.googlecode.com/svn/trunk/multi_rails
mailing list: http://groups.google.com/group/multi_rails

Description

MultiRails allows easy testing against multiple versions of Rails for your Rails specific gem or plugin. IT also has tentative support testing Rails applications against multiple versions of Rails.

Use MultiRails to hook in Rails 2.0 testing in your continuous integration. Still working on Rails 2.0 support? Use MultiRails to see where your test suite falls down against the 2.0 preview releases of Rails.

MultiRails was initially developed by members of Relevance while developing Streamlined against edge Rails. To see how Streamlined uses MultiRails, go to http://trac.streamlinedframework.org.

Features

* easily test plugins/extensions using a require from your test_helper.rb and a require in your RakeFile
* rake tasks to test against a specified version of Rails, the latest version, or all versions
* tentative support for testing plain Rails apps against multiple versions of Rails
* Uses rubygems for version management of Rails

For the full docs see the readme.


No Comments Yet


There are no comments yet. You could be the first!

Leave a Comment

Minor Gotcha with ActiveRecord query methods Fixing Textmate Test Issues - `blank_slate_method_added’: stack level too deep (SystemStackError)