Articles of interest for Ruby on Rails
Displaying articles 276 - 300 of 5374 in totalArticle Sources
-
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:
-
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:
-
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:
-
Simple and Complex Database Migrations
In this episode, we look at database migrations and different ways to generate the schema.
Published:
-
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:
-
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:
-
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:
-
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:
-
What the RegEx?
In this episode, we look at different ways to use pattern matching with Regular Expressions in Ruby.
Published:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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: