Practicing Rails
Find a file
Andrew Tomaka f91390baf6 Merge branch 'atomaka/feature/sessions' into 'master'
Add user sessions

Although rails provides built-in user sessions, this allows us to add additional fields to the session model. For example, we can now track the user agent and IP address of all sessions associated with a user.  Long term, this allows us to do neat things like session revocation (by both user and admin) and sudo mode.

See merge request !5
2015-07-10 14:59:45 -04:00
app Add user sessions 2015-07-10 14:33:39 -04:00
bin Initial commit 2015-07-08 10:24:41 -04:00
config Add user sessions 2015-07-10 14:33:39 -04:00
db Add user sessions 2015-07-10 14:33:39 -04:00
lib Add user creation 2015-07-09 16:31:41 -04:00
log Initial commit 2015-07-08 10:24:41 -04:00
public Initial commit 2015-07-08 10:24:41 -04:00
spec Add user sessions 2015-07-10 14:33:39 -04:00
vendor/assets Initial commit 2015-07-08 10:24:41 -04:00
.gitignore Add user creation 2015-07-09 16:31:41 -04:00
.metrics Add metrics for testing / style / best practices 2015-07-10 00:27:23 -04:00
.rspec Development and testing setup 2015-07-08 14:51:49 -04:00
.ruby-version Initial commit 2015-07-08 10:24:41 -04:00
config.ru Initial commit 2015-07-08 10:24:41 -04:00
Gemfile Add user sessions 2015-07-10 14:33:39 -04:00
Gemfile.lock Add user sessions 2015-07-10 14:33:39 -04:00
Guardfile Development and testing setup 2015-07-08 14:51:49 -04:00
Rakefile Initial commit 2015-07-08 10:24:41 -04:00
README.md Development and testing setup 2015-07-08 14:51:49 -04:00

creddit

C(lone)reddit

Development

Some stuff for notifications later

Mac

  • brew install terminal-notifier

Ubuntu 14.04