Articles tagged « Gems Party »
ActiveCleaner to clean your fields in your Rails models
Some time ago, I released a tiny gem that helps me to clean some user generated fields: ActiveCleaner.
Managing (private) settings with SettingsLogic
In a Ruby on Rails app, there are settings. Many settings. Some can vary from development to production. Some are private as they may be passwords, secret tokens…
This is how I deal with those, using the tiny lib SettingsLogic.
Published on November 14, 2012 in Gems Party and Ruby on Rails.