Fosterite plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.devjavu.com/grokblok/rails/plugins/fosterite/
In addition, you'll also need to add a couple of global variables to the environment.rb file. Before the initializer call:
$APPLICATION_NAME = "[Insert your app's name]"
and in the initializer call:
$LOG_PATH = config.log_path
Fire you application up, and you should be able to access Fosterite at http://localhost:port/fosterite (or whatever you called your controller). Please note that you must give a model name for the generator to work, but the controller name will default to "fosterite". I'd highly recommend changing the controller name for security purposes.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago

