This website requires JavaScript.
Explore
Help
Register
Sign In
team-alpha
/
railsgoat
Watch
1
Star
0
Fork
0
You've already forked railsgoat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3ec9765ca3f4f37fc33144b7bdf8275d9dcdcb57
railsgoat
/
db
/
migrate
T
History
cktricky
efcb7b8c4b
working on encryption
2013-11-13 18:24:26 -05:00
..
20130424220355_create_users.rb
okay, so, we have associations rocking
2013-05-24 19:15:36 -04:00
20130524222129_create_retirements.rb
okay, so, we have associations rocking
2013-05-24 19:15:36 -04:00
20130525001150_create_paid_time_offs.rb
added the PTO section
2013-05-24 20:54:07 -04:00
20130527165832_create_schedules.rb
I am setting this up, in this way, so that we have some extensibility. We may wish to have some sort of a polymorphic association where multiple models need to have a scheduling model available to them. That being said, as of right now, only the pto model needs it so I am doing a belong_to and has_one association between the two
2013-05-27 13:09:33 -04:00
20130531143853_create_work_infos.rb
added route, controller, model, sidebar link, and basic index page for the work info section so that we can render user data
2013-05-31 10:48:20 -04:00
20130531182058_create_performances.rb
I have added the performance model, controller, route and seed data, now I am working on the actual visual aspects of the page
2013-05-31 14:45:31 -04:00
20130708202859_create_benefits.rb
I have exhausted all thoughts on how to actually get jquery file upload to work, so screw it, I am just going to make something homegrown for tomorrow
2013-07-09 13:53:00 -04:00
20131011180207_create_messages.rb
adding messages mvc to allow users to send messages.
2013-10-11 16:03:37 -04:00
20131112235256_add_encrypted_ssn_to_work_infos.rb
fixed the route
2013-11-13 12:16:48 -05:00
20131113200708_create_key_managements.rb
working on encryption
2013-11-13 18:24:26 -05:00