https://github.com/tegon/rails-guides-locales-bug
Sample repository to reproduce a bug with the Rails "Managing the Locale across Requests" guide
https://github.com/tegon/rails-guides-locales-bug
Last synced: about 2 months ago
JSON representation
Sample repository to reproduce a bug with the Rails "Managing the Locale across Requests" guide
- Host: GitHub
- URL: https://github.com/tegon/rails-guides-locales-bug
- Owner: tegon
- License: mit
- Created: 2018-10-01T17:02:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T17:32:04.000Z (over 7 years ago)
- Last Synced: 2025-03-11T09:19:02.143Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rails-guides-locales-bug
Sample repository to reproduce a bug with the Rails "Managing the Locale across Requests" guide.
See the related issue: https://github.com/rails/rails/issues/34043
## Setup
- Clone this repository: `git clone https://github.com/tegon/rails-guides-locales-bug.git`
- Run `bin/setup`
- Run `bin/rails server`
## Example
### `I18n.locale=`

### `I18n.with_locale=`
