Done na
Showing
... | ... | @@ -15,6 +15,7 @@ gem 'coffee-rails', '~> 4.1.0' |
# gem 'therubyracer', platforms: :ruby | ||
gem 'will_paginate', '~> 3.1' | ||
# Use jquery as the JavaScript library | ||
gem 'jquery-rails' | ||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
... | ... | @@ -24,6 +25,8 @@ gem 'jbuilder', '~> 2.0' |
# bundle exec rake doc:rails generates the API under doc/api. | ||
gem 'sdoc', '~> 0.4.0', group: :doc | ||
gem 'will_paginate' | ||
# Use ActiveModel has_secure_password | ||
# gem 'bcrypt', '~> 3.1.7' | ||
... | ... |
app/views/pages/index.html
0 → 100644
Please register or sign in to comment