Panasonic Youth

MultiRails 0.0.3 released

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

rubyforge: https://rubyforge.org/projects/multi-rails/ rdocs: https://multi-rails.rubyforge.org/ svn stable: https://robsanheim.googlecode.com/svn/tags/stable/multi_rails (gem is released from here) svn trunk: https://robsanheim.googlecode.com/svn/trunk/multi_rails mailing list: https://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 https://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.