Added today: 0 jobs

Articles of interest for Ruby on Rails

Displaying articles 276 - 300 of 5374 in total
  • 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
    Go Rails

    Strong Passwords with HaveIBeenPwned

    The HaveIBeenPwned Password API lets us enforce strong passwords and warn users their password has been in a data breach

    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
    Go Rails

    How to Deploy Rails to Production on Ubuntu 18.04 Bionic Beaver

    Deploying Rails to production for the first time can be confusing and daunting. We'll walk through every step of the process and show you how to setup a production Rails server from scratch.

    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
    Go Rails

    Symbols vs Strings

    Ever wondered what the difference between Symbols and Strings were? Why would we use one over the other when most languages only have strings?

    Published:

  • Card image cap
    Go Rails

    Symbols vs Strings

    Ever wondered what the difference between Symbols and Strings were? Why would we use one over the other when most languages only have strings?

    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
    Go Rails

    Dynamic Nested Forms with Stimulus JS

    Don't like Cocoon or it's jQuery dependency? We can use Stimulus JS and build dynamic nested forms in Rails with accepts_nested_attributes_for from scratch pretty easily!

    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
    Go Rails

    Autosave Draft Records - Part 2

    Creating draft records in your database can be tricky. We'll be using the Draftsman gem to help us create draft versions of our records with our autosave Javascript

    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
    Go Rails

    Autosave Draft Records - Part 1

    Autosaving draft records allows you to make sure users don't lose their work and can easily write draft content without publishing right away. We'll be using Stimulus to build an autosave controller for our form and Draftsman to power the backend.

    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
    Go Rails

    Server Administration with Cockpit

    Linux server administration can be a pain. You can use cockpit to monitor your servers and keep an eye on long running processes like Sidekiq and Puma without having to SSH into your servers.

    Published:

  • Card image cap
    Go Rails

    Server Administration with Cockpit

    Linux server administration can be a pain. You can use cockpit to monitor your servers and keep an eye on long running processes like Sidekiq and Puma without having to SSH into your servers.

    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
    Go Rails

    Security Hardening Servers with Fail2Ban

    Security in production is important. We can use Fail2ban and NGINX to block malicious users from accessing our server and apps.

    Published:

  • Card image cap
    Go Rails

    Security Hardening Servers with Fail2Ban

    Security in production is important. We can use Fail2ban and NGINX to block malicious users from accessing our server and apps.

    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:

  • Card image cap
    Drifting Ruby

    Creating a Ruby Domain Specific Language (DSL)

    In this episode, we look at creating a DSL for HTML tables. Though a simple example, it opens a lot of possibilities for consistency and expandable in what can be done with a DSL.

    Published:

  • Card image cap
    Go Rails

    How to use the Ruby 2.6 Just-in-Time (JIT) Compiler

    Learn how to enable the experimental new Just-in-time compiler for Ruby 2.6

    Published:

  • Card image cap
    Go Rails

    Webpacker Javascript Embed Code Snippet & Scoped Styles

    We can use webpacker to create scoped styles for our Javascript widget and build an embed code that links to the latest version of our webpacker JS and CSS for our embeddable widget.

    Published:

  • Card image cap
    Drifting Ruby

    Incoming Emails with Action Mailbox

    Handling and routing incoming emails into your application can be a daunting task. In this episode, we take an early look into the upcoming Action Mailbox in Rails 6.0 which greatly simplifies the process.

    Published:

  • Card image cap
    Go Rails

    Restricting Javascript Widgets to Registered Sites

    We don't want anyone to be able to embed your Javascript widget on any domain, so we'll setup our app to check the domain and only allow the widget on specific sites

    Published: