forked from makersacademy/acebook-rails-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Day Two self learning and first user story
Ollie Norman edited this page Jan 26, 2021
·
1 revision
- To spend the morning individually researching the basics of developing on Rails.
- To get Travis CI up and running.
- To automatically deploy Heroku when Travis passes.
- To complete the 'User sign up' user story.
- No issues.
- Issues found with Travis script - fixed by making sure it properly sets up the environment each time before it builds.
- Issue found with authentication - issue not fixed.
- Issues found with rails syntax for creating new users, rails process for accessing the DELETE route of sessions, and rails process for displaying messages - creating new users issue fixed found by researching more up-to-date syntax, second two issues not fixed.