Published onJanuary 5, 2015Multiple language sites in Refinery CMS with i18nRefinery CMSRuby On RailsMake your Refinery CMS site multilingual using the refinerycms-i18n gem.
Published onJanuary 3, 2015Custom HTML5 Validation Error Messages with Civem.jsGeneralHTML5 allows us to implement client-side form validation without coding. Learn how to customize the error messages with Civem.js.
Published onJuly 27, 2014Deploying Ruby On Rails Application To Cloud Application Platform - OpenshiftRuby On RailsDeploymentOpenshiftOpenShift is a Platform as a Service (PaaS) from RedHat. Learn how to deploy a Rails application to OpenShift gears.
Published onApril 30, 2014In Page Editing In 'Active Admin' - Using Gem 'Best In Place'Ruby On RailsActiveAdminAdd in-place editing to ActiveAdmin pages using the Best In Place gem for a seamless user experience.
Published onMarch 16, 2014Nested forms for belongs_to relationship - ActiveAdminRuby On RailsActiveAdminImplement nested forms for belongs_to relationships in ActiveAdmin using accepts_nested_attributes_for.