forked from wayne5540/intermediate-rails-book
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathTODO
More file actions
26 lines (22 loc) · 756 Bytes
/
TODO
File metadata and controls
26 lines (22 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
View:
✔ Nested form @done (14-06-16 16:21)
✔ helper_method and view_context
Controller:
✔ json builder @done (14-06-17 12:00)
✔ rss builder @done (14-06-16 16:54)
✔ Strong Parameters @done (14-06-15 06:32)
✔ Nested Attributes with Strong Parameters @done (14-06-16 16:00)
Helpers:
✔ Helper Patterns @done (14-06-15 08:19)
✔ essential helpers @done (14-06-15 08:19)
Rails:
✔ cookie and session @done (14-06-17 11:08)
Ruby:
✔ symbol @done (14-06-17 12:02)
☐ begin rescue @not completed yet (14-06-17 17:55)
Refactor:
☐ move code from helper to model
☐ move controller code to model
☐ move model code to concern
☐ wrap controller code to service object
☐ wrap tips : class / value object..etc