540 Ruby on Rails ideas | ruby on rails, web development, learning
Skip to content
Search for easy dinners, fashion, etc.
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.

Ruby on Rails

Learn Ruby on Rails Web Development through a collection of video tutorials recorded and performed by https://www.driftingruby.com.
546 Pins
·
10h
davekimura
By
Dave Kimura
Related searches
We think you’ll love these

Related Interests

Ruby On Rails
Web Development
Student Teacher
Ruby
Ruby Programming
Reading Comprehension Test

More about this Pin

In this episode, we'll look at common problems with broadcasting refreshes and page morphs as well as some paths to a solution to provide a good user experience.
the logo for rail's credenalis overridde

More about this Pin

In this episode, we look at an interesting approach to override Rails Credentials so each developer can customize the credentials without changing the credentials file.
the logo for rails, which is red and white with black lettering on it

More about this Pin

In this episode, we'll have a look at a few different examples of how to make AJAX requests in a modern Rails application. We'll also explore some of the different things to be aware of and patterns that I feel make for maintainable applications.
the words self hosted app and an image of raspberries

More about this Pin

Related interests

Ruby On Rails
Web Development
In this episode, we'll go from a fresh Rails 8 application and a newly provisioned Raspberry Pi to deploying the application on the PI. We'll also set up a domain to point to this application and put in place geo restrictions to help prevent unwanted access.
the words komal and rollback are shown in two different font styles, one is black

More about this Pin

In this episode, we'll have a look at a few different scenarios on using the rollback functionality within Kamal. We'll also explore some best practices when developing our applications and some things to be aware of about the rollback feature.
the logo for an appliance that is designed to look like colorful pops and sticks

More about this Pin

Related interests

Ruby
Pattern
In this episode, we look at a pattern used by Fizzy on handling authorization in our Rails applications.
Ruby On Rails, Open Source Projects, Web Development, Ruby, Pattern

More about this Pin

Related interests

Open Source Projects
In this episode, we look at the open source project Fizzy and the Javascript patterns used. We will look at various patterns used and some thoughts of improvement.
the logo for cool things in fizzy

More about this Pin

Related interests

Coding
In this episode, we look deploying Fizzy to a server and look at some of the notable practices found in the code.
several different types of logos with the words kanmal with non - rails apps on them

More about this Pin

In this episode, we look at using Kamal to deploy a Python application to a server.
the git logo with an alpaca and music note in the background that says,'git all commit messages '

More about this Pin

Related interests

Student Teacher
In this episode, we'll use a local LLM to generate our commit message automatically and then give us a chance to review it before saving the commit message.
the logo for rails and local cl is shown in red, white and black

More about this Pin

In this episode, we look at a new Rails 8.1 feature gives you a DSL to run your Continuous Integrations steps on your local machine instead from your version control system.
some type of font and numbers that are in different colors, sizes, and shapes

More about this Pin

In this episode, we'll look at the two of my favorite changes in the recent Kamal releases. We'll explore some of the flows that the new registry uses and some things to be aware of.
a diagram with the words failover requests and an image of a cloud above it

More about this Pin

In this episode, we look at creating a failover mechanism for API requests. This can be a handy trick in situations where you want to add fault tolerance to an API request. We'll use the example of the Ollama Cloud as a failover to a locally hosted instance of Ollama.
a red circle with the words active job continulations in white and black

More about this Pin

Related interests

Keep In Mind
In this episode, we'll explore a new Rails 8.1 feature that allows background jobs to "pick up where they left off." We'll look at how the new Continuations feature helps prevent long-running jobs from being lost during deployments, and some important nuances to keep in mind when using it.
Ruby On Rails

More about this Pin

When PWA websites are installed (specifically on iOS) there is some functionality lost to refresh the page. In this episode, we explore in how to restore this functionality.