settingslogic icon indicating copy to clipboard operation
settingslogic copied to clipboard

A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.

Results 46 settingslogic issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for awesome gem 👍

Hey there, Just wanted to ping you, that there is no license in the rubygem version of your gem. It would be super cool to add it, as it pings...

I'm using the [settingslogic](https://github.com/binarylogic/settingslogic) gem in my Rails app (Ruby 2.0.0p247 / Rails 3.2.13). I can dynamically change a setting when it is not nested e.g. ``` #config/settings.yml defaults:&defaults mysetting:...

This PR adds the ability to create a settings class with a nested namespace, so the "base hash" can be fetched from inside some yaml key. ``` ruby # /some/file/here.yml...

Has this gem been abandoned? From the increase in pull requests and lack of merging I'm assuming so. But I'm still happily using SettingsLogic in my projects. :) I'm curious...

Immediately after updating the YML file I call upon the reload! function to make sure the variable I use to read the YML file values are also updated. But the...

- Ported tests to support RSpec 3 syntax - Updated Gemfile.lock

Making the file uneditable, including getting git errors saying "unable to unlink (bad file descriptor)" ![image](https://cloud.githubusercontent.com/assets/49692/5327432/3303881c-7d4e-11e4-953c-ccef1e8570fa.png) As soon as I shut down the rails server, the file is not locked...