Player FM - Internet Radio Done Right
16 subscribers
Checked 13d ago
הוסף לפני nine שנים
Nội dung được cung cấp bởi Chris Oliver. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Chris Oliver hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Player FM - Ứng dụng Podcast
Chuyển sang chế độ ngoại tuyến với ứng dụng Player FM !
Chuyển sang chế độ ngoại tuyến với ứng dụng Player FM !
Podcast đáng để nghe
TÀI TRỢ BỞI
We're trying something different this week: a full post-show breakdown of every episode in the latest season of Black Mirror! Ari Romero is joined by Tudum's Black Mirror expert, Keisha Hatchett, to give you all the nuance, the insider commentary, and the details you might have missed in this incredible new season. Plus commentary from creator & showrunner Charlie Brooker! SPOILER ALERT: We're talking about the new season in detail and revealing key plot points. If you haven't watched yet, and you don't want to know what happens, turn back now! You can watch all seven seasons of Black Mirror now in your personalized virtual theater . Follow Netflix Podcasts and read more about Black Mirror on Tudum.com .…
How to use Omakase Rubocop Linter/Formatter Rules for Rails
Manage episode 434580780 series 1128630
Nội dung được cung cấp bởi Chris Oliver. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Chris Oliver hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Formatting Ruby code can be a point of contention because the language is so flexible, but it
…
continue reading
381 tập
Manage episode 434580780 series 1128630
Nội dung được cung cấp bởi Chris Oliver. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được Chris Oliver hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Formatting Ruby code can be a point of contention because the language is so flexible, but it
…
continue reading
381 tập
כל הפרקים
×Learn how to use the CodeMirror editor in your browser using Importmaps.
Rails 8 introduces a new expect method for permitting parameters that fixes a few of the issues with require and permit. Let's take a look!
Ruby 3.4 added 'it' to reference a block parameter with no variable name. Let's check it out!
Hotwire Spark is a new live reloading tool for Hotwire applications that uses morphing to update the page smoothly.

1 Creating a Ruby Gem for Black Friday sales 26:22
26:22
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích26:22
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.
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.

1 How to Configure Multiple Databases with Rails 20:07
20:07
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích20: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 variables

1 How To Add Impersonation To Rails Authentication Generator 16:10
16:10
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích16: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.
Rubocop Rails Omakase is just a starting place and provides a handful of rules.

1 Tests Without Assertions Warning in Rails 7.2 6:28
6:28
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích6:28
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.

1 How to use Omakase Rubocop Linter/Formatter Rules for Rails 18:51
18:51
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích18:51
Formatting Ruby code can be a point of contention because the language is so flexible, but it

1 Defer Job Enqueues After Transaction Commit in Rails 7.2 17:14
17:14
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích17:14
Enqueuing jobs inside of a database transaction is a common mistake that's now handled for you automatically in Rails 7.2
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.
Installing dependencies to develop and run your Rails applications locally can be a pain.

1 How to Rate Limit Requests in Rails 7.2 20:09
20:09
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích20:09
Rails 7.2 introduced a new rate limit feature that uses the Rails cache for preventing abuse of routes in your applications.
G
GoRails Screencasts

1 Adding Honeybadger Insights To The RubyGem 22:42
22:42
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích22:42
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.
G
GoRails Screencasts

1 Adding Timeouts to net-ssh with Mike Perham 1:20:22
1:20:22
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích1: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 Perham
G
GoRails Screencasts

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.
G
GoRails Screencasts

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!
G
GoRails Screencasts

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.
G
GoRails Screencasts

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.
G
GoRails Screencasts

In this video, you'll learn about a feature of IRB, which is the ability to change context into an object.
G
GoRails Screencasts

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 source
G
GoRails Screencasts

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.
G
GoRails Screencasts

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.
G
GoRails Screencasts

1 Single Table Inheritance (STI) with ActiveRecord in Rails 13:24
13:24
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích13:24
Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.
G
GoRails Screencasts

1 Send Notifications in Rails with Noticed gem v2 23:45
23:45
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích23: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.
G
GoRails Screencasts

Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version.
G
GoRails Screencasts

1 Syncing Repositories with Ruby Scripts - Part 2 37:59
37:59
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích37: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 the
G
GoRails Screencasts

1 How to use Solid Queue in Rails with Active Job 13:24
13:24
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích13: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.
G
GoRails Screencasts

1 Syncing Repositories with Ruby Scripts - Part 1 33:02
33:02
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích33: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 Ruby
G
GoRails Screencasts

Discover how the new template locals work in Rails 7.1
G
GoRails Screencasts

In this lesson, we will look at a key element in what make the web, the web. Hyperlinks.
G
GoRails Screencasts

1 HTML Learning Path - Additional Input Types 19:19
19:19
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích19:19
In this lesson, we will explore the other types of input elements which we can use in our forms.
G
GoRails Screencasts

In this lesson, we will explore the button element and some of the lesser known attributes/functionality that can be added to them.
G
GoRails Screencasts

1 HTML Learning Path - Form Parameter Naming Conventions In Rails 5:23
5:23
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích5: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.
G
GoRails Screencasts

1 HTML Learning Path - Additional Semantic Elements 5:53
5:53
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích5:53
In this lesson, we will learn about how to provide better structure to our webpages using more semantic elements from HTML5.
G
GoRails Screencasts

In this lesson, we will learn about how to display images on our webpages.
G
GoRails Screencasts

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.
G
GoRails Screencasts

1 HTML Learning Path - List and Nav Elements 13:40
13:40
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích13:40
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.
G
GoRails Screencasts

1 HTML Learning Path - HTML Document Structure 10:35
10:35
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích10:35
In this lesson, we will learn about the basic structure of HTML documents.
G
GoRails Screencasts

In this lesson, we will have a look at the elements used to markup text content in HTML.
G
GoRails Screencasts

1 HTML Learning Path - What is HTML and Why Learn It 5:50
5:50
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích5:50
In this lesson, we will learn what HTML is and why we need to know about it.
G
GoRails Screencasts

1 How Rails.env works with EnvironmentInquirer & StringInquirer 12:47
12:47
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích12:47
Rails.env looks and acts like a Ruby String, but you can call methods with question marks on it. In this lesson, we'll learn how it works using ActiveSupport StringInquirer.
G
GoRails Screencasts

In this episode, we will look into the new health check endpoint that will come by default in a Rails 7.1 application.
G
GoRails Screencasts

How to upgrade to Rails 7.1 This will also work with any other version and offers a few tips on how to test things out and revert back if necessary.
G
GoRails Screencasts

Normalizing data has always been a pain in Rails, but not anymore! Instead of callbacks or overriding setters, Rails 7.1 introduces "normalizes" to make normalizing data easy.
G
GoRails Screencasts

Rails 7.1 introduces many new features for authentication. In this lesson, we'll show you how to implement authentication from scratch using Rails 7.1's new features.
G
GoRails Screencasts

In this episode we discuss how to extend Rails (gently) with Kasper Timm Hansen and a few of his open source gems. The important idea here is for people to try to come up with their own ideas of making Rails better.
G
GoRails Screencasts

Bundler 2.4.19 introduces a new "file:" option for specifying the Ruby version file. This makes it easy for you to have a single point of truth for your Ruby version file.
G
GoRails Screencasts

Mobile and desktop versions of widgets often need to be completely different. Navigation and tabs on mobile don't work well when there are lots of items so we'll show you how to use Turbo and a select tag for mobile navs.
G
GoRails Screencasts

1 Better Debugging With The Ruby Debug Gem 26:23
26:23
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích26:23
In this video, we will be looking at how to better debug issues in our programs and applications by leveraging the Ruby Debug gem.
G
GoRails Screencasts

1 Refactoring Turbo Streams into Turbo Frames 10:54
10:54
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích10:54
Turbo Frames provide an iFrame like concept for Hotwire applications. If you're using Turbo streams to replace a portion of the page, you can accomplish the same thing even easier using Turbo Frames
G
GoRails Screencasts

1 Refactoring with ActiveSupport::TimeWithZone 15:52
15:52
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích15:52
In this episode, we will look at refactoring some time related code by leveraging ActiveSupport::TimeWithZone
G
GoRails Screencasts

In this episode, we will extend Trix by adding a text highlighting feature.
G
GoRails Screencasts

1 The difference between Link_to vs Button_to in Ruby on Rails 14:22
14:22
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích14:22
A lot of developers use link_to and button_to interchangeably. In this lesson, we'll explore when you should use link_to and when to use button_to and the differences between them.
G
GoRails Screencasts

1 How to Process Inbound Webhooks (Railsconf 2023) 41:40
41:40
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích41:40
Processing inbound webhooks can be tricky. In this lesson, you'll learn how receive, verify, and process webhooks in an efficient and well-organized manner.
G
GoRails Screencasts

1 Upload Cover Images in Rails with ActiveStorage 28:30
28:30
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích28:30
Blog posts often need cover images for social sharing. In this lesson, we'll add cover image file uploads with ActiveStorage.
G
GoRails Screencasts

1 How to Add Pagination for Blog Posts in Rails 31:52
31:52
Nghe Sau
Nghe Sau
Danh sách
Thích
Đã thích31:52
Pagination is something we don't need until we publish a lot of blog posts. We can use the pagy gem to add page links to the bottom of our pages and handle thousands of blog posts.
G
GoRails Screencasts

Over time, you'll need to upgrade the Ruby version of your Rails application. For example, a new version of Ruby was released since we started this series that fixes a couple security issues in Ruby so we'll teach you how to upgrade your Ruby version.
Chào mừng bạn đến với Player FM!
Player FM đang quét trang web để tìm các podcast chất lượng cao cho bạn thưởng thức ngay bây giờ. Đây là ứng dụng podcast tốt nhất và hoạt động trên Android, iPhone và web. Đăng ký để đồng bộ các theo dõi trên tất cả thiết bị.