Web Development Hub
Comprehensive collection of web development tutorials, guides, and best practices. From Rails and Ruby to team collaboration and development workflows.
Tutorial Series
Canvas on Rails
4 parts • Start to finish tutorial
Individual Posts
↗ - ↗
Dealing with Direct Upload Attachments in Tests
The process of directly uploading an attachment means that you are attaching a blob using the blob's `signed_id`. Read on to see how to access a blob's signed_id before the blob is attached to your ActiveRecord model instance in an RSpec suite.
- ↗
How do Rails Form Helpers Know Where to Go?
Following `polymorphic_path` down the rabbit hole.
- ↗
Ruby on Rails Podcast with Brittany Martin
Level Up in Learning with Ariel Fogel (that's me!)
- ↗
What makes for a good pull request?
Wisdom from the distributed beyond
- ↗
RESTful routes are still quite powerful
Are RESTful routes still a useful abstraction when we have other options?