diff options
author | Tony Pitale <tpitale@gmail.com> | 2015-04-19 16:23:00 -0400 |
---|---|---|
committer | Tony Pitale <tpitale@gmail.com> | 2015-04-19 16:23:00 -0400 |
commit | b26fafcc166d53ca3614e602dc881647f63979b3 (patch) | |
tree | 2ccbca01138b1d918693f655c69745b7ba3e1bdc | |
parent | 8f3584ab30cb1d2a23a2c59cd0c2e467facd390d (diff) | |
download | rails-b26fafcc166d53ca3614e602dc881647f63979b3.tar.gz rails-b26fafcc166d53ca3614e602dc881647f63979b3.tar.bz2 rails-b26fafcc166d53ca3614e602dc881647f63979b3.zip |
Update 4_2_release_notes.md
-rw-r--r-- | guides/source/4_2_release_notes.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 684bd286bc..d5b3766a5b 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -214,9 +214,8 @@ end Due to a [change in Rack](https://github.com/rack/rack/commit/28b014484a8ac0bbb388e7eaeeef159598ec64fc), `rails server` now listens on `localhost` instead of `0.0.0.0` by default. This -should have minimal impact on the standard development workflow as both -http://127.0.0.1:3000 and http://localhost:3000 will continue to work as before -on your own machine. +should have minimal impact on the standard development workflow as http://localhost:3000 +will continue to work as before on your own machine. However, with this change you will no longer be able to access the Rails server from a different machine, for example if your development environment |