diff --git a/Gemfile b/Gemfile index c83c234..c68eef6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,10 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.3' +gem 'pg' # Use sqlite3 as the database for Active Record -gem 'sqlite3' +# gem 'sqlite3' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 12170aa..1bfe5c1 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -21,3 +21,11 @@ $(function(){ $(document).foundation(); }); + + + +console.log('last commit'); + + + +