GlobalOptions
This project rocks and uses MIT-LICENSE.
Install
Bundle it in your Gemfile:
gem 'global_options'
Run migrations through plugin_migrator:
bundle exec rake plugin_migrator:migrate
Usage
Set options
GlobalOptions::GlobalOption.set("my_option", "my_value")
Get options
GlobalOptions::GlobalOption.get("my_option") #=> "my_value"