Skip to content

Commit

Permalink
user can log out and added some css
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtunney committed Feb 18, 2014
1 parent 520b1ba commit 8b26b38
Show file tree
Hide file tree
Showing 8 changed files with 463 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'coffee-rails', '~> 4.0.0'
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'jquery-rails', '~> 2.1'

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.1.0)
jquery-rails (2.3.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
Expand Down Expand Up @@ -153,7 +153,7 @@ DEPENDENCIES
coffee-rails (~> 4.0.0)
httparty
jbuilder (~> 1.2)
jquery-rails
jquery-rails (~> 2.1)
omniauth
omniauth-facebook
pg
Expand Down
Binary file added app/assets/images/gray_squares.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
//= require jquery_ujs
//= require turbolinks
//= require_tree .

Loading

0 comments on commit 8b26b38

Please sign in to comment.