ivey / merb_has_rails_plugins

Let Merb apps load Rails model plugins from plugins/ — Read more

This URL has Read+Write access

m7d (author)
Fri Jan 30 00:05:21 -0800 2009
ivey (committer)
Sun Feb 01 19:51:46 -0800 2009
name age message
file LICENSE Tue May 06 19:13:56 -0700 2008 mv up a level [ivey]
file README Mon Jun 30 11:19:49 -0700 2008 Update Rakefile to use gemspec, other cleanup o... [ivey]
file Rakefile Mon Jun 30 11:19:49 -0700 2008 Update Rakefile to use gemspec, other cleanup o... [ivey]
file TODO Mon Jun 30 11:19:49 -0700 2008 Update Rakefile to use gemspec, other cleanup o... [ivey]
directory lib/ Tue Nov 25 14:49:32 -0800 2008 ActiveSupport 2.2.2 requires namespace for Depe... [kashif]
file merb_has_rails_plugins.gemspec Loading commit data...
README
merb_has_rails_plugins
=================

A plugin for the Merb framework that provides autoloading of Rails
plugins from plugins/ dir.

Please send bug reports to Michael Ivey directly for the time being:
  ivey@gweezlebur.com or ivey on #merb

  
Configuration
=============

Merb::Plugins.config[:merb_has_rails_plugins]
 :rails_env    - Rails environment - probably want to leave this as the default: Merb.env
 :rails_root   - Path to your rails root (you may want to set this if your running a merb app within a rails app)
 :plugins_root - Path to your rails plugins directory. Defaults to Merb.root / 'plugins'
 :only         - Optional array of the subset of plugins you want to load i.e. ['acts_as_hasselhoff', 'foo_fu']


Contributors
============
Shay Arnett
James Bebbington