Skip to content

Instantly share code, notes, and snippets.

View murny's full-sized avatar

murny

  • Canada
View GitHub Profile
@murny
murny / Gemfile
Created July 4, 2020 03:56 — forked from dhh/Gemfile
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers
@murny
murny / README.md
Last active April 5, 2020 08:56
How to add a Rich Text Area input to Simple Form for ActionText