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
eb861e3534233c0ce495f787e746c49bcc4b9f17
railsgoat
/
test
/
unit
/
helpers
T
History
Ken Johnson
caf348f189
made some big changes here. The schedule had a has_one relationship with the PTO model. That is a problem since we only get one result back. meaning, a user cant have multiple scheduled events. This has been fixed with the use of has_many within the PTO model. Now, in relation to the PTO section, the next changes to happen are to be a fully functional create action that allows an event to be schedule, the form and controller has already been created. Umm, also, a calendar has been added and when we get the results back from a call to the create event action we will update that calendar. Think that is about it for now
2013-05-28 12:48:35 -04:00
..
admin_helper_test.rb
test
2013-05-24 13:19:44 -04:00
dashboard_helper_test.rb
working login, signup, and logout
2013-04-25 00:19:00 -04:00
paid_time_off_helper_test.rb
added the PTO section
2013-05-24 20:54:07 -04:00
retirement_helper_test.rb
moving in the right direction
2013-05-24 19:51:09 -04:00
schedule_helper_test.rb
made some big changes here. The schedule had a has_one relationship with the PTO model. That is a problem since we only get one result back. meaning, a user cant have multiple scheduled events. This has been fixed with the use of has_many within the PTO model. Now, in relation to the PTO section, the next changes to happen are to be a fully functional create action that allows an event to be schedule, the form and controller has already been created. Umm, also, a calendar has been added and when we get the results back from a call to the create event action we will update that calendar. Think that is about it for now
2013-05-28 12:48:35 -04:00
sessions_helper_test.rb
made some changes to the application controller, added a user controller, and am now about to start working on the login piece
2013-04-24 18:09:43 -04:00
tutorials_helper_test.rb
working login, signup, and logout
2013-04-25 00:19:00 -04:00
users_helper_test.rb
made some changes to the application controller, added a user controller, and am now about to start working on the login piece
2013-04-24 18:09:43 -04:00