Skip to content

Instantly share code, notes, and snippets.

@taryneast
taryneast / gist:957d13ec70f65b262e78
Created August 26, 2014 03:03
Rails 4.0->4.1 failure
# Activate the gem you are reporting the issue against.
#gem 'activerecord', '~>4.0.0'
#gem 'activesupport', '~>4.0.0'
#gem 'activerecord', '~>4.0.0'
#gem 'railties', '~>4.0.0'
gem 'actionpack', '~>4.1.0'
gem 'activesupport', '~>4.1.0'
gem 'activerecord', '~>4.1.0'
gem 'railties', '~>4.1.0'
gem 'sqlite3'
@taryneast
taryneast / readme.md
Last active August 29, 2015 13:57
WDI - Burning Airlines lab

Burning Airlines

#####Prerequisites:

  • Ruby
  • Rails
  • HTML
  • CSS
  • git
  • pivotal tracker
@taryneast
taryneast / README.md
Last active August 29, 2015 13:56
WDI - Image Carousel App

#Image Carousel App

You will construct an image carousel from the spec provided below.

Make one like the carousel provided by Bootstrap ( http://getbootstrap.com/2.3.2/javascript.html#carousel) - but you will be building yours from scratch

##Specification:

  • We are going to rebuild this from scratch.
  • Add event listeners for mouseover and mouseexit to change the opacity of the next and previous buttons.
@taryneast
taryneast / atm.css
Created February 12, 2014 02:40
WDI - ATM lab
@import url(http://fonts.googleapis.com/css?family=Oleo+Script);
@import url(http://fonts.googleapis.com/css?family=Ruluko);
#content {
margin: 0 auto;
text-align: center;
width: 700px;
}
#nav {