Player FM - Internet Radio Done Right
16 subscribers
Checked 11d ago
추가했습니다 nine 년 전
Chris Oliver에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Chris Oliver 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!
Player FM 앱으로 오프라인으로 전환하세요!
들어볼 가치가 있는 팟캐스트
스폰서 후원
Wyatt Flores is a 23-year-old singer-songwriter from Stillwater, Oklahoma, who’s making a name for himself in the Red Dirt music scene, building on the musical legacy of his home state. He grew up on a ranch in a working-class family where he was surrounded by musicians, often hearing them play cowboy songs around a campfire. His father, a drummer, built him a stage in the backyard when he recognized his talent, and his Uncle Bobby taught him how to play guitar. Now Wyatt is playing in front of thousands of fans, singing at the Grand Ole Opry, and writing songs that are winning audiences with their honesty, heart, and vulnerability. His debut album, Welcome to the Plains, explores the rough—and sometimes violent—side of growing up in rural Oklahoma, but it also shows a talent for storytelling and a wry sense of humor. Sid talks to Wyatt about why he’s so happy to be back in Stillwater after a couple of years in Nashville, the mental health struggles he’s openly shared with his fans, the family member he wants to have on his podcast, and why his favorite food is a breakfast burrito. Learn more about your ad choices. Visit podcastchoices.com/adchoices…
How to use Dev Containers with Rails
Manage episode 433315727 series 1128630
Chris Oliver에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Chris Oliver 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Installing dependencies to develop and run your Rails applications locally can be a pain.
…
continue reading
385 에피소드
Manage episode 433315727 series 1128630
Chris Oliver에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Chris Oliver 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Installing dependencies to develop and run your Rails applications locally can be a pain.
…
continue reading
385 에피소드
모든 에피소드
×G
GoRails Screencasts

The Rails Authentication generator is getting new test helpers. We'll take a look at how to use them with integration tests and how to extend them to work with system tests too.
Rails now ships the Trix editor as a separate gem (action_text-trix) instead of being included in ActionText. This allows for separate releases independently of Rails.
G
GoRails Screencasts

Enumerable provides a suite of sorting, filtering, iterating functionality to any collection class in Ruby. It's easy to implement and use, so let's see how to use it.
G
GoRails Screencasts

To provide clean integrations with Rails plugins, we can use lazy load hooks to add callbacks for when classes are loaded.
G
GoRails Screencasts

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

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

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

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

Rubocop Rails Omakase is just a starting place and provides a handful of rules.
G
GoRails Screencasts

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

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

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.
Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version.
G
GoRails Screencasts

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

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

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
Discover how the new template locals work in Rails 7.1
In this lesson, we will look at a key element in what make the web, the web. Hyperlinks.
G
GoRails Screencasts

In this lesson, we will explore the other types of input elements which we can use in our forms.
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
나중에 재생
나중에 재생
리스트
좋아요
좋아요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.
G
GoRails Screencasts

In this lesson, we will learn about how to provide better structure to our webpages using more semantic elements from HTML5.
In this lesson, we will learn about how to display images on our webpages.
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

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

In this lesson, we will learn about the basic structure of HTML documents.
G
GoRails Screencasts

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

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

Installing dependencies to develop and run your Rails applications locally can be a pain.
G
GoRails Screencasts

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

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

In this lesson, we'll dive into some code to add timeouts for an issue with net-ssh with the help of Mike Perham
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.
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!
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.
In this video, you'll learn about a feature of IRB, which is the ability to change context into an object.
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
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
나중에 재생
나중에 재생
리스트
좋아요
좋아요13:24
Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.
플레이어 FM에 오신것을 환영합니다!
플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.