Skip to content

Instantly share code, notes, and snippets.

View sabcio's full-sized avatar

Sebastian Wojtczak sabcio

View GitHub Profile
@sabcio
sabcio / gist:4493871
Last active December 10, 2015 21:18
Load error when working with ActiveSupport::Concern
# app/models/something.rb
class Something < ActiveRecord::Base
...
end
# app/models/example.rb
class Example < ActiveRecord::Base
include Something # (I get the error here)
...
@sabcio
sabcio / after_restart
Created April 11, 2012 15:07
After restart hook - Shelly Cloud
mkdir -p disk/assets
mkdir -p disk/system
ln -s ../disk/assets public/assets
ln -s ../disk/system public/system