Implement basic login
Showing
| ... | ... | @@ -65,4 +65,5 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | ||
| gem 'bcrypt', '~> 3.1', '>= 3.1.12' | ||
| \ No newline at end of file | ||
| gem 'bcrypt', '~> 3.1', '>= 3.1.12' | ||
| gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | ||
| \ No newline at end of file |
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
test/controllers/sessions_controller_test.rb
0 → 100644
test/integration/users_login_test.rb
0 → 100644
Please
register
or
sign in
to comment