GitXplorerGitXplorer
i

merb_has_rails_plugins

public
7 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
ab24eb8f36d6956ab9ab0a55079b2d55a2151db6

Update version.

committed 16 years ago
Unverified
444ddc16321b968cb92096d2945e44c32662b8b1

Added ActiveSupport reference to Dependencies class.

committed 16 years ago
Unverified
d5c381efa27f90f217b39a4ce06836f18b9196ba

Depend only on merb-core

committed 17 years ago
Unverified
5acae6be9d16065113d1ee07d1ef48388d863d19

Update Rakefile to use gemspec, other cleanup of docs/build. No code changes.

iivey committed 17 years ago
Unverified
58e124415f2bcce40e967e714aea346d75e89ff2

Updated rake Gem::Specification to match manual changes to gemspec made in previous commit.

jjamesbebbington committed 17 years ago
Unverified
ced2a4363967e989d9a2b92a5d1bf65842426a24

Bumped gemspec to version 0.1.1.

jjamesbebbington 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