'Finish register,login pages'
Showing
| ... | @@ -15,6 +15,7 @@ gem 'whenever', :require => false | ... | @@ -15,6 +15,7 @@ gem 'whenever', :require => false |
| gem "figaro" | gem "figaro" | ||
| gem 'devise' | gem 'devise' | ||
| gem 'bcrypt', '3.1.11' | gem 'bcrypt', '3.1.11' | ||
| gem 'carrierwave', '~> 1.0' | |||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 5.1.3' | gem 'rails', '~> 5.1.3' | ||
| # Use mysql as the database for Active Record | # Use mysql as the database for Active Record | ||
| ... | @@ -28,6 +29,8 @@ gem 'uglifier', '>= 1.3.0' | ... | @@ -28,6 +29,8 @@ gem 'uglifier', '>= 1.3.0' |
| # See https://github.com/rails/execjs#readme for more supported runtimes | # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # gem 'therubyracer', platforms: :ruby | # gem 'therubyracer', platforms: :ruby | ||
| gem 'font-awesome-sass', '~> 4.7.0' | |||
| # Use CoffeeScript for .coffee assets and views | # Use CoffeeScript for .coffee assets and views | ||
| gem 'coffee-rails', '~> 4.2' | gem 'coffee-rails', '~> 4.2' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/application.scss
0 → 100644
app/controllers/sessions_controller.rb
0 → 100644
app/helpers/sessions_helper.rb
0 → 100644
app/views/sessions/new.html.erb
0 → 100644
db/migrate/20170927013828_add_cv_to_user.rb
0 → 100644
Please
register
or
sign in
to comment