Skip to content

Commit 2275ce1

Browse files
committed
Refine README.md
1 parent 4809af7 commit 2275ce1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Learn-Rails-by-Reading-Source-Code
2+
## Table of Contents
3+
4+
* [Part 0: Before reading Rails 5 source code](#part-0:-Before-reading-Rails-5-source-code)
5+
* [Syntax](#syntax)
6+
* [Naming](#naming)
7+
* [Comments](#comments)
8+
* [Comment Annotations](#comment-annotations)
9+
* [Magic Comments](#magic-comments)
10+
* [Classes & Modules](#classes--modules)
11+
* [Exceptions](#exceptions)
12+
* [Collections](#collections)
13+
* [Numbers](#numbers)
14+
* [Strings](#strings)
15+
* [Date & Time](#date--time)
16+
217

318
## Part 0: Before reading Rails 5 source code
419
1) I suggest you learn Rack [http://rack.github.io/](http://rack.github.io/) first.

0 commit comments

Comments
 (0)