Skip to content

Fix link to Rails example repo on 'Integrating with Rails' page #2404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"Numberish",
"onscrollend",
"outdir",
"ParamagicDev",
"KonnorRogers",
"peta",
"petabit",
"prismjs",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ The component API remains the same except for the changes noted below. Thanks fo
- Added `spellcheck` attribute to `<sl-input>`
- Added `<sl-icon-library>` to allow custom icon library registration
- Added `library` attribute to `<sl-icon>` and `<sl-icon-button>`
- Added "Integrating with Rails" tutorial to the docs, courtesy of [ParamagicDev](https://github.com/ParamagicDev)
- Added "Integrating with Rails" tutorial to the docs, courtesy of [KonnorRogers](https://github.com/KonnorRogers)
- Fixed a bug where `<sl-progress-ring>` rendered incorrectly when zoomed in Safari [#227]
- Fixed a bug where tabbing into slotted elements closes `<sl-dropdown>` when used in a shadow root [#223]
- Fixed a bug where scroll anchoring caused undesirable scrolling when `<sl-details>` are grouped
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/integrating-with-rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ Now you can start using Shoelace components with Rails!

## Additional Resources

- There is a third-party [example repo](https://github.com/ParamagicDev/rails-shoelace-example), courtesy of [ParamagicDev](https://github.com/ParamagicDev) available to help you get started.
- There is a third-party [example repo](https://github.com/KonnorRogers/rails-shoelace-example), courtesy of [KonnorRogers](https://github.com/KonnorRogers) available to help you get started.
- If you would like to avoid repeating this process, check out the associated [Railsbyte for Shoelace](https://railsbytes.com/templates/X8BsEb).