Progress for TickTee
Today i just finished the authentication using devise. Now the user need to login to modify their project and cannot see the project belongs to other user.
Some Notice:
-
use belongsto with hasmany or has_one together
-
userprojectspath(user, project) and userprojectpath(user, project) is quite different.
-
When database changes and push to heroku, the database may need to be reset with following step:
- Testing Devise with capybara and RSpec is a little complex. But Thanks, Schneems, your article give me some tips speed up capybara tests with device.