This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install ivey-merb_has_rails_plugins
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue May 06 19:13:56 -0700 2008 | [ivey] |
| |
README | Mon Jun 30 11:19:49 -0700 2008 | [ivey] |
| |
Rakefile | Mon Jun 30 11:19:49 -0700 2008 | [ivey] |
| |
TODO | Mon Jun 30 11:19:49 -0700 2008 | [ivey] |
| |
lib/ | Mon Jun 30 10:17:08 -0700 2008 | [fractious] |
| |
merb_has_rails_plugins.gemspec | Wed Jul 02 20:23:16 -0700 2008 | [startrader] |
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




