GoRails is a series of screencasts and guides for all aspects of Ruby on Rails. Learn how to setup your machine, build a Rails application, and deploy it to a server.
…
continue reading
Every week you will be treated to a new Drifting Ruby episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well.
…
continue reading
Tutorials, tips and tricks on the latest applications and technologies
…
continue reading
High quality videos demonstrating development in Ruby, Rails, Groovy, Grails, CSS, HTML, JQuery, and much more...
…
continue reading
Wir zeigen Ihnen in 120 Sekunden die Vorteile von LinguLab. Erstellen Sie ganz einfach verständliche, strukturierte und suchmaschinenoptimierte Texte.
…
continue reading
CSS-Tricks Screencasts is focused on showing you tips, tricks, techniques about web design. Code samples can be extremely helpful, but sometimes it is even more helpful to watch someone as they code. In CSS-Tricks Screencasts will show you real live CSS and HTML code being written and tested right on the screen. Topics will vary but will always center around design and usability.
…
continue reading
Learn how easy it is to apply web interaction using jQuery.
…
continue reading
Ruby 3.4 added 'it' to reference a block parameter with no variable name. Let's check it out!Chris Oliver による
…
continue reading
Hotwire Spark is a new live reloading tool for Hotwire applications that uses morphing to update the page smoothly.Chris Oliver による
…
continue reading
In this episode, we look at some precautions we can take with our production environment and setup recurring backups for the database.Dave Kimura による
…
continue reading
Black Friday is a popular shopping holiday every year. In this lesson, we'll build a Ruby gem to help automate our Black Friday sales each year.Chris Oliver による
…
continue reading
In this episode, we look at creating an entire infrastructure (proxy, load balancer, app servers, worker servers, database server, and a storage server) on our own hardware use Kamal to provision and deploy our Ruby on Rails application.Dave Kimura による
…
continue reading
Import maps are great, but how do they work? In this lesson, we'll demystify import maps and see how they integrate with Rails' asset pipeline.Chris Oliver による
…
continue reading
1
How to Configure Multiple Databases with Rails
20:07
20:07
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
20:07
Rails 8 now ships with multiple databases by default. In this lesson, we'll learn how the configuration works and how to deploy to production with environment variablesChris Oliver による
…
continue reading
1
How To Add Impersonation To Rails Authentication Generator
16:10
16:10
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
16:10
The Rails authentication generator is an awesome new addition with Rails 8 so let's explore how we can customize it to support user impersonation.Chris Oliver による
…
continue reading
In this episode we look at deploying a Rails 8 beta application to a Digital Ocean droplet. We'll also look at a scenario of deploying Action Cable broadcasts and another with recurring background jobs.Dave Kimura による
…
continue reading
Rubocop Rails Omakase is just a starting place and provides a handful of rules.Chris Oliver による
…
continue reading
Rails 7.2 now warns if any test runs without assertions. It helps make tests that may raise errors more explicit and less prone to mistakes.Chris Oliver による
…
continue reading
Large forms can be overwhelming to fill out, especially if not all of the fields are required. In this episode, we'll look at creating a stimulus controller to conditionally display fields based on the input of another field.Dave Kimura による
…
continue reading
1
How to use Omakase Rubocop Linter/Formatter Rules for Rails
18:51
18:51
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
18:51
Formatting Ruby code can be a point of contention because the language is so flexible, but itChris Oliver による
…
continue reading
1
Defer Job Enqueues After Transaction Commit in Rails 7.2
17:14
17:14
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
17:14
Enqueuing jobs inside of a database transaction is a common mistake that's now handled for you automatically in Rails 7.2Chris Oliver による
…
continue reading
The new browser guard in Rails 7.2 allows you to gate access to your application if a user is not using a modern browser.Chris Oliver による
…
continue reading
Installing dependencies to develop and run your Rails applications locally can be a pain.Chris Oliver による
…
continue reading
Rails 7.2 introduced a new rate limit feature that uses the Rails cache for preventing abuse of routes in your applications.Chris Oliver による
…
continue reading
In this episode, we will upload a CSV file but need to pass it into a background job. This can prove to be difficult based on the hosting infrastructure so we'll explore some mechanisms to work around them. We'll also look to optimize Solid Queue to handle the large number of jobs.Dave Kimura による
…
continue reading
Honeybadger's new Insights feature is awesome but required manually editing the yaml file to enable. Let's make a pull request to automate this.Chris Oliver による
…
continue reading
In this episode, we look at setting up a mechanism to track the changes from an externally developed product. We'll also discuss branching strategies and how to develop your own features on top of Writebook.Dave Kimura による
…
continue reading
1
Adding Timeouts to net-ssh with Mike Perham
1:20:22
1:20:22
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
1:20:22
In this lesson, we'll dive into some code to add timeouts for an issue with net-ssh with the help of Mike PerhamChris Oliver による
…
continue reading
In this episode, we tackle the issue of slow-loading dropdowns with a high volume of options by implementing an asynchronous select using the Hotwire Combobox library.Dave Kimura による
…
continue reading
Sometimes you need user input to be restricted to a certain range or limited like "greater than zero". While you can do this with conditionals, there are some useful tricks to do this better in Ruby.Chris Oliver による
…
continue reading
Rubygems.org released a new feature called Trusted Publishing which allows you to release gems directly from GitHub Actions without requiring 2FA or long-lived API tokens. Let's see how it works!Chris Oliver による
…
continue reading
Sometimes you write code to get a feature working and stop there. With a little refactoring, you can extract local variables into methods that make testing and extending easier.Chris Oliver による
…
continue reading
In this episode, we look at various tricks in Ruby on Rails as well as some other neat tricks.Dave Kimura による
…
continue reading
In this episode, we will learn about handling one-time payments with the Pay gem and Stripe embedded checkout. This is a great approach for non-recurring payments and can be implemented very quickly.Chris Oliver による
…
continue reading
In this episode, we'll look at setting up a fresh Windows 11 environment for Ruby on Rails development. We'll be looking at a few different tricks that makes managing a Windows environment much easier.Dave Kimura による
…
continue reading
In this video, you'll learn about a feature of IRB, which is the ability to change context into an object.Chris Oliver による
…
continue reading
Ever wonder how you could add audio to interactions on a website. In this episode, we'll explore adding sounds whenever someone clicks on a link or button.Dave Kimura による
…
continue reading
Ever wondered how Rails controllers get their functionality? Let's see how we can add translation support to Rails API controllers by looking at the Rails sourceChris Oliver による
…
continue reading
Adam McCrea walks through using Phlex to build components for views in your Rails applications. Phlex is a Ruby gem for building fast object-oriented HTML and SVG components using Ruby constructs: methods, keyword arguments and blocks.Chris Oliver による
…
continue reading
Mission Control Jobs is a UI for ActiveJob in Rails. It was announced at Rails World 2023 and just got released. It currently supports SolidQueue and Resque with more queue adapter support in the future.Chris Oliver による
…
continue reading
1
Single Table Inheritance (STI) with ActiveRecord in Rails
13:24
13:24
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
13:24
Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.Chris Oliver による
…
continue reading
1
Send Notifications in Rails with Noticed gem v2
23:45
23:45
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
23:45
Notifications in Rails applications are even easier now with the new release of Noticed gem v2. We'll explore how to add notifications to your Rails app in just a few minutes.Chris Oliver による
…
continue reading
Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version.Chris Oliver による
…
continue reading
1
Syncing Repositories with Ruby Scripts - Part 2
37:59
37:59
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
37:59
In this lesson, we will pick up where we left off in the last part and package up our script into a gem that we can share. Along the way, we'll look at how we can spread responsibility across a few small classes to separate concerns and hopefully make theChris Oliver による
…
continue reading
1
How to use Solid Queue in Rails with Active Job
13:24
13:24
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
13:24
Solid Queue is a database backed queue adapter for ActiveJob in your Rails apps. Instead of requiring an additional service like Redis, jobs are managed in the database itself and it's compatible with PostgreSQL, MySQL, and SQLite.Chris Oliver による
…
continue reading
1
Syncing Repositories with Ruby Scripts - Part 1
33:02
33:02
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
33:02
In this lesson, we will be looking at getting a v1 of a Ruby script that will fetch, pull, and push across several repositories and remotes to keep our code up-to-date. Hopefully, it will give you ideas for other areas in your workflow where a simple RubyChris Oliver による
…
continue reading
Discover how the new template locals work in Rails 7.1Chris Oliver による
…
continue reading
In this lesson, we will look at a key element in what make the web, the web. Hyperlinks.Chris Oliver による
…
continue reading
In this lesson, we will have a look at the elements used to markup text content in HTML.Chris Oliver による
…
continue reading
1
HTML Learning Path - Form Parameter Naming Conventions In Rails
5:23
5:23
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
5:23
In this lesson, we will step briefly into the world of forms in Rails to see the naming conventions Rails uses to help us get structured data from form submissions in our Rails applications.Chris Oliver による
…
continue reading
In this lesson, we will explore the other types of input elements which we can use in our forms.Chris Oliver による
…
continue reading
In this lesson, we will learn about how to display content in a list and how we can use list elements to create navigational aids for our webpages.Chris Oliver による
…
continue reading
In this lesson, we will learn about how to display images on our webpages.Chris Oliver による
…
continue reading
In this lesson, we will lay down our foundational knowledge of forms on the web, knowledge that will be used throughout your career as a web developer.Chris Oliver による
…
continue reading
In this lesson, we will learn about the basic structure of HTML documents.Chris Oliver による
…
continue reading
In this lesson, we will explore the button element and some of the lesser known attributes/functionality that can be added to them.Chris Oliver による
…
continue reading
1
HTML Learning Path - What is HTML and Why Learn It
5:50
5:50
「あとで再生する」
「あとで再生する」
リスト
気に入り
気に入った
5:50
In this lesson, we will learn what HTML is and why we need to know about it.Chris Oliver による
…
continue reading