Added today: 0 jobs

Articles of interest for Ruby on Rails

Displaying articles 76 - 100 of 266 in total
  • Card image cap
    Drifting Ruby

    Inline Editing Records

    Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    Interview Questions

    In this episode, we look at various questions asked during interviews.

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    Interview with Jesus Castello

    Jesus Castello talks about the Roda Framework, its uses and stats around its performance.

    Published:

  • Card image cap
    Drifting Ruby

    Ecommerce Store with Solidus

    Overview of Solidus, a maintained fork of Spree, showing how to configure and work with this Rails Engine.

    Published:

  • Card image cap
    Drifting Ruby

    What's New in Rails 6

    Overview of notable features coming soon in Ruby on Rails 6.

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    Simple and Complex Database Migrations

    In this episode, we look at database migrations and different ways to generate the schema.

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    What the RegEx?

    In this episode, we look at different ways to use pattern matching with Regular Expressions in Ruby.

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Drifting Ruby

    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: