Player FM - Internet Radio Done Right
16 subscribers
Checked 1M ago
تمت الإضافة منذ قبل nine عام
المحتوى المقدم من Chris Oliver. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Chris Oliver أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.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/squid-game-the-official-podcast">Squid Game: The Official Podcast</a></span>


The final season is here—and Squid Game: The Official Podcast is your ultimate companion to the end of the Game. Hosts Phil Yu and Kiera Please return once more to break down every shocking twist and betrayal, and the choices that will determine who, if anyone, makes it out alive. Will Player 456 and the cast of characters we’ve grown to love finally be able to dismantle the games for good? Or will the cycle continue? Alongside creators, cultural critics, and viral internet voices, Phil and Kiera provide their own theories for how the season ends, and what Squid Game ultimately reveals about power, sacrifice, and the systems that shape us. The biggest question isn’t who wins—it’s what it means to be human. Squid Game: The Official Podcast returns Friday, June 27th.
Rails 7.1 Authentication From Scratch
Manage episode 376850062 series 1128630
المحتوى المقدم من Chris Oliver. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Chris Oliver أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
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.
…
continue reading
385 حلقات
Manage episode 376850062 series 1128630
المحتوى المقدم من Chris Oliver. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Chris Oliver أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
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.
…
continue reading
385 حلقات
Toate episoadele
×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.
G
GoRails Screencasts

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

Learn how to use the CodeMirror editor in your browser using Importmaps.
G
GoRails Screencasts

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

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

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

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

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.
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
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

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

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

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 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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب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.
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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب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 the
G
GoRails Screencasts

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

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 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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب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

1 HTML Learning Path - Additional Semantic Elements 5:53
5:53
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب26: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب41: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب28: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
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب31: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.
G
GoRails Screencasts

Rails uses the MVC Pattern. This isn't as scary as it sounds. It's basically a design architecture that gives you 3 primary buckets to help you organize your code.
G
GoRails Screencasts

1 Blog Posts with File Uploads using ActiveStorage & Amazon S3 21:41
21:41
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب21:41
ActionText builds on top of the ActiveStorage file uploads feature in Rails, so we're going to configure Amazon S3 storage so we can upload files in production
G
GoRails Screencasts

ActionText is a feature of Rails that allows you to add rich text including file uploads to any of your models. This is a perfect fit for our Blog Posts, so we're going to replace the text column with a rich text field with ActionText.
G
GoRails Screencasts

Scopes are a way for us to change the way a database table is queried. For example, we can use them to change the ordering of the results so certain records are first.
G
GoRails Screencasts

1 Writing Tests for Scheduled Blog Posts 15:10
15:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:10
Our scheduled blog posts adds some complexity to our app. In this lesson, we're going to write some tests to make sure that our code does what we want it to do.
G
GoRails Screencasts

Scheduling blog posts to be published in the future is the next feature we're going to add. In this lesson, we'll talk about several options we have to implement this and then choose one to build.
G
GoRails Screencasts

1 Deploying our Rails Blog to Production 17:26
17:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:26
Next we're going to deploy our Rails blog application to production! This is a huge step, but also
G
GoRails Screencasts

Our blog doesn't look great. We're going to install TailwindCSS so we can easily style our Rails application however we want.
G
GoRails Screencasts

Anyone can create, edit, or delete a blog post in our Rails app currently. In this lesson, we'll add authentication so only allowed users can do those actions.
G
GoRails Screencasts

1 Adding a Blog Post Destroy Action and Refactoring 12:02
12:02
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:02
We want to be able to delete blog posts we no longer want. We'll learn how to delete blog posts and refactor our code in this lesson.
G
GoRails Screencasts

Implementing Edit and Update actions are straightforward now. We can reuse what we've learned with New and Create and reuse some of the logic to edit and update database records in Rails.
G
GoRails Screencasts

Handling form submissions with Rails teaches us about strong parameters and saving data with our Rails models into the database.
G
GoRails Screencasts

We now want to create new Blog Posts in our Rails app, not directly in the database. To do this, we're going to start by building a new action and form for inputting data for our Rails model.
G
GoRails Screencasts

We need a way to view individual Blog Posts on their own URLs now. That's where our Show action comes into play and we will learn how to build that in this lesson.
G
GoRails Screencasts

An index page allows us to display all the blog posts in our database. We will learn how to setup routes that point to controllers and actions that render HTML.
G
GoRails Screencasts

The first thing we need is a database table to store our blog posts. We create a Rails model (the M in MVC) to create the database and a Ruby class for us to interact with the database table.
G
GoRails Screencasts

Now that we've created a new Rails app, let's take a look at the files generated and learn what they do
G
GoRails Screencasts

We're going to build a Blog with Ruby on Rails so let's start by making sure we have everything installed and create our new Rails app
G
GoRails Screencasts

Object oriented programming and Ruby go hand in hand. This lesson, we'll learn how to define classes and create instances of them to organize our code.
G
GoRails Screencasts

Loops allow you to run code multiple times. This is handy when you need to process a group of items one at a time until the entire group is finished. We'll also learn about Ruby blocks to define the set of operations.
G
GoRails Screencasts

So far, our project has been a single line of operation. We can refactor this to use methods to reuse code in various ways.
G
GoRails Screencasts

A method or function is a way to define a group of code that can be used repeatedly. We'll learn how to define methods in our Ruby code and then use them multiple times.
G
GoRails Screencasts

Conditionals allow your code to take different paths. Learn how to use conditionals like if statements in your Ruby code
Learn how to use Hashes in your Ruby code
Learn how to use Arrays in your Ruby code
G
GoRails Screencasts

Learn how to use Integers and Floats in your Ruby code
Learn how Strings work in Ruby
G
GoRails Screencasts

Learn how to execute Ruby Scripts and interactively run Ruby code in IRB
G
GoRails Screencasts

In this lesson, we look at the tools we will need to have installed so that we can start on our journey to learning SQL.
G
GoRails Screencasts

In this lesson, we will look at how to setup auto-incrementing integers ids for our rows in our database tables.
G
GoRails Screencasts

In this lesson, we will begin to explore how we can relate rows from one table to rows in another table by using foreign keys.
G
GoRails Screencasts

In this lesson, we will look at using the foreign keys to join tables together to return results from both tables.
G
GoRails Screencasts

1 SQL Learning Path - Group By Statement 10:01
10:01
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:01
In this lesson, we will look at how to group rows by a given column and then use aggregate functions to perform calculations on the results.
G
GoRails Screencasts

1 SQL Learning Path - Update Delete Statements 12:08
12:08
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:08
In this lesson, we will look at how to update the data and delete rows of data from our database tables.
G
GoRails Screencasts

In this lesson, we will look at how to use calculations with the where clause to filter the results from our database queries.
G
GoRails Screencasts

In this lesson, we will look at how to filter the results from our database queries.
G
GoRails Screencasts

1 SQL Learning Path - Calculations with Columns 17:13
17:13
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:13
In this lesson, we will look at how to perform calculations on the data we retrieve from columns in our database tables.
G
GoRails Screencasts

In this lesson, we will look at how to select rows of data from our database tables.
G
GoRails Screencasts

In this lesson, we will look at how to manipulate string data returned from our queries.
G
GoRails Screencasts

In this lesson, we will look at how to filter the groups resulting from writing group by clauses with the HAVING clause.
G
GoRails Screencasts

In this lesson, we will look at how to use joins together with group by clauses to group by columns from other tables.
G
GoRails Screencasts

In this lesson, we will look at how to insert data into our database table.
G
GoRails Screencasts

1 SQL Learning Path - Creating and Dropping Tables 10:20
10:20
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:20
In this lesson, we will learn how to create and drop tables in our database with SQL commands.
G
GoRails Screencasts

1 SQL Learning Path - Creating and Dropping Databases 9:36
9:36
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:36
In this lesson, we will learn how to create and drop databases with SQL commands.
G
GoRails Screencasts

1 Auto-submitting Forms & Custom Turbo Stream Actions 10:43
10:43
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:43
Learn how to auto-submit forms when a user changes a value and use custom Turbo Stream Actions to update the page
G
GoRails Screencasts

1 Serializing Attributes with Custom Coders 22:08
22:08
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب22:08
In part one of this episode on leveraging ActiveSupport::Duration, we look at how to provide a solution to calculating and updating model attributes that represent lengths of time. We look at ActiveSupport::Duration and how we can write a custom coder cla
G
GoRails Screencasts

Rails ships with support for using Memcached as the cache storage. Memcached is an open source, key value store that is designed primarily for caching. Out of the box it is configured to automatically expire old cache keys and can easily be scaled up with
G
GoRails Screencasts

In this episode, we will look at an option for beginning to refactor your code architecture to use modules as a first step to potentially extracting a new class.
G
GoRails Screencasts

In this episode, we look at how to get started making utility programs with Ruby similar to the built in cat and grep programs.
G
GoRails Screencasts

Debugging Ruby with the Caller method
G
GoRails Screencasts

In this follow-up episode on building your first Ruby gem, we look at setting up version control, adding a basic testing setup, and adding a basic GitHub action for a CI (continuous integration) setup. With these pieces in place, we should have a solid fo
G
GoRails Screencasts

In this episode, we will create our first Ruby Gem. It will be a very simplified gem that adds a method to the built-in Ruby Array class. The goal is to understand the core pieces of what is needed to create a gem that we can share with the community.
G
GoRails Screencasts

In this episode, we look at how to make a Railsbyte template. Specifically, we will be making a Railsbyte that will set up our application for deployment with Render which will allow us to be able to reuse the template on any application that we would lik
G
GoRails Screencasts

Deploying your Ruby on Rails applications to Render is only a few file modifications away. Learn how to deploy your Ruby on Rails applications using Render in this episode.
G
GoRails Screencasts

Fly.io supports deploying Ruby on Rails using Docker containers to multiple regions. For the same benefits you get using a CDN, you can use Fly.io to deploy Rails and Postgres close to your users around the world.
G
GoRails Screencasts

1 How to use the MQTT Protocol with Ruby 10:37
10:37
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:37
MQTT is a message protocol for Internet of Things devices. It's very similar to pubsub where you can broadcast and subscribe to different topics. Learn how to send messages to an MQTT broker in this tutorial.
G
GoRails Screencasts

Learn the basics of SQL using the PostgreSQL database
G
GoRails Screencasts

1 Air Quality Monitoring with Ruby, a Raspberry PI & PMS5003 Sensor 17:04
17:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:04
Learn how to use a PMS5003 air quality sensor with Ruby on the Raspberry Pi. We'll use this to monitor air quality and gather data.
G
GoRails Screencasts

1 Rails ActionController Parameters with_defaults 5:55
5:55
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:55
Learn about the ActionController Parameters with_defaults method to clean up your params in your Rails applications
G
GoRails Screencasts

1 Custom Turbo Confirm Modals with Hotwire in Rails 9:10
9:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:10
Overriding the Confirm method in Turbolinks and Hotwire has been pretty tricky until now. Using promises, Turbo can now wait until the user has submitted the confirm modal.
G
GoRails Screencasts

1 How to add a Command Palette to your Ruby on Rails app 10:30
10:30
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:30
A command palette is a common feature for power users. Learn how to add a command palette to your Ruby on Rails app using the Ninja Keys web component.
G
GoRails Screencasts

1 Building has_one from has_many Associations 9:23
9:23
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:23
In this video, we will take a look at how to use a few association declaration options to build a couple of has_one associations off of a has_many association in Rails.
G
GoRails Screencasts

1 Concept Application: Assert Difference Deep Dive 23:52
23:52
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب23:52
In this video, we will explore how the concepts we looked at in "Flattening Scopes in Ruby" are used in Rails by taking a look at the assert_difference method. We will walk through how the method works while taking note of where the concepts are applied.
G
GoRails Screencasts

In this video, we will look at how to use blocks and bindings in Ruby to pass local variables across different scopes.
G
GoRails Screencasts

1 How to use CSS Variables with Ruby on Rails 7:40
7:40
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:40
CSS Variables or CSS custom properties allow you to define variables that can be used throughout your CSS to change properties and their values dynamically. It's a wonderful feature for allowing users to customize the look of your website.
G
GoRails Screencasts

1 How to add Feature Flags in Rails with the Flipper gem 7:12
7:12
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:12
Testing out new features or changes in production is something almost every application needs. Flipper is a fantastic tool with a GUI for rolling out these changes easily in your Ruby on Rails app.
G
GoRails Screencasts

1 How to manage and run Maintenance Tasks for Rails in Production 9:29
9:29
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:29
Deploying to production often requires running tasks to backfill new columns and other data. The maintenance_tasks gem from Shopify does a great job of allowing you to define tasks with arguments and run them in production.
G
GoRails Screencasts

1 How to add Search in Rails using Meilisearch 20:10
20:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:10
Meilisearch is an open source search engine written in Rust that integrates nicely with Rails to provide advanced search capabilities similar to ElasticSearch.
G
GoRails Screencasts

1 Inline Editing with Turbo Frames in Rails 20:39
20:39
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:39
Hotwire allows us to add inline editing easily in Rails forms using Turbo Frames. Learn how to implement them in a reusable manner so you can inline edit any fields across any model.
G
GoRails Screencasts

1 Migrating from Rails UJS to Hotwire: Data Method, Confirm, and Disable With 12:38
12:38
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:38
Turbo now provides equivalents to Rails UJS data confirm, disable with, and method attributes that we can use.
G
GoRails Screencasts

Learn how to use Kredis and see it works by implementing a recent searches unique list
G
GoRails Screencasts

1 Refactoring Javascript with Stimulus Values API & Defaults 20:06
20:06
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:06
Refactoring a Javascript countdown timer into a reusable Stimulus controller gives a look at the flexibility we can achieve by taking advantage of the Stimulus Values API and customizing the default values.
G
GoRails Screencasts

1 Rails PR Code Review with Kasper Timm Hansen from the Rails core team 1:10:18
1:10:18
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب1:10:18
A code review with Kasper from the Rails core team to show us the process of reviewing, designing, and refactoring Rails code.
G
GoRails Screencasts

1 How to use jQuery & jQueryUI with Esbuild 12:47
12:47
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:47
Using jQuery and plugins like jQueryUI in modern Javascript can be a little tricky. We'll see how to use it, how to deal with javascript import hoisting and how to add plugins like jQueryUI
G
GoRails Screencasts

1 How to use Bootstrap with CSS bundling in Rails 9:37
9:37
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:37
Installing Bootstrap is easier than ever thanks to CSS Bundling in Rails now. It also wires up the Javascript so you don't have to do much of anything.
G
GoRails Screencasts

1 How to use ESBuild in Rails with JSBundling 15:07
15:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:07
JSBundling provides a flexible way of using different Javascript bundlers like ESBuild. It strikes a great balance between the asset pipeline and webpacker. Plus, Esbuild can bundle your Javascript lightning fast.
G
GoRails Screencasts

The first step in building an API wrapper Rubygem is building your HTTP client. We're going to use Faraday as our HTTP client and get it setup with authentication.
G
GoRails Screencasts

1 Dynamic Select Fields in Rails with Hotwire 19:46
19:46
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:46
Need to dynamically update fields when a user changes a select box? We can do that easily in Rails using Hotwire's Turbo Stream actions.
G
GoRails Screencasts

1 How to deploy Rails to a Staging Environment 16:15
16:15
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب16:15
Learn how to deploy your Ruby on Rails app to a Staging Environment
G
GoRails Screencasts

1 How to create Custom Elements with Web Components 15:53
15:53
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:53
Web Components are a great way to encapsulate Javascript logic around an element in your HTML. We'll explore how to create Custom Elements and see how Hotwire uses them for Turbo Stream actions.
G
GoRails Screencasts

Learn how to use Rails' brand new Request.js library for making AJAX requests in your Javascript
G
GoRails Screencasts

1 Setting up Customer Support models with Hotwire 18:40
18:40
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:40
In part 1, we're going to setup our Rails application, our models, and connect Hotwire so we can dig into building ActionMailbox next.
G
GoRails Screencasts

1 Contrasting Colors with YIQ and Helper Tests in Rails 8:30
8:30
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:30
Ever wondered how to generate contrasting colors in your Rails app? It's easy using the YIQ calculation and we can test it easily with helper tests.
G
GoRails Screencasts

Learn how to accept payments in your Rails app with Stripe Checkout using the Pay gem
G
GoRails Screencasts

Docker allows you to build a self-contained image with your application code and all it's dependencies. We'll setup our Dockerfile for the Rails app and Docker Compose yml for any other services we might need like Postgres or Redis.
G
GoRails Screencasts

Want to login your user across all subdomains in your Rails app? Here's how.
G
GoRails Screencasts

Hotwire lets us broadcast changes so we can use the same approach for nested comments, but in realtime!
G
GoRails Screencasts

Hotwire lets us broadcast changes so we can use the same approach for nested comments, but in realtime!
G
GoRails Screencasts

1 Rails for Beginners Part 9: URL Helpers and link_to 4:10
4:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:10
G
GoRails Screencasts

1 Rails for Beginners Part 1: Installing Ruby on Rails 2:36
2:36
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب2:36
G
GoRails Screencasts

1 Rails for Beginners Part 7: Adding Bootstrap CSS & Javascript 2:44
2:44
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب2:44
G
GoRails Screencasts

1 Rails for Beginners Part 2: How to create a new Rails app 3:33
3:33
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب3:33
G
GoRails Screencasts

1 Rails for Beginners Part 40: OmniAuth CSRF Protection 4:28
4:28
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:28
G
GoRails Screencasts

1 Rails for Beginners Part 4: The MVC (Model, View, Controller) Pattern? 4:45
4:45
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:45
G
GoRails Screencasts

1 Rails for Beginners Part 3: How HTTP Requests work in the Browser 8:07
8:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:07
G
GoRails Screencasts

1 Rails for Beginners Part 5: Routes and Route Types 4:47
4:47
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:47
G
GoRails Screencasts

1 Rails for Beginners Part 6: The Root Route 2:35
2:35
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب2:35
G
GoRails Screencasts

1 Rails for Beginners Part 14: Handling Sign Up Errors 8:19
8:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:19
G
GoRails Screencasts

1 Rails for Beginners Part 11: Creating the User model 6:46
6:46
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:46
G
GoRails Screencasts

G
GoRails Screencasts

1 Rails for Beginners Part 8: Using Partials for the Navbar 4:02
4:02
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:02
G
GoRails Screencasts

1 Rails for Beginners Part 10: Setting up a Git repository and Flash messages 14:28
14:28
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:28
G
GoRails Screencasts

1 Rails for Beginners Part 13: Creating a Sign Up Form 10:34
10:34
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:34
G
GoRails Screencasts

1 Rails for Beginners Part 16: Logging Out Users 4:23
4:23
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:23
G
GoRails Screencasts

G
GoRails Screencasts

1 Rails for Beginners Part 18: Accessing the Current User 6:17
6:17
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:17
G
GoRails Screencasts

1 Rails for Beginners Part 15: Login with Session Cookies 7:15
7:15
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:15
G
GoRails Screencasts

1 Rails for Beginners Part 19: Edit Password 8:23
8:23
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:23
G
GoRails Screencasts

1 Rails for Beginners Part 21: Reset Password Token Mailer 11:36
11:36
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:36
G
GoRails Screencasts

1 Rails for Beginners Part 20: Forgot Your Password 8:44
8:44
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:44
G
GoRails Screencasts

1 Rails for Beginners Part 23: Rails Credentials 3:58
3:58
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب3:58
G
GoRails Screencasts

1 Rails for Beginners Part 22: Password Reset Update 7:49
7:49
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:49
G
GoRails Screencasts

1 Rails for Beginners Part 25: Twitter Account Model 11:19
11:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:19
G
GoRails Screencasts

G
GoRails Screencasts

1 Rails for Beginners Part 27: Twitter Accounts Page 13:14
13:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:14
G
GoRails Screencasts

1 Rails for Beginners Part 28: Setting Records with Before Actions 1:31
1:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب1:31
G
GoRails Screencasts

1 Rails for Beginners Part 29: Tweets Index & New Actions 12:25
12:25
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:25
G
GoRails Screencasts

1 Rails for Beginners Part 30: Tweet Validations 5:41
5:41
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:41
G
GoRails Screencasts

1 Rails for Beginners Part 31: Tweet Partial 6:18
6:18
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:18
G
GoRails Screencasts

1 Rails for Beginners Part 32: Edit and Destroy Tweets 7:25
7:25
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:25
G
GoRails Screencasts

G
GoRails Screencasts

1 Rails for Beginners Part 35: Editing Tweets 2:16
2:16
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب2:16
G
GoRails Screencasts

1 Rails for Beginners Part 34: Background Job for Posting Tweets 8:33
8:33
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:33
G
GoRails Screencasts

1 Rails for Beginners Part 36: Background Jobs with Sidekiq 6:20
6:20
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:20
G
GoRails Screencasts

1 Rails for Beginners Part 37: Creating a GitHub Repo to store our code 4:04
4:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:04
G
GoRails Screencasts

1 Rails for Beginners Part 38: Deploying to Heroku 17:04
17:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:04
G
GoRails Screencasts

1 Rails for Beginners Part 39: Dependent Destroy Model Associations 3:29
3:29
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب3:29
G
GoRails Screencasts

Next Steps
G
GoRails Screencasts

1 Rails for Beginners Part 24: OmniAuth 2.0 URLs 5:19
5:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:19
G
GoRails Screencasts

1 How to upgrade from Turbolinks to Hotwire & Turbo 11:22
11:22
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:22
Upgrading from Turbolinks to Hotwire is actually pretty simple now that Turbo handles error responses
G
GoRails Screencasts

1 How to use Devise with Hotwire & Turbo.js 11:54
11:54
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:54
Hotwire's Turbo library intercepts forms automatically so Devise needs a few tweaks to work with it. Learn how to do that in this screencast!
G
GoRails Screencasts

Hotwire is the NEW MAGIC that DHH has been teasing about for so long. This episode we'll build the famous Twitter clone using Hotwire to see how it compares to other solutions out there.
G
GoRails Screencasts

1 How to use Stimulus JS 2.0's new Values and CSS Classes APIs 10:44
10:44
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:44
Stimulus JS 2.0 just came out and it includes the awesome Values and CSS Classes APIs
G
GoRails Screencasts

1 Continuous Deployment with Rails & GitHub Actions 10:40
10:40
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:40
Continuous Deployment is the automation of deploying any code that gets merged into your main or release branch. We can easily set up GitHub Actions to run CI and CD for us to automate everything.
G
GoRails Screencasts

Ever wanted to run your Rails app against multiple versions of Rails? You can with "dual booting" which helps you keep your stable Rails version but also test against the latest.
G
GoRails Screencasts

1 How to use Google Analytics gtag.js with Turbolinks & Webpacker 7:03
7:03
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:03
Learn how to add Google Analytics' gtag.js to Webpacker with Turbolinks support
G
GoRails Screencasts

Thor is a tool in Ruby that powers command line tools like the Rails generators. In this video, we're fixing an unexpected situation that we found while using Thor.
G
GoRails Screencasts

1 How to Test Gem Dependencies with Appraisal 13:56
13:56
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:56
Appraisal lets us test our code against different versions of dependencies. This is fantastic if you're building Rubygems that must work with multiple versions of Rails or other dependencies
G
GoRails Screencasts

1 How to add Notifications to Rails with Noticed 12:14
12:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:14
Noticed is my new gem for adding notifications to Rails apps. Notifications are really complicated to build and we've done the heavy lifting for you.
G
GoRails Screencasts

1 How to translate and localize apps with Rails Internationalization (18n) 17:54
17:54
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:54
Translating and localizing your app is important to make it accessible to users around the world. Rails provides internationalization (I18n) tools to make this easier and it's got a lot of cool tricks available.
G
GoRails Screencasts

1 Code Coverage with SimpleCov and RailsBytes 11:28
11:28
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:28
Add code coverage to your app using SimpleCov and RailsBytes. We'll walk through installing simplecov and creating a RailsByte to automate it for us going forward.
G
GoRails Screencasts

Using Vonage (previously known as OpenTok), we can add multiuser live video chat to Rails in just 20 minutes. It also supports broadcasting things like webinars, recording videos, and more.
G
GoRails Screencasts

1 Realtime browser updates with Cable Ready 12:21
12:21
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:21
Learn how to use Cable Ready to perform realtime browser updates using actions generated in Rails controllers, models, and background jobs. Cable Ready is the magic behind Stimulus Reflex.
G
GoRails Screencasts

1 Realtime Group Chat with Rails [Revised] - Part 1 13:09
13:09
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:09
An updated version of our Group Chat series using Webpacker, ActionCable, Stimulus.js, and modern Javascript to build a very clean version of realtime group chat in Rails
G
GoRails Screencasts

1 Infinite Scroll in Rails with Stimulus.js 15:18
15:18
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:18
Adding Infinite Scroll to your Rails app is easy with Stimulus.js, Turbolinks, and Pagy
G
GoRails Screencasts

1 Drag and Drop sortable lists with Rails & Stimulus JS 13:14
13:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:14
Drag and drop sortable lists in Rails aren't too hard using Sortablejs and Stimulus to make wire them up to our backend with acts_as_list
G
GoRails Screencasts

Stimulus Reflex is one of the coolest new libraries out there. It can update the browser in realtime and allow you to build reactive applications without any Javascript. It's awesome.
G
GoRails Screencasts

1 Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js 23:11
23:11
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب23:11
Learn how to implement Google Maps and the Google Places Autocomplete API in Rails compatible with Turbolinks using StimulusJS
G
GoRails Screencasts

1 How to use the Pay gem to accept Payments in Rails 13:27
13:27
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:27
A getting started guide on the Pay gem for accepting payments in Rails
G
GoRails Screencasts

File uploads in Rails with Shrine make it easy to upload and customize how files get uploaded and processed in Rails
G
GoRails Screencasts

This series walks through the entire process of building a Ruby on Rails app from start to finish. We'll be building AnimatedGif.me for saving and sharing animated gifs as easily as possible.
G
GoRails Screencasts

This series walks through the entire process of building a Ruby on Rails app from start to finish. We'll be building AnimatedGif.me for saving and sharing animated gifs as easily as possible.
G
GoRails Screencasts

This series walks through the entire process of building a Ruby on Rails app from start to finish. We'll be building AnimatedGif.me for saving and sharing animated gifs as easily as possible.
G
GoRails Screencasts

We can use timestamps in our database to track of online users in your Rails
G
GoRails Screencasts

Learn how to implement Uppy as a frontend for uploading files via drag and drop, paste, URL, Google Drive, Dropbox, webcam and more to Active Storage in Rails
G
GoRails Screencasts

1 How to use AWS Cloud9 for Ruby on Rails development 12:27
12:27
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:27
Ever wanted an editor and Rails environment you can use anywhere? Cloud9 is the perfect option for this and can run on an EC2 instance in your AWS account.
G
GoRails Screencasts

Dependency Injection is a common technique for making your code more flexible and testable by removing strict dependencies upon other classes, modules, and other types of dependencies in your code
G
GoRails Screencasts

1 Fixing Brittle Tests: Avoid Hardcoded Values 4:50
4:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:50
Test suites often become brittle over time where small changes end up breaking various tests. One way to avoid that is by avoiding using hardcoded values in your test suite.
G
GoRails Screencasts

Rails provides several helper methods for testing times and dates in your applications. You can now freeze time and time travel like in the movies!
G
GoRails Screencasts

1 How to Test Background Jobs with Active Job 7:31
7:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:31
Learn how to test Active Job in your Ruby on Rails application
G
GoRails Screencasts

1 GitHub Actions with Ruby on Rails: Setting up Continuous Integration 14:18
14:18
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:18
Learn how to set up GitHub Actions to run Continuous Integration (CI) with Ruby on Rails
G
GoRails Screencasts

System tests allow you to use a browser for testing your Rails app including Javascript
G
GoRails Screencasts

Adding Devise test helpers allows you to quickly login a user for testing controllers in Rails
G
GoRails Screencasts

Learn how to write tests for validations on ActiveRecord objects in Ruby on Rails
G
GoRails Screencasts

1 How to use Multiple Databases in Rails 6.0 14:25
14:25
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:25
With Rails 6.0, you can now define multiple primary and replica databases, define separate migrations for each primary database, and configure each model to read and write from different databases.
G
GoRails Screencasts

Learn how to remove conditionals and make your code simpler and more reliable using Ruby and ActiveSupport's Array wrap methods
G
GoRails Screencasts

1 How to send SMS Messages in Rails with Twilio 11:07
11:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:07
Sending SMS or Text Messages in Ruby on Rails is really easy using an API like Twilio
G
GoRails Screencasts

1 Building a product in under 10 minutes with Jumpstart Pro 8:49
8:49
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:49
Jumpstart Pro is finally out today! We'll take a look at out to build a subscription content business with it in under 10 minutes
G
GoRails Screencasts

ActionMailbox is a new feature of Rails 6 for processing inbound emails to let users respond to your app via email. We'll do a quick rundown and build a simple reply by email feature to our app.
G
GoRails Screencasts

1 How to use Bootstrap with Webpack & Rails 9:31
9:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:31
Rails's webpacker gem makes it super easy to load both Bootstrap's CSS and JS into your Rails app using webpack
G
GoRails Screencasts

1 How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS 11:42
11:42
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:42
CSS frameworks like Tailwind, Bootstrap, Foundation, etc all come with many CSS classes you probably aren't using. This creates huge CSS files unless we use a tool like PurgeCSS to look through our code and remove the unused classes.
G
GoRails Screencasts

1 How to install TailwindCSS 1.0 with Rails 6 9:39
9:39
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:39
With TailwindCSS 1.0 just around the corner and some changes in Rails 6 to Webpacker, we take a look at how to install and setup the latest version of TailwindCSS with Rails 6.0
G
GoRails Screencasts

1 How to use Javascript via Webpacker in Rails 6 14:34
14:34
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:34
Rails 6 defaults to using Webpacker for Javascript instead of the asset pipeline. We'll learn how everything is structured and laid out and see how to add Flatpickr to Rails 6 including both the Javascript and CSS for it.
G
GoRails Screencasts

Changing the database adapter for a Rails app has always been an annoying, manual change to make. Rails 6.0 introduces the "rails db:system:change" command to make this easier using all the built-in generators for database.yml and more.
G
GoRails Screencasts

1 @mentions for Users with ActionText in Rails 6 20:25
20:25
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:25
Mentioning Users with an @mention is a super common feature. Trix and ActionText are now part of Rails 6 which means we can very easily add support for tagging users with @mentions and other custom attachments in your applications.
G
GoRails Screencasts

A quick introduction to using ActionText in your Rails apps for editing and displaying rich text plus uploading files
G
GoRails Screencasts

1 How to Deploy Rails to Production on Ubuntu 18.04 Bionic Beaver 32:39
32:39
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب32:39
Deploying Rails to production for the first time can be confusing and daunting. We'll walk through every step of the process and show you how to setup a production Rails server from scratch.
G
GoRails Screencasts

Ever wondered what the difference between Symbols and Strings were? Why would we use one over the other when most languages only have strings?
G
GoRails Screencasts

Linux server administration can be a pain. You can use cockpit to monitor your servers and keep an eye on long running processes like Sidekiq and Puma without having to SSH into your servers.
G
GoRails Screencasts

1 How to use the Ruby 2.6 Just-in-Time (JIT) Compiler 6:02
6:02
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:02
Learn how to enable the experimental new Just-in-time compiler for Ruby 2.6
G
GoRails Screencasts

Adding user avatars is pretty easy using Rails' ActiveStorage feature. We'll be using Devise in this example, but this applies to any user authentication system.
G
GoRails Screencasts

Learn how to link to the current page and add, remove, or modify params in the URL. This is handy for things like search or index pages with filters.
G
GoRails Screencasts

1 Handling First & Last Name with the name_of_person gem 10:16
10:16
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:16
Deciding whether or not to have separate first and last name fields gets a bit confusing. Basecamp's recently released name_of_person gem shows you exactly how to handle this reliably and also stands as a fantastic example of how to build a concern
G
GoRails Screencasts

Pagy is 29x faster at pagination in their benchmarks which makes it an ultra fast and lightweight pagination library
G
GoRails Screencasts

Stripe webhooks are now required to be signed with your secret webhook key. We'll show you how to set them up in your Rails app today.
G
GoRails Screencasts

1 Affiliate & Referrals Programs with Stripe & Rewardful 7:43
7:43
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:43
Easily add an affiliate or referral program to your Rails application using Stripe and Rewardful
G
GoRails Screencasts

1 Batching Backgrounds Jobs with Sidekiq 13:14
13:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:14
Sidekiq Pro or sidekiq-batch lets you run a set of background jobs in parallel and then a callback once they're finished. This is perfect for building more advanced workflows for your background jobs in Rails.
G
GoRails Screencasts

1 How to Migrate from Heroku to Hatchbox.io 8:13
8:13
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:13
See how to migrate your Ruby apps from Heroku to Hatchbox.io
G
GoRails Screencasts

Learn how to enable direct uploads in the browser to Amazon S3 or DigitalOcean Spaces using Rails' new ActiveStorage library
G
GoRails Screencasts

Streaming realtime progress to the browser is easy with ActionCable. This episode covers how we send over SSH logs in realtime inside Hatchbox.io
G
GoRails Screencasts

1 How to Migrate from Paperclip to Rails ActiveStorage 27:23
27:23
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب27:23
Now that the Paperclip gem has been deprecated, it's recommended that you migrate your apps to ActiveStorage
G
GoRails Screencasts

1 Vue.js Slots with Tailwind CSS and Rails 14:34
14:34
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:34
Learn how to use Vue.js slots to make even more reusable components. In this episode, we build a dropdown menu for Tailwind CSS apps using Vue.js slots.
G
GoRails Screencasts

Learn how to deeply integrate your Vue.js components with Ruby on Rails views
G
GoRails Screencasts

1 How to Create an Active Storage Previewer 16:02
16:02
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب16:02
Learn how to create a file previewer with Active Storage in Rails 5.2+ to generate preview images of application files. In this example, we'll be converting Powerpoint presentations to png image previews.
G
GoRails Screencasts

Learn how to build Rails app templates to save time building new applications and check out Jumpstart, the template used to build new Rails apps for GoRails episodes
G
GoRails Screencasts

1 File uploading with ActiveStorage in Rails 5.2 20:55
20:55
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:55
Easily add file uploads to any model (including single or multiple files) using Rails 5.2's new ActiveStorage feature
G
GoRails Screencasts

A talk I recently gave for Remote Ruby explaining some of the approaches I use to build Hatchbox.io
G
GoRails Screencasts

1 How to install Tailwind CSS using Webpacker with Rails 12:33
12:33
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:33
Learn how to use the awesome new Tailwind CSS framework using Webpacker in your Rails app
G
GoRails Screencasts

A look into Stimulus JS, a new Javascript framework by Basecamp to pair closely with Turbolinks
G
GoRails Screencasts

Improve the design of our Vue.js & Rails clone of Trello by making lists more visually distinct and setting up horizontal scrolling
G
GoRails Screencasts

Set up Rails models, scaffolds, and webpacker with Vue.js to start rendering our views
G
GoRails Screencasts

Track errors in Rails, Sidekiq, etc in production for free using the open source Errbit app and the Airbrake gem
G
GoRails Screencasts

1 Uploading Files to DigitalOcean Spaces 14:26
14:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:26
Learn how to upload files to DigitalOcean's Spaces which is an Amazon S3 compatible file storage API
G
GoRails Screencasts

1 Administrate Custom Fields and the Trix Editor 10:13
10:13
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:13
Use the Trix editor in your admin area using Administrate's custom fields.
G
GoRails Screencasts

1 Using the Trix Editor plus File Upload Attachments 22:24
22:24
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب22:24
Learn how to use the Trix editor for editing wysiwyg content and upload attachments like images using Javascript and Shrine
G
GoRails Screencasts

Drag and drop sorting is pretty easy to add to any Rails application using jQuery sortable
G
GoRails Screencasts

Learn how Bootsnap speeds up your Ruby and Rails app boot times by preloading the load paths and caching Ruby bytecode
G
GoRails Screencasts

1 Testing Emails in Development with Mailcatcher 3:04
3:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب3:04
Learn how to send emails to a local SMTP server called Mailcatcher for testing and designing emails
G
GoRails Screencasts

1 Geocoding, Geolocation and Search with Geocoder + Google Maps APIs 17:11
17:11
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:11
Geocode (or geolocate) addresses using the geocoder gem along with the Google Maps APIs and then use it to search your database by location
G
GoRails Screencasts

1 Debugging: How to Interpret a Stacktrace 13:27
13:27
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:27
Learn how to analyze and understand the Ruby stacktrace when something goes wrong in your app
G
GoRails Screencasts

Tracking business metrics can be time consuming and costly but the Ahoy gem lets you easily track metrics and Blazer makes it incredibly easy to analyze your data
G
GoRails Screencasts

Add various types of charts to your Rails app with Chartkick and use Groupdate to make easy group queries in SQL
G
GoRails Screencasts

See how to add global autocomplete and search functionality to your app's navbar
G
GoRails Screencasts

1 Migrating From jQuery to Vanilla Javascript 17:14
17:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:14
Without jQuery in Rails 5.1, we explore what it takes to convert your traditional jQuery code into vanilla Javascript methods
G
GoRails Screencasts

1 Using VueJS for Nested Forms in Rails: Part 1 22:10
22:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب22:10
Learn how to use VueJS as an alternative to Cocoon and other methods of building dynamic nested forms with Rails
G
GoRails Screencasts

1 Using VueJS for Nested Forms in Rails: Part 2 19:05
19:05
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:05
Learn how to use VueJS as an alternative to Cocoon and other methods of building dynamic nested forms with Rails
G
GoRails Screencasts

1 How to use Vue.js and Turbolinks together 16:04
16:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب16:04
Using Vue.js and Turbolinks together can be a little complex to wrap your head around at first. We not only dive into how this works but we take a look at the vue-turbolinks node module I made so that you can easily use the two together.
G
GoRails Screencasts

1 Using Webpack in Rails with the Webpacker Gem 21:19
21:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب21:19
Let's take a look at using the Webpacker gem in Rails to implement an additional pipeline for building modern frontend Javascript alongside our Rails application using VueJS.
G
GoRails Screencasts

1 Select Or Create Field With Selectize.js 27:26
27:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب27:26
Select a record or create a new one for an association in a form using the Selectize.js library
G
GoRails Screencasts

Implement the decorator pattern with the Draper gem in your Rails application
G
GoRails Screencasts

Learn how to use ActiveRecord Explain to analyze your SQL queries generated by ActiveRecord
G
GoRails Screencasts

Learn how to use counter caches in your Rails app
G
GoRails Screencasts

Add masquerading (the ability to impersonate or login as another user) to your development or admin environments using the devise_masquerade gem
G
GoRails Screencasts

1 JSON:API Format and Active Model Serializers 19:50
19:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:50
Learn how to format your API easily using Active Model Serializers and the JSON:API spec
G
GoRails Screencasts

1 Using ActiveAdmin to Build an Admin UI 17:42
17:42
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:42
Learn how to build a dedicated admin area in your Rails app for editing records by admins using the ActiveAdmin gem
We build a basic API and talk about the differences between a regular Rails controller and an API
G
GoRails Screencasts

Improve your Turbolinks implementation by using the clearCache method to reload pages
G
GoRails Screencasts

1 Recurring events with the ice_cube gem 19:48
19:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:48
See how to take rules from the ice_cube gem and add recurring events to any calendar
Why might you want to use Ember as a frontend for your Rails app
Install and build your first Ember app
G
GoRails Screencasts

Connect your Ember frontend app to a Rails API
G
GoRails Screencasts

See how to add user interaction in your Ember app
G
GoRails Screencasts

Resources on how to learn Ember more deeply
G
GoRails Screencasts

Protect your Rails application from Cross Site Scripting (XSS) attacks using the sanitize helper
G
GoRails Screencasts

Add file uploads to your application with the Shrine gem
G
GoRails Screencasts

1 Multi-User Spreadsheets with ActionCable: Part 5 19:26
19:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:26
Build a reactive multi-user spreadsheet web app with ActionCable and RethinkDB
G
GoRails Screencasts

1 Multi-User Spreadsheets with ActionCable: Part 4 20:03
20:03
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:03
Build a reactive multi-user spreadsheet web app with ActionCable and RethinkDB
G
GoRails Screencasts

1 Multi-User Spreadsheets with ActionCable: Part 3 15:50
15:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:50
Build a reactive multi-user spreadsheet web app with ActionCable and RethinkDB
G
GoRails Screencasts

1 Multi-User Spreadsheets with ActionCable: Part 2 19:48
19:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:48
Build a reactive multi-user spreadsheet web app with ActionCable and RethinkDB
G
GoRails Screencasts

1 Multi-User Spreadsheets with ActionCable: Part 1 15:32
15:32
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:32
Build a reactive multi-user spreadsheet web app with ActionCable and RethinkDB
G
GoRails Screencasts

Sending chat messages from the browser to the server with ActionCable
G
GoRails Screencasts

In this series, we're building a clone of Slack using Rails 5 and ActionCable
G
GoRails Screencasts

In this series, we're building a clone of Slack using Rails 5 and ActionCable
G
GoRails Screencasts

In this series, we're building a clone of Slack using Rails 5 and ActionCable
G
GoRails Screencasts

In this series, we're building a clone of Slack using Rails 5 and ActionCable
G
GoRails Screencasts

1 Disabling ActionCable for Unauthenticated Users 8:35
8:35
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:35
To only have ActionCable's JS connect for logged in users, we can setup our Javascript to know when a user is authenticated or not, and have our websocket try to connect accordingly.
G
GoRails Screencasts

See how different approaches can affect the code you write using FizzBuzz as an example
Learn how to use a template model to populate forms and other objects with
G
GoRails Screencasts

1 Improving Query Performance with Database Indexes 15:31
15:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:31
Learn how to improve the speed of your database queries by adding database indexes to your tables
G
GoRails Screencasts

1 Sentiment Analysis with the Sentimental Gem 19:52
19:52
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:52
Learn how to use sentimental analysis against text inside your application and cache it so you can query against it later
G
GoRails Screencasts

1 GoRails Performance - The Techniques I Use 18:26
18:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:26
Learn how I design GoRails for speed and performance on all layers of the stack
Use memoization to your advantage to cache results in memory to improve speed
G
GoRails Screencasts

Learn how to upgrade your Turbolinks 2.5 or 3.0 app to the newest Turbolinks 5
G
GoRails Screencasts

Learn how to send messages between users with the Mailboxer gem
G
GoRails Screencasts

1 How to Deploy ActionCable and Rails 5 To Production 18:04
18:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:04
Learn how to deploy ActionCable and Rails 5 with Passenger
A Ruby microservice to generate Medium.com-style tweet quote images for sharing on social media like Twitter and Facebook
G
GoRails Screencasts

Learn how to share data between Rails and Javascript without using AJAX
G
GoRails Screencasts

Learn how you can use virtual attributes to make forms cleaner and how the Rails 5 attribute API can save you a bunch of time
G
GoRails Screencasts

Learn how to add in-app notifications like Facebook and Twitter
G
GoRails Screencasts

The new admin gem from Thoughtbot shows some promise for easy to customize admin interfaces in your Rails app
G
GoRails Screencasts

1 Contributing To Open Source: Fixing A Bug In Devise 25:48
25:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب25:48
See how I discovered and fixed a bug in the Devise open source project
G
GoRails Screencasts

Bootstrap 4 was just announced and you can start using it today in your Rails app
G
GoRails Screencasts

Learn what a state machine is and how it can help you keep track of everything
G
GoRails Screencasts

Learn how to use the state_machine gem to keep track of objects in your Rails apps
G
GoRails Screencasts

1 Open Source Vlog - Writing Rspec Tests 26:34
26:34
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب26:34
How do we go about writing robust tests with rspec for simple_calendar?
G
GoRails Screencasts

1 Open Source Vlog - Sorting Calendar Events 14:51
14:51
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:51
We sort and filter calendar events for simple_calendar 2.0 in a much more friendly manner
G
GoRails Screencasts

1 Open Source Vlog - Refactoring Events And Uploading Version 2.0 11:14
11:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:14
Refactoring events in simple_calendar and uploading version 2.0
G
GoRails Screencasts

Today we're adding Rails generators as our final piece of the puzzle for Simple_Calendar 2.0
G
GoRails Screencasts

1 Elegant Refactoring for Week and Month Calendars 13:10
13:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:10
Since we have a great design for simple_calendar, it makes creating new types super elegant and easy
G
GoRails Screencasts

1 Rails 5's ActionCable and Websockets Introduction 18:48
18:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:48
Learn how Rails 5's new ActionCable and Websocket feature works with Redis in realtime
G
GoRails Screencasts

1 Open Source Vlog - Simple And Clean RubyGem With Rails Engines 14:10
14:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:10
Rails Engines really make our code shine for simple_calendar
G
GoRails Screencasts

1 Open Source Vlog - Finding a balance between Ruby and ERB 22:57
22:57
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب22:57
Taking the ERB code we wrote for simple_calendar and finding the right balance of Ruby and ERB for our gem
G
GoRails Screencasts

1 Pair Programming on Rails Scopes 1:03:33
1:03:33
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب1:03:33
James from Shakycode and I pair program on some common model scopes related to time and how we would approach them
G
GoRails Screencasts

Filtering events for our custom calendar
G
GoRails Screencasts

1 Open Source Vlog - Refactoring Our Calendar 13:06
13:06
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:06
Refactoring our calendar to find out which pieces need to be interchangeable
G
GoRails Screencasts

1 Open Source Vlog - Building A Calendar From Scratch 14:59
14:59
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:59
Spiking out code to figure out what we want so that we can do a great refactoring of simple_calendar
G
GoRails Screencasts

1 Open Source Vlog - Just Deleting Things 16:38
16:38
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب16:38
Deleting our old code to make room for a refactoring
G
GoRails Screencasts

1 Open Source Vlog - Setting Up For The Future 19:25
19:25
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:25
Planning our future work on simple_calendar and what we're going to accomplish
G
GoRails Screencasts

Here's how to setup Rspec for an open source project
G
GoRails Screencasts

Rails Assets makes it super easy to use the latest versions of frontend libraries
G
GoRails Screencasts

1 Open Source Vlog - Housekeeping and Merging Pull Requests 21:38
21:38
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب21:38
Cleaning up our open source pull requests for simple_calendar
G
GoRails Screencasts

1 Open Source Vlog - Where Do We Even Start? 12:42
12:42
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:42
I want to do open source every day. How do we even get started?
G
GoRails Screencasts

1 How To Create A Gem For Frontend Javascript And CSS Libraries 6:04
6:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:04
Learn how to create Ruby gems for including frontend Javascript and CSS libraries in your Rails apps
G
GoRails Screencasts

1 Including Javascript and CSS Libraries With Rails 6:46
6:46
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:46
Learn how to include 3rd party Javascript and CSS libraries with the Rails Asset Pipeline
G
GoRails Screencasts

Check out my development environment for Ruby on Rails
G
GoRails Screencasts

1 How To Setup Vagrant For Rails Development 10:18
10:18
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:18
Learn how to use Vagrant to set up a headless virtual machine for Ruby on Rails development
Learn how to add PDF receipts to your application so users can easily download receipts of their purchases
G
GoRails Screencasts

1 Newsletter Sign Up Form with country_select 18:50
18:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:50
How to plan and build a newsletter sign up form
G
GoRails Screencasts

Learn how to separate your application data into different accounts or companies
G
GoRails Screencasts

Learn how to export records to CSV files
G
GoRails Screencasts

We take a look at the basics of using Ruby's CSV library to import data into your Rails application with a Rake task
G
GoRails Screencasts

Learn how to soft delete records instead of deleting them permanently from your database
G
GoRails Screencasts

Learn how to refactor a complex controller with a bunch of methods into a much cleaner set of code
G
GoRails Screencasts

Learn how to upload files with the newest file upload library on the block: Refile
G
GoRails Screencasts

1 Comments With Polymorphic Associations 23:36
23:36
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب23:36
Learn how to set up polymorphic associations, add comments to your app, and think about the structure of your Rails application
G
GoRails Screencasts

Learn how to create forms with multiple submit buttons
G
GoRails Screencasts

1 Sign In With Twitter using Omniauth and the Twitter gem 24:23
24:23
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب24:23
Learn how to use Omniauth And omniauth-twitter to let your users authorize and connect to the Twitter API using their Twitter account with your Rails app
G
GoRails Screencasts

1 Forum Series Part 7: Time Zones using the local_time Gem 12:42
12:42
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:42
A look into times, timezones, and how to handle it better with javascript
G
GoRails Screencasts

1 Forum Series Part 5: Email Notifications with Rails 4.2, deliver_later, and Previews 20:34
20:34
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:34
Learn how to send email notifications to users with Rails 4.2 ActionMailer, deliver_later, and email previews
G
GoRails Screencasts

1 Forum Series Part 3: Nested Attributes and fields_for 9:19
9:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:19
Learn how to use accepts_nested_attributes_for and fields_for to create forms that include associated models in them
G
GoRails Screencasts

The first part of the Forum series, we talk about how the database and structure of the forum is designed
G
GoRails Screencasts

1 Consuming an API Using HTTParty and Creating a Gem 24:16
24:16
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب24:16
Learn how to use HTTParty to consume an API and package your library into a gem
G
GoRails Screencasts

A quick look at the new features of Rails 4.2 in the first beta that was recently released
Dive into routing more deeply than just basic resources and writing routes from scratch
G
GoRails Screencasts

A quick introduction to jQuery UJS and how we can use it to make an AJAX request to render a javascript template from the Rails server
G
GoRails Screencasts

1 Button Loading Animations with jQuery UJS 5:36
5:36
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:36
Learn how to easily disable the submit button and display a loading animation when a user submits the form
G
GoRails Screencasts

Understand how and why the version numbers work for the gems you commonly use
G
GoRails Screencasts

Advanced techniques on sending emails over SMTP with local views and Mandrill's API with remote templates
G
GoRails Screencasts

Learn how to keep track of your database models and attributes with comments in your application
G
GoRails Screencasts

A look into user accounts, registration, login, forgot your password, and more
G
GoRails Screencasts

Using Rails to upload files manually and how you can do it even cleaner using Carrierwave
G
GoRails Screencasts

A look into how pagination works from scratch and how to use will_paginate
G
GoRails Screencasts

Techniques for taking your database models and using attributes to generate pretty urls
G
GoRails Screencasts

A look at how to supercharge your debugging and solve errors faster than ever
G
GoRails Screencasts

Learn how CSS and Javascript frameworks should be added to Rails applications
G
GoRails Screencasts

1 Querying Named Scopes Across Models with ActiveRecord::Relation#merge 4:10
4:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:10
Use the merge method to prevent duplication of ActiveRecord scopes when you're querying across different models
G
GoRails Screencasts

1 Sending Data Between Controllers And Views 5:21
5:21
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:21
Using instance variables we can send data between controllers and views and take a look at how that works
A glimpse into the "magic" behind the params hash and the various ways it gets populated
G
GoRails Screencasts

A look into the files and folders inside every Rails application and how they fit together
G
GoRails Screencasts

Techniques for installing Ruby and managing different versions between applications
G
GoRails Screencasts

A look at how you can store API keys and other variables in the environment on different computers.
مرحبًا بك في مشغل أف ام!
يقوم برنامج مشغل أف أم بمسح الويب للحصول على بودكاست عالية الجودة لتستمتع بها الآن. إنه أفضل تطبيق بودكاست ويعمل على أجهزة اندرويد والأيفون والويب. قم بالتسجيل لمزامنة الاشتراكات عبر الأجهزة.