settingslogic

Rails: Making Settingslogic work with Cucumber

I can't seem to run Cucumber tests on views that include strings governed by Settingslogic. Scenario: Login as an existing user from homepage Given a user exists And I am on the home page can't convert nil into Hash (ActionView::TemplateError) On line #4 of app/views/home/index.html.haml 1: #greeting ...

Rails: Settingslogic accessible to users?

I have my app configured with Settingslogic, which I love. My question is how to I make a page on my Rails app where Administrators can make changes to the settings specified in config/settings.yml?? I assume said page would have to read and display appropriate form fields for all the values in the YAML file, then save those values back...