This repository generates what goes on the https://rubyonrails.org website.
If you notice spelling mistakes, or the latest version marker being out of sync, please do submit a pull request.
We do not, however, take pull requests for updating the list of highlighted Rails applications.
bundle installbundle exec jekyll serve --livereload- Go to
http://localhost:4000/
Note
The Jekyll redirect plugin is broken in development, so if you experience a redirect loop on any page (alternating between URLs with and without a trailing /), disable - jekyll-redirect-from in _config.yml and the page will load. Note that the server won't distinguish between /docs/ and /docs, so if you get a 404, try adding or removing the trailing /. Please don't commit this change during development.