Skip to content

Instantly share code, notes, and snippets.

View claytonzaugg's full-sized avatar

Clayton Zaugg claytonzaugg

  • The ZogDog Network, LLC
  • United States
View GitHub Profile
div.item-tile {
position: relative;
display: inline-block;
width: 100%;
max-width: 200px;
height: 210px;
margin: 7px;
border-radius: 4px;
}
@claytonzaugg
claytonzaugg / gist:772cf207cc30f4b71062
Created November 25, 2015 23:39
command line after running rails server
/Users/clayton/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'railties' (>= 0) among 14 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/Users/clayton/.rvm/gems/ruby-2.2.2@serenity:/Users/clayton/.rvm/gems/ruby-2.2.2@global', execute `gem env` for more information
from /Users/clayton/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
from /Users/clayton/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
from /usr/local/bin/rails:22:in `<main>'