Skip to content

Instantly share code, notes, and snippets.

View matthewbarram's full-sized avatar

Matthew Barram matthewbarram

View GitHub Profile
@matthewbarram
matthewbarram / Gemfile
Created August 10, 2016 04:55 — forked from lucascaton/Gemfile
Car Sales checker (Ruby script)
source 'https://rubygems.org'
gem 'mechanize'
gem 'pry'
source 'https://rubygems.org'
gem 'mechanize'
gem 'pry'

Keybase proof

I hereby claim:

  • I am matthewbarram on github.
  • I am matthewbarram (https://keybase.io/matthewbarram) on keybase.
  • I have a public key whose fingerprint is 40D8 BCC9 B700 9C45 FCBA E641 7566 DBB7 7254 ADF3

To claim this, I am signing this object:

➜ myflix git:(carrierwave_setup) ✗ rspec
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
...............................2014-04-26T11:52:55Z 29008 TID-ovtc18gk4 INFO: Sidekiq client with redis options {}
.................................................................................................................................................
Finished in 11.95 seconds
176 examples, 0 failures
Randomized with seed 21034
@matthewbarram
matthewbarram / gist:9967310
Created April 4, 2014 03:08
Welcome Rails Message
-== Welcome to Rails
-
-Rails is a web-application framework that includes everything needed to create
-database-backed web applications according to the Model-View-Control pattern.
-
-This pattern splits the view (also called the presentation) into "dumb"
-templates that are primarily responsible for inserting pre-built data in between
-HTML tags. The model contains the "smart" domain objects (such as Account,
-Product, Person, Post) that holds all the business logic and knows how to
-persist themselves to a database. The controller handles the incoming requests