-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes_to_self
19 lines (17 loc) · 925 Bytes
/
notes_to_self
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
things you did that you'll forget about:
- using sass (mixins, variables, etc.)
- separated style sheets into small files
- lists are children of user. tags also children of user.
- routes overhaul on day three because it was more important to have items embedded in lists than showing user_list_path
- changed :list_items to :items (table)
- rescue_from ApplicationController for fake ids in url (AR record not found)
- redirect fake paths home (no routes for path provided)
- changed tag relationship to be to items instead of tags because of how i set up the item form. walk before run...
- authentication working for fb. google gave me a hard time (maybe because it's http not https?)
to do:
- update devise to user username # nah
- reorganize helper_methods into helpers
- check how you're deciding which functions go under which controller
- omni auth # done
- copy
- fix tags (not required to create new one) # done