Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description
Description ApplicationConfiguration ------------------------ Simple means of configuring your application by placing an **application.yml** file into the _/config_ folder, which is then parsed into a **`Config`** object. It's basically Dmitro Shteflyuk's idea of using **Ostruct**, packaged into a plugin; see [http://kpumuk.info/ruby-on-rails/flexible-application-configuration-in-ruby-on-rails/](http://kpumuk.info/ruby-on-rails/flexible-application-configuration-in-ruby-on-rails/) for details. Anything declared in _application.yml_ YAML file is available in your application, which is very convenient when you want to give access to configuration to colleagues not familiar with Ruby. 1. In RAILS_ROOT/config/application.yml: `website_name: Rubyists Anonymous` 2. In your application (try in `script/console`): `puts Config.website_name` 3. In your views: `<%= Config.website_name =>` Plugin automatically places an example _application.yml_ into your _/config_ folder and provides Rake tasks for installing an uninstalling. Basic set of unit tests is provided. Install: `script/plugin install http://flake-cms.googlecode.com/svn/plugins/application_configuration/`
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions