Skip to content

Commit 0f953d9

Browse files
Remove offline links from resources.md (#2011)
* 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
1 parent 7ace5ee commit 0f953d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nav_order: 5
1010

1111
## main
1212

13+
* Remove offline links from resources.
14+
15+
*Paulo Henrique Meneses*
16+
1317
* Fix templates not being correctly populated when caller location label has a prefix.
1418

1519
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.

docs/resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _Is this page missing a link? Open a PR!_
3131
## Podcasts
3232

3333
- [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/)
34-
- [Remote Ruby - ViewComponents and the Future of Assets](https://remoteruby.transistor.fm/125)
34+
- [Remote Ruby - ViewComponents and the Future of Assets](https://www.remoteruby.com/2260490/13761017-viewcomponents-and-the-future-of-assets-with-joel-hawksley)
3535
- [Ruby Rogues - RUX: JSX-Style Rails View Components](https://topenddevs.com/podcasts/ruby-rogues/episodes/rux-jsx-style-rails-view-components-ruby-517)
3636
- [Code with Jason - ViewComponent with Joel Hawksley of GitHub](https://www.codewithjason.com/podcast/9478227-088-viewcomponent-with-joel-hawksley-of-github/)
3737
- [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)
@@ -50,7 +50,6 @@ _Is this page missing a link? Open a PR!_
5050

5151
## Articles
5252

53-
- [Ruby-on-Rails ViewComponents tutorial and examples](https://www.bootrails.com/blog/ruby-on-rails-viewcomponents-tutorial-and-examples/)
5453
- [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)
5554
- [Snapshot testing ViewComponents with RSpec](https://www.bearer.com/blog/snapshot-testing-viewcomponents-with-rspec)
5655
- [Don't Cloud Your View With Logic.](https://www.beflagrant.com/blog/dont-cloud-view-with-logic)

0 commit comments

Comments
 (0)