Articles of interest for Ruby on Rails
Displaying articles 76 - 100 of 266 in totalArticle Sources
-
Inline Editing Records
Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.
Published:
-
Realtime Client Updates from Background Jobs with Stimulus
Using RailsUJS, ActiveJob, ActionCable and Stimulus, we create a realtime feedback for background jobs running to provide a better user experience.
Published:
-
Saving Individual Attributes with StimulusJS
In this episode, we take a look at recreating a feature on Zoom's setting page where clicking a check box automatically saves the changed setting.
Published:
-
Interview with Riaz Virani
Riaz talks about his experience with organizing and hosting the Atlanta Ruby Users Group meetup. We discuss sponsors, hidden costs of hosting meetups and general tips for guests.
Published:
-
Extending the Rails Core Form Builder
In this episode, we build a custom form builder to extend and add functionality our forms to display errors inline with the form inputs.
Published:
-
Nested Forms from Scratch with StimulusJS
Using StimulusJS controllers, adding nested forms to a Rails application is easy and unobtrusive. In this episode, we look at an alternative way of creating nested forms without the Cocoon gem.
Published:
-
Application Performance Monitoring in Rails
Monitoring your application's performance is an important part of knowing its health. In this episode, we look at three popular services.
Published:
-
Load Testing with JMeter
Load Testing is an important aspect of due diligence when hosting a production application. It can also help uncover infrastructure requirements and server costs.
Published:
-
Interview with Frank Rietta
In this interview, Frank Rietta, a security expert in web applications, talks about various recommendations for securing a Ruby on Rails application. Many areas are explored from code, staff, servers and infrastructure.
Published:
-
Interview Questions
In this episode, we look at various questions asked during interviews.
Published:
-
Introduction to Kubernetes
In this episode, we take a tour of what Kubernetes is, how to install and configure a local development instance, and deploying a sample application.
Published:
-
3 Different Perspectives of Importing Records
In this episode, we look at 3 different ways of importing data into a Rails application; each having their own use cases, drawbacks and benefits.
Published:
-
Creating a Gem From Existing Code
In this episode, we look at a process for extracting business logic out of a Ruby on Rails application into a gem.
Published:
-
Using Webpacker in Rails 6
Webpacker is a great addition in Rails. However, it adds some complexities with libraries and older gems with javascript assets. In this episode, we look at using webpacker in different scenarios.
Published:
-
Interview with Jesus Castello
Jesus Castello talks about the Roda Framework, its uses and stats around its performance.
Published:
-
Ecommerce Store with Solidus
Overview of Solidus, a maintained fork of Spree, showing how to configure and work with this Rails Engine.
Published:
-
React Native and Ruby on Rails API Only Applications
In this episode, we look at building a React Native application from scratch and tie it to a Ruby on Rails API application. Using the iOS Simulator, we test out the connectivity between the two applications.
Published:
-
Simple and Complex Database Migrations
In this episode, we look at database migrations and different ways to generate the schema.
Published:
-
API Authentication with Omniauth
OAuth alone can be a difficult task. Combined with a Javascript Framework or Mobile Application, and things can get confusing quickly. In this episode, we look at a standalone React Component authenticating to a Rails 5 only API.
Published:
-
What the RegEx?
In this episode, we look at different ways to use pattern matching with Regular Expressions in Ruby.
Published:
-
Managing Terminal Sessions
Typically a new Rails application doesn't have much going on, but that can quickly change as the application gets more complex and additional services are added to the stack. In this episode, we look at a few different ways for managing the Terminal for Rails applications.
Published:
-
Rails Scaffold with VueJS
In this episode, we look at replacing the generated scaffold form in Rails with a VueJS rendered form. We will use Turbolinks and VueJS Props to pass data between the view and redirect the client to various pages.
Published:
-
Getting Started with VueJS
VueJS is a library for building web interfaces. In this episode, we look at adding VueJS to a Rails Application and working with javascript components.
Published:
-
Using Action Text in a Rails 5.2 Application
With Rails 6.0 is around the corner, Action Text has been merged into the Rails repository. However, it can still be used on a Rails 5.2 application while we wait for its official release.
Published: