Practicing Rails
Find a file
Andrew Tomaka 80af796096 Merge branch 'atomaka/feature/users' into 'master'
Add user creation

Adds simple creation of users that have a username, password, and an email.  The password is managed by Rail's `has_secure_password`.

See merge request !2
2015-07-09 16:39:04 -04:00
app Add user creation 2015-07-09 16:31:41 -04:00
bin Initial commit 2015-07-08 10:24:41 -04:00
config Add user creation 2015-07-09 16:31:41 -04:00
db Add user creation 2015-07-09 16:31:41 -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 creation 2015-07-09 16:31:41 -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
.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 creation 2015-07-09 16:31:41 -04:00
Gemfile.lock Add user creation 2015-07-09 16:31:41 -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