Skip to content

Instantly share code, notes, and snippets.

View chubchenko's full-sized avatar
🇺🇦

Artem Chubchenko chubchenko

🇺🇦
View GitHub Profile
@chubchenko
chubchenko / main.rb
Last active July 19, 2022 10:47
Polymorphic associations do not support computing the class
begin
require 'bundler/inline'
rescue LoadError => e
$stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler'
raise e
end
gemfile(true) do
source 'https://rubygems.org'
gem 'rails', '7.0.3' # use correct rails version
@chubchenko
chubchenko / Gemfile
Created July 7, 2020 10:38 — 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