Articles of interest for Ruby on Rails
Displaying articles 151 - 175 of 5374 in totalArticle Sources
-
Contributing to a Gem
So, you've been using a gem for some time and you've either discovered that the gem isn't working correctly or that you want to start contributing to the gem itself. Sometimes this can be an overwhelming task. In this episode, we look at the basic processes for contributing to a gem.
Published:
-
Drag and Drop sortable lists with Rails & Stimulus JS
Drag and drop sortable lists in Rails aren't too hard using Sortablejs and Stimulus to make wire them up to our backend with acts_as_list
Published:
-
Real Time Updates with ActionCable
In this episode, we look at adding real time interactions with ActionCable to our Trello clone. We also look at a couple of different approaches and decisions when building out the interactions.
Published:
-
Introduction to Stimulus Reflex
Stimulus Reflex is one of the coolest new libraries out there. It can update the browser in realtime and allow you to build reactive applications without any Javascript. It's awesome.
Published:
-
Ruby Module Include Tracking
Sometimes you might want to keep track of all classes a module was included in. We can do that with a couple nifty tricks to make this work with both regular Ruby modules and Rails concerns.
Published:
-
Inviting Collaborators from Scratch
In this episode, we continue the Trello clone by adding a collaborator invitation mechanism to join working on lists. We look at some tricky ActiveRecord relationships and various solutions.
Published:
-
How to use Webpack require.context
Webpacker provides some nice tools for loading Javascript in several different ways. We're looking at require.context to see how to load an entire directory's set of files easily.
Published:
-
Sorting from Scratch
Our Trello clone continues with adding in the ability to persist sorting of items in the database. This is the third episode of our Trello clone.
Published:
-
Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js
Learn how to implement Google Maps and the Google Places Autocomplete API in Rails compatible with Turbolinks using StimulusJS
Published:
-
Google Maps API with StimulusJS
Add unobtrusive maps to your application using StimulusJS to tie in Google Maps Javascript API and Places API.
Published:
-
How to use the Pay gem to accept Payments in Rails
A getting started guide on the Pay gem for accepting payments in Rails
Published:
-
Drag and Drop with draggable
Adding onto the previous episode, we add a drag and drop to our lists and go deeper with nested resources.
Published:
-
Testing File Uploads in Rails with Shrine
Testing file uploads can be tricky, but Shrine makes both file uploading and testing a lot easier than you might expect.
Published:
-
Multitenancy
In this episode, we look at some of the practices with and working with multi-tenant applications. It is the first episode of building a Trello clone.
Published:
-
File uploads in Rails with Shrine
File uploads in Rails with Shrine make it easy to upload and customize how files get uploaded and processed in Rails
Published:
-
Audio Streaming with Active Storage
Using StimulusJS and Active Storage, create a simple Audio Streaming service where users can play and stream audio content.
Published:
-
Building AnimatedGif.me Part 3
This series walks through the entire process of building a Ruby on Rails app from start to finish. We'll be building AnimatedGif.me for saving and sharing animated gifs as easily as possible.
Published:
-
Adaptive Bitrate Streaming with Active Storage
Adaptive streaming allows the video provider to create a different video for each of the screen sizes (or devices) that he or she wishes to target. In this episode, we look at converting our Progressive Video Streams into Adaptive Bitrate Streams and serving it through Active Storage.
Published:
-
Building AnimatedGif.me Part 2
This series walks through the entire process of building a Ruby on Rails app from start to finish. We'll be building AnimatedGif.me for saving and sharing animated gifs as easily as possible.
Published:
-
Syntax Highlighting with Action Text
Set up Action Text with client side Syntax Highlighting using Highlight.js.
Published:
-
Building AnimatedGif.me Part 1
This series walks through the entire process of building a Ruby on Rails app from start to finish. We'll be building AnimatedGif.me for saving and sharing animated gifs as easily as possible.
Published:
-
Streaming Videos with Active Storage
Video.js is a web video player built from the ground up for an HTML5 world. Learn how to use it with StimulusJS and Active Storage to deliver video content from your Ruby on Rails application.
Published:
-
Testing ActiveStorage File Uploads and Fixtures
Learn how to test ActiveStorage file uploads and create fixtures with ActiveStorage attachments
Published:
-
Action Text Mentions and Notifications
In this episode, learn how to configure user mentions in Action Text with TributeJS and notify users whenever they are mentioned.
Published:
-
Realtime Online User Tracking with ActionCable
If we want to add realtime tracking of which users are online, we can use active websocket connections through ActionCable to keep track.
Published: