Skip to content

Instantly share code, notes, and snippets.

View kleinjm's full-sized avatar

James Klein kleinjm

View GitHub Profile
@kleinjm
kleinjm / activerecord.yml
Last active February 15, 2018 11:35
ActiveRecord locales (.yml) for Mongoid attribute validations
# config/locales/activerecord.yml
# Custom error messages for ActiveRecord and Mongoid Document validations.
#
# For a full list of validation options, see:
# http://guides.rubyonrails.org/i18n.html#translations-for-active-record-models
en:
activerecord:
errors:
models:
@nathancolgate
nathancolgate / Gemfile
Last active January 31, 2023 01:44
How I built a rails interface on top of the amazing IceCube ruby gem. Video of final product: http://youtu.be/F6t-USuWPag
# Add these two gems
gem 'ice_cube', '0.9.3'
gem 'squeel', '1.0.16'