mirror of https://github.com/rails/rails
Revert "Underscore in markdown should be escaped with backslash [ci skip]"
This reverts commitb58f3a6417
. Reason: Discussion inb58f3a6417
[ci skip]
This commit is contained in:
parent
8d005eb867
commit
f858691744
|
@ -289,7 +289,7 @@ private
|
|||
end
|
||||
```
|
||||
|
||||
Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http\_accept\_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
|
||||
Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
|
||||
|
||||
#### Using GeoIP (or Similar) Database
|
||||
|
||||
|
|
Loading…
Reference in New Issue