Player FM - Internet Radio Done Right
16 subscribers
Checked 2M ago
जोड़े गए nine सालो पहले
Chris Oliver द्वारा प्रदान की गई सामग्री. एपिसोड, ग्राफिक्स और पॉडकास्ट विवरण सहित सभी पॉडकास्ट सामग्री Chris Oliver या उनके पॉडकास्ट प्लेटफ़ॉर्म पार्टनर द्वारा सीधे अपलोड और प्रदान की जाती है। यदि आपको लगता है कि कोई आपकी अनुमति के बिना आपके कॉपीराइट किए गए कार्य का उपयोग कर रहा है, तो आप यहां बताई गई प्रक्रिया का पालन कर सकते हैं https://hi.player.fm/legal।
Player FM - पॉडकास्ट ऐप
Player FM ऐप के साथ ऑफ़लाइन जाएं!
Player FM ऐप के साथ ऑफ़लाइन जाएं!
पॉडकास्ट सुनने लायक
प्रायोजित
S
State Secrets: Inside The Making Of The Electric State


1 Family Secrets: Chris Pratt & Millie Bobby Brown Share Stories From Set 22:08
22:08
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद22:08
Host Francesca Amiker sits down with directors Joe and Anthony Russo, producer Angela Russo-Otstot, stars Millie Bobby Brown and Chris Pratt, and more to uncover how family was the key to building the emotional core of The Electric State . From the Russos’ own experiences growing up in a large Italian family to the film’s central relationship between Michelle and her robot brother Kid Cosmo, family relationships both on and off of the set were the key to bringing The Electric State to life. Listen to more from Netflix Podcasts . State Secrets: Inside the Making of The Electric State is produced by Netflix and Treefort Media.…
GoRails Screencasts
सभी (नहीं) चलाए गए चिह्नित करें ...
Manage series 1128630
Chris Oliver द्वारा प्रदान की गई सामग्री. एपिसोड, ग्राफिक्स और पॉडकास्ट विवरण सहित सभी पॉडकास्ट सामग्री Chris Oliver या उनके पॉडकास्ट प्लेटफ़ॉर्म पार्टनर द्वारा सीधे अपलोड और प्रदान की जाती है। यदि आपको लगता है कि कोई आपकी अनुमति के बिना आपके कॉपीराइट किए गए कार्य का उपयोग कर रहा है, तो आप यहां बताई गई प्रक्रिया का पालन कर सकते हैं https://hi.player.fm/legal।
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
380 एपिसोडस
सभी (नहीं) चलाए गए चिह्नित करें ...
Manage series 1128630
Chris Oliver द्वारा प्रदान की गई सामग्री. एपिसोड, ग्राफिक्स और पॉडकास्ट विवरण सहित सभी पॉडकास्ट सामग्री Chris Oliver या उनके पॉडकास्ट प्लेटफ़ॉर्म पार्टनर द्वारा सीधे अपलोड और प्रदान की जाती है। यदि आपको लगता है कि कोई आपकी अनुमति के बिना आपके कॉपीराइट किए गए कार्य का उपयोग कर रहा है, तो आप यहां बताई गई प्रक्रिया का पालन कर सकते हैं https://hi.player.fm/legal।
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
380 एपिसोडस
सभी एपिसोड
×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
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद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.
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
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद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

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.

1 Customizing Rubocop Rails Omakase Rules 6:33
6:33
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद6:33
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
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद6: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
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद18: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
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद17:14
Enqueuing jobs inside of a database transaction is a common mistake that's now handled for you automatically in Rails 7.2

1 How to use the Browser Guard in Rails 14:56
14:56
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद14:56
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.

1 How to use Dev Containers with Rails 24:07
24:07
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद24:07
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
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद20:09
Rails 7.2 introduced a new rate limit feature that uses the Rails cache for preventing abuse of routes in your applications.

1 Adding Honeybadger Insights To The RubyGem 22:42
22:42
बाद में चलाएं
बाद में चलाएं
सूचियाँ
पसंद
पसंद22: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.
प्लेयर एफएम में आपका स्वागत है!
प्लेयर एफएम वेब को स्कैन कर रहा है उच्च गुणवत्ता वाले पॉडकास्ट आप के आनंद लेंने के लिए अभी। यह सबसे अच्छा पॉडकास्ट एप्प है और यह Android, iPhone और वेब पर काम करता है। उपकरणों में सदस्यता को सिंक करने के लिए साइनअप करें।