Articles tagged « Ruby on Rails »
Adding a staging environment to Rails
A staging environment is meant to track as closely as possible the production environment in order for your app to be entirely tested under the condition of production. Let’s dig into this.
Published on September 29, 2014 in Ruby on Rails.
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.