diff options
author | Gosha Arinich <me@goshakkk.name> | 2013-01-05 20:04:40 +0300 |
---|---|---|
committer | Gosha Arinich <me@goshakkk.name> | 2013-01-05 20:04:40 +0300 |
commit | 25852593df6f9c45eec64f413d2ac1687465cf20 (patch) | |
tree | 4a9da32923fb62381255f3b119dbae2262241124 /guides | |
parent | a135f3797d6b66d77cc8193a45a3368870870ebf (diff) | |
download | rails-25852593df6f9c45eec64f413d2ac1687465cf20.tar.gz rails-25852593df6f9c45eec64f413d2ac1687465cf20.tar.bz2 rails-25852593df6f9c45eec64f413d2ac1687465cf20.zip |
proper article in the getting started guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index a8e5952438..f23742c96a 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -45,7 +45,7 @@ code while accomplishing more than many other languages and frameworks. Experienced Rails developers also report that it makes web application development more fun. -Rails is opinionated software. It makes the assumption that there is a "best" +Rails is opinionated software. It makes the assumption that there is the "best" way to do things, and it's designed to encourage that way - and in some cases to discourage alternatives. If you learn "The Rails Way" you'll probably discover a tremendous increase in productivity. If you persist in bringing old habits from |