index
:
Ruby-Web-Sessions-Exercise
master
solution
An exercise that demonstrates how to leverage server-side web sessions for authentication
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-12-08
Delete config.ru
solution
Teddy Wing
2015-12-08
Add logged_in.erb template
Teddy Wing
2015-12-08
Add layout.erb
Teddy Wing
2015-12-08
auth_test.rb: Add logout test
Teddy Wing
2015-12-08
auth_test.rb: Create login helpers
Teddy Wing
2015-12-08
index.erb: Make password field `type=password`
Teddy Wing
2015-12-08
Add test for unrecognised user
Teddy Wing
2015-12-08
app.rb: Add basic session handling
Teddy Wing
2015-12-08
app.rb: Remove Sinatra::Base application wrapper
Teddy Wing
2015-12-08
test_helper: Set `RACK_ENV` = 'test'
Teddy Wing
2015-12-08
app.rb: Add a POST receiver to '/'
Teddy Wing
2015-12-08
Add test that fills in login form
Teddy Wing
2015-12-08
index.erb: Add login form
Teddy Wing
2015-12-07
Render index template
Teddy Wing
2015-12-07
Add config.ru
Teddy Wing
2015-12-07
Add a simple Capybara test
Teddy Wing
2015-12-07
Gemfile: Install 'capybara'
Teddy Wing
2015-12-07
Add app.rb
Teddy Wing
2015-12-07
Gemfile: Install 'rerun' gem
Teddy Wing
2015-12-07
Add setup.sh
Teddy Wing
2015-12-07
Add .gitignore
Teddy Wing
2015-12-07
Initial commit. Add Gemfile.
Teddy Wing