RubyGems Navigation menu

multi_rails 0.0.3

MultiRails by Relevance, http://thinkrelevance.com Rob Sanheim - MultiRails lead == URLs: rubyforge: http://rubyforge.org/projects/multi-rails/ svn stable: http://robsanheim.googlecode.com/svn/tags/stable/multi_rails 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 == TODOs: * improve docs on how to override what files are required by multi_rails * maybe add ability to load plain Rails versions -- ie checked out copies not in RubyGems == NOTES: * (__For Rails apps only__) multi_rails will rename your vendor/rails directory to vendor/rails.off if it finds one within your rails app. We have to do this to make Rails fall back to RubyGems rails. Multi_rails will rename back to the correct vendor/rails when done testing, so it will not interrupt your app in normal use. * (__For Rails apps only__) multi_rails needs to add a line to top of your environment.rb to hook into -- see the instructions below for more details

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.4 - December 15, 2007* (15 KB)
  2. 0.0.3 - December 06, 2007* (13.5 KB)
  3. 0.0.2 - October 23, 2007* (10 KB)

Runtime Dependencies (1):

hoe >= 1.3.0

Owners:

Authors:

  • Relevance

SHA 256 checksum:

af278327b3c7d71acd2db33d6ebe7d84492cf04bd84f816dee09ac4288d58439

Total downloads 12,500

For this version 3,533

Licenses:

N/A

Required Ruby Version: > 0.0.0

Links: