Skip to content

Instantly share code, notes, and snippets.

View coopermayne's full-sized avatar

Cooper Mayne coopermayne

View GitHub Profile
@coopermayne
coopermayne / eruby.snippets
Created October 23, 2013 02:47
eruby snippets
# Some useful Unicode entities
# Non-Breaking Space
snippet nbs
 
# ←
snippet left
←
# →
snippet right
→
gem_group :development, :test do
gem 'pry-rails' # Causes rails console to open pry
# https://github.com/rweng/pry-rails
gem 'pry-debugger' # Adds step, next, finish, and continue commands and breakpoints
# https://github.com/nixme/pry-debugger
gem 'pry-stack_explorer' # Navigate the call-stack
# https://github.com/pry/pry-stack_explorer
gem 'annotate' # Annotate all your models, tests, fixtures, and factories
# https://github.com/ctran/annotate_models
gem 'quiet_assets' # Turns off the Rails asset pipeline log
@coopermayne
coopermayne / something.rb
Created October 1, 2013 16:28
seomthing else
def write_in_ruby
end
@coopermayne
coopermayne / gist:6781210
Created October 1, 2013 16:27
this iss a test for my curl app
test