Fosterite plugin

Plugin details

This plugin is a generator that will allow you to do some very "crude" administering of your application from a web interface. Install the plugin, generate a model and controller, and hook it up to your already rock solid authentication system and you're ready to rock. See instructions below for the full install.

Websitehttp://www.grokblok.com/2007/4/3/fosterite Repositoryhttp://svn.devjavu.com/grokblok/rails/plugins/fosterite/ Author Josh Schairbaum Tags Admin LicenseMIT

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 documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago