GitXplorerGitXplorer
i

merb_has_rails_plugins

public
7 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
f4e98331686deb2f2177c03a1c20fcd03b1bea26

Tweaked configuration options to closer reflect ivey's original defaults.

jjamesbebbington committed 17 years ago
Unverified
856d935f8c2f32a3c6915897f596441dfa774856

Fixed bad option in README.

jjamesbebbington committed 17 years ago
Unverified
c2fef250d876b71565b7929b3366f33bb1879efc

Extended plugin to provide configuration options. Converted to using Merb logger for output.

jjamesbebbington committed 17 years ago
Unverified
b89eba12105dac32e66570091d9fe05c9da4cb3d

gemspec

iivey committed 17 years ago
Unverified
ad282d8f2e0cfba7709535b975f944ebf2875217

mv up a level

iivey committed 17 years ago
Unverified
014409bb92ed004d4c0a36bf463e320e081cf518

rm merb_has_flash

iivey committed 17 years ago

README

The README file for this repository.

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