Player FM - Internet Radio Done Right
16 subscribers
Checked 3d ago
הוסף לפני nine שנים
תוכן מסופק על ידי Chris Oliver. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Chris Oliver או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
<
<div class="span index">1</div> <span><a class="" data-remote="true" data-type="html" href="/series/the-agile-brand-with-greg-kihlstromr-expert-mode-marketing-technology-ai-cx">The Agile Brand with Greg Kihlström®: Expert Mode Marketing Technology, AI, & CX</a></span>


Expert mode marketing technology, AI, and CX insights from top brands and Martech platforms fill every episode, focusing on what leaders need to know to build customer lifetime value and long-term business value. The Agile Brand with Greg Kihlström® features executives and thought leaders from top brands and tech platforms discussing the industry's trends, like AI adoption, first-party data strategies, artificial intelligence in the consumer journey, consumer data privacy, omnichannel customer experience, and more. The Agile Brand is hosted by Greg Kihlström, martech and artificial intelligence transformation advisor and consultant to leading brands, speaker, entrepreneur, and best-selling author. It provides a fresh perspective on the continually evolving dynamic between brands and the audiences they serve.
Health Check Endpoint in Rails 7.1
Manage episode 378696256 series 1128630
תוכן מסופק על ידי Chris Oliver. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Chris Oliver או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
In this episode, we will look into the new health check endpoint that will come by default in a Rails 7.1 application.
…
continue reading
384 פרקים
Manage episode 378696256 series 1128630
תוכן מסופק על ידי Chris Oliver. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Chris Oliver או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
In this episode, we will look into the new health check endpoint that will come by default in a Rails 7.1 application.
…
continue reading
384 פרקים
כל הפרקים
×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

1 How to use Enumerable with Ruby Classes 11:50
11:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:50
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

1 How to add Lazy Load Hooks to Rails Plugins 13:21
13:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי13:21
To provide clean integrations with Rails plugins, we can use lazy load hooks to add callbacks for when classes are loaded.
G
GoRails Screencasts

1 How to use CodeMirror with ImportMaps 11:37
11:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:37
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!
G
GoRails Screencasts

Ruby 3.4 added 'it' to reference a block parameter with no variable name. Let's check it out!
G
GoRails Screencasts

1 Live Reloading with Hotwire Spark 12:13
12:13
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי12:13
Hotwire Spark is a new live reloading tool for Hotwire applications that uses morphing to update the page smoothly.
G
GoRails Screencasts

1 Creating a Ruby Gem for Black Friday sales 26:22
26:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי26: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.
G
GoRails Screencasts

1 How To Use Importmaps With Rails 18:11
18:11
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי18:11
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

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 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.
Rubocop Rails Omakase is just a starting place and provides a handful of rules.
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

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
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.