Skip to content

Commit

Permalink
Remove offline links from resources.md (#2011)
Browse files Browse the repository at this point in the history
* Remove offline link from Articles session on resources.md

Offline link: https://www.bootrails.com/blog/ruby-on-rails-viewcomponents-tutorial-and-examples/

* Remove offline podcast from resources.md

Offline link - https://remoteruby.transistor.fm/125

* Update CHANGELOG.md

* Update resource with new link

New link for Remote Ruby podcast: - https://www.remoteruby.com/2260490/13761017-viewcomponents-and-the-future-of-assets-with-joel-hawksley

Small formatting according to PR sugestions
  • Loading branch information
paulohenrique-gh committed Apr 6, 2024
1 parent 7ace5ee commit 0f953d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 5

## main

* Remove offline links from resources.

*Paulo Henrique Meneses*

* Fix templates not being correctly populated when caller location label has a prefix.

On the upstream version of Ruby, method owners are now included in backtraces as prefixes. This caused the call stack filtering to not work as intended and thus `source_location` to be incorrect for child ViewComponents, consequently not populating templates correctly.
Expand Down
3 changes: 1 addition & 2 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _Is this page missing a link? Open a PR!_
## Podcasts

- [Code with Jason - ViewComponent with Joel Hawksley, Staff Engineer at GitHub](https://www.codewithjason.com/podcast/9936046-130-viewcomponent-with-joel-hawksley-staff-engineer-at-github/)
- [Remote Ruby - ViewComponents and the Future of Assets](https://remoteruby.transistor.fm/125)
- [Remote Ruby - ViewComponents and the Future of Assets](https://www.remoteruby.com/2260490/13761017-viewcomponents-and-the-future-of-assets-with-joel-hawksley)
- [Ruby Rogues - RUX: JSX-Style Rails View Components](https://topenddevs.com/podcasts/ruby-rogues/episodes/rux-jsx-style-rails-view-components-ruby-517)
- [Code with Jason - ViewComponent with Joel Hawksley of GitHub](https://www.codewithjason.com/podcast/9478227-088-viewcomponent-with-joel-hawksley-of-github/)
- [Ruby Rogues - Rethinking the View Layer with Components](https://topenddevs.com/podcasts/ruby-rogues/episodes/rr-461-rethinking-the-view-layer-with-components-with-joel-hawksley)
Expand All @@ -50,7 +50,6 @@ _Is this page missing a link? Open a PR!_

## Articles

- [Ruby-on-Rails ViewComponents tutorial and examples](https://www.bootrails.com/blog/ruby-on-rails-viewcomponents-tutorial-and-examples/)
- [From partials to ViewComponents: writing reusable front-end code in Rails](https://dev.to/nejremeslnici/from-partials-to-viewcomponents-writing-reusable-front-end-code-in-rails-1c9o)
- [Snapshot testing ViewComponents with RSpec](https://www.bearer.com/blog/snapshot-testing-viewcomponents-with-rspec)
- [Don't Cloud Your View With Logic.](https://www.beflagrant.com/blog/dont-cloud-view-with-logic)
Expand Down

0 comments on commit 0f953d9

Please sign in to comment.