diff options
author | Zachary Scott <e@zzak.io> | 2014-12-15 19:07:32 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-12-15 19:07:32 -0800 |
commit | 9dbe896840aca10f6361e6a5b629ae06d8524789 (patch) | |
tree | 447a70a09f2028c9f83f813727caeda4209745e1 /guides | |
parent | ce03e36f3ee874fca71d399b4b6edb3e84557de9 (diff) | |
download | rails-9dbe896840aca10f6361e6a5b629ae06d8524789.tar.gz rails-9dbe896840aca10f6361e6a5b629ae06d8524789.tar.bz2 rails-9dbe896840aca10f6361e6a5b629ae06d8524789.zip |
Remove this tip, if the previous statement is true.. ie: The reader sees "Rails
4.2.0", then they should have no problems hacking with Rails. [ci skip]
If they do, then its a bug and it should be reported.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 41cec794ae..31f78ba11c 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -125,11 +125,6 @@ $ rails --version If it says something like "Rails 4.2.0", you are ready to continue. -TIP: There are some performance and incompatibility issues with Ruby in Windows -environments. Some developers do not recommend developing Ruby apps on Windows. -But if you are just learning, do not worry by now, you shouldn't have problems -following this tutorial. - ### Creating the Blog Application Rails comes with a number of scripts called generators that are designed to make |