Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit745dabb

Browse files
committed
Refine README.md
1 parent4e73dae commit745dabb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#Learn-Rails-by-Reading-Source-Code
22

3-
##Part 0: Beforeyou research Rails 5 source code
3+
##Part 0: Beforereading Rails 5 source code
44
1) I suggest you learn Rack[http://rack.github.io/](http://rack.github.io/) first.
55

6-
You need to know thatan objectrespond to`call` method isthe most important convention.
6+
In rack,an objectwith`call` method isa rack app.
77

8-
So which is the object with`call` method in Rails App? I will answer this question in Part 1.
9-
10-
2) You need a good IDE with debugging function. I use[RubyMine](https://www.jetbrains.com/).
8+
So what is the object with`call` method in Rails? I will answer this question in Part 1.
119

10+
2) You need a good IDE which can help for debugging. I use[RubyMine](https://www.jetbrains.com/).
1211

1312
###What you will learn from this tutorial?
1413
* How does Rails start your application?
@@ -24,7 +23,7 @@ So which is the object with `call` method in Rails App? I will answer this quest
2423
I should start with the command`$ rails server`, but I put this to Part 4. Because it's a little bit complex.
2524

2625
##Part 1: Your app: an instance of YourProject::Application
27-
Assume your Rails app class name is`YourProject::Application` (defined in`./config/application.rb`).
26+
Assume your Rails app's class name is`YourProject::Application` (defined in`./config/application.rb`).
2827

2928
First, I will give you a piece of important code.
3029
```ruby

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp