Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4809af7 commit 2275ce1Copy full SHA for 2275ce1
README.md
@@ -1,4 +1,19 @@
1
# 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
17
18
## Part 0: Before reading Rails 5 source code
19
1) I suggest you learn Rack [http://rack.github.io/](http://rack.github.io/) first.
0 commit comments