Skip to content

rails/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc649cc · Apr 20, 2025
Oct 15, 2024
Apr 2, 2024
Dec 13, 2024
Apr 1, 2025
Mar 12, 2025
Apr 20, 2025
Apr 2, 2025
Apr 3, 2025
Apr 18, 2025
Apr 2, 2025
Sep 29, 2024
Sep 19, 2024
Apr 1, 2025
Aug 10, 2024
Dec 11, 2024
Dec 5, 2024
Jun 18, 2023
Apr 20, 2025
Aug 23, 2023
Apr 2, 2024
Dec 14, 2021
Dec 15, 2021
Dec 8, 2021
Aug 22, 2024
Dec 11, 2024
Apr 1, 2025
Feb 24, 2024
Dec 7, 2023
Jan 10, 2025

Repository files navigation

The Ruby on Rails Website

This repository generates what goes on the https://rubyonrails.org website.

Contributions

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.

Development

  1. bundle install
  2. bundle exec jekyll serve --livereload
  3. Go to http://localhost:4000/

Note for local dev: The Jekyll redirect plugin is broken, so if you experience a redirect loop on any given page alternating between a string ending with and without a /, disable - jekyll-redirect-from in _config.yml and the page will load. The server will not be able to tell /docs/ from /docs so if you experience a 404, remove or add the trailing /. Please be sure to NOT commit this change during your development work.