-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeline.txt
61 lines (36 loc) · 903 Bytes
/
timeline.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Sketch of the time available during the workshop
-------
90 minutes in total
5 minutes intro
10 minutes Ruby-mode & inf-ruby-mode
10 minutes other ruby tools
10 minutes Source Control
5 minutes shell-mode, etc..
10 minutes Ruby Debug
10 minutes RSense
Remaining show & tell / challenges
--- Task ---
Create rails project in shell
make rails calculator controller
commit code
make calculations and user model
run migration
commit code
write test case for calculate method
write calculate method
write contoller end point
show how to jump to view
create view
jump to model
look up ri for inject
jump to inf-ruby to play with inject
Test run app
jump to sql-mode to inspect DB
commit code
look at log history
run blame
show occur search
show grep search
create Tags to search
# Make most of Rails app and then focus on the Quiz/Math gcd to avoid
# design and long drawn out stuff?