Added today: 0 jobs

Articles of interest for Ruby on Rails

Displaying articles 401 - 425 of 5374 in total
  • Card image cap
    Drifting Ruby

    Ruby on Rails - Tips and Tricks

    In this episode, we will go through some of the tips and tricks that we often take for granted. We will be looking at nested routes, scopes, migrations and more.

    Published:

  • Card image cap
    Go Rails

    Handle 404s Better Using Rescue_from

    Rather than serving your user's a 404 dead end, we can use the ActiveSupport rescue_from method to give users search results instead and how to reuse this with ActiveSupport Concerns

    Published:

  • Card image cap
    Drifting Ruby

    Upgrading Ruby on Rails Versions

    In this episode, we look at updating a Ruby on Rails application from v4.2.10 to v5.0.6. The overall steps taken will vary from every application, but the concepts applied will relatively be the same.

    Published:

  • Card image cap
    Go Rails

    Stimulus JS Framework Introduction

    A look into Stimulus JS, a new Javascript framework by Basecamp to pair closely with Turbolinks

    Published:

  • Card image cap
    Drifting Ruby

    More on Stripe and Webhooks

    Continuing from Episode 114 and Episode 115, we look into adding listeners to Stripe's webhooks for tracking events occurring with customers, subscriptions and charges.

    Published:

  • Card image cap
    Drifting Ruby

    More on Stripe and Subscriptions

    In our previous episode, we looked at setting up our application to create Stripe Subscriptions. In this episode, we will look at managing the Subscriptions and working with cancelling and resubscribing to a subscription.

    Published:

  • Card image cap
    Go Rails

    Vue.js Trello Clone in Rails - Part 8

    Adding Vuex as our Data Store gives us the ability to add realtime updates to our trello clone across browsers using ActionCable

    Published:

  • Card image cap
    Drifting Ruby

    Payment Gateway Basics with Stripe

    Learn how to add a merchant services to your Ruby on Rails application in the first part of this series. We will be looking at adding a subscription service using Stripe Elements.

    Published:

  • Card image cap
    Go Rails

    Vue.js Trello Clone in Rails - Part 7

    In this episode, we add card component, editing of cards, and the ability to create new lists

    Published:

  • Card image cap
    Go Rails

    Vue.js Trello Clone in Rails - Part 7

    In this episode, we add card component, editing of cards, and the ability to create new lists

    Published:

  • Card image cap
    Drifting Ruby

    Ruby on Rails 5.2.0 Changes and New Features

    Upcoming features include ActiveStorage, built-in Redis Cache Store, updated Rails Credentials and a bunch of other cool things! Honorable mentions also to the new Stimulus Javascript Framework.

    Published:

  • Card image cap
    Go Rails

    Vue.js Trello Clone in Rails - Part 6

    Refactoring our trello clone into sub-components and introducing a global datastore to really clean up our code

    Published:

  • Card image cap
    Drifting Ruby

    Stimulus Javascript Framework

    Used at Basecamp for some time, and recently open sourced to the public, Stimulus is a small Javascript Framework used to manipulate existing DOM elements on the page. This episode, we will dive into interacting with Stimulus and setting it up in a new Ruby on Rails application.

    Published:

  • Card image cap
    Go Rails

    Vue.js Trello Clone in Rails - Part 5

    Improve the design of our Vue.js & Rails clone of Trello by making lists more visually distinct and setting up horizontal scrolling

    Published:

  • Card image cap
    Drifting Ruby

    In-depth Look into ActiveStorage

    In this episode, we look at ActiveStorage, which is the new file uploading interface in Rails 5.2, and how we can accomplish direct uploads to cloud storage, retrieving & displaying uploaded content, and showing progression with progress bars.

    Published:

  • Card image cap
    Go Rails

    Rails & Vue.js Trello Clone - Part 4

    This episode we handle drag and drop of cards in their own column and also between columns in our boards

    Published:

  • Card image cap
    Drifting Ruby

    React State Changes and Posting to the Rails App

    Continuing from the previous episode, we look at React's state changes and how to interact with the Rails application. We can get the native app feel, without using Rails Unobtrusive Javascript or Turbolinks.

    Published:

  • Card image cap
    Go Rails

    Rails & Vue.js Trello Clone - Part 3

    Implement the Vue.Draggable plugin to add drag and drop support to our Vue.js application and sync the changes to the server

    Published:

  • Card image cap
    Drifting Ruby

    Using React-Rails and Loading Data from Rails into React

    In this episode, we look at one of many different ways to add the Javascript Framework, React, into our Ruby on Rails application. This tutorial covers adding react into the application and pulling and displaying database information in nested React components.

    Published:

  • Card image cap
    Go Rails

    Rails & Vue.js Trello Clone - Part 2

    Adding new cards to our Vue app, persisting them in Rails, and re-rendering our UI

    Published:

  • Card image cap
    Drifting Ruby

    Tracking Errors with Sentry

    Sentry is an Open Source error tracking that helps developers monitor and fix crashes in real time. Learn how to add and configure Sentry to your application.

    Published:

  • Card image cap
    Go Rails

    Rails & Vue.js Trello Clone - Part 1

    Set up Rails models, scaffolds, and webpacker with Vue.js to start rendering our views

    Published:

  • Card image cap
    Drifting Ruby

    Additional Dependencies in Beanstalk

    Sometimes your AWS Beanstalk environment may require configuration changes from your app to properly deploy and get everything working.

    Published:

  • Card image cap
    Go Rails

    A/B Split Testing with the Split gem

    A/B testing (or split testing) is a really common way of testing changes in your app to determine which works best for your users.

    Published:

  • Card image cap
    Drifting Ruby

    Deploying to AWS Elastic Beanstalk

    We’re going to get a Ruby on Rails application running on a staging environment on AWS Elastic Beanstalk. The Rails app will be connected to a MySQL database instance.

    Published: