Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

ivey/merb_has_rails_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Let Merb apps load Rails model plugins from plugins/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages