Articles of interest for Ruby on Rails
Displaying articles 376 - 400 of 5374 in totalArticle Sources
-
Vue.js Components in Rails Views
Learn how to deeply integrate your Vue.js components with Ruby on Rails views
Published:
-
Blockchain in Ruby on Rails
In this episode, we look into creating a blockchain as well as proof of work for car maintenance tracker application. Blockchain is used to establish a trust that records have not been tampered with.
Published:
-
ActiveRecord Tricks
In this episode, we look at what would seemingly be simple queries, but are more complex once you start looking into them. Using built in ActiveRecord functions, we can make the queries readable and easy to work with.
Published:
-
Debugging & Fixing a Bug in Rails 5.2 Active Storage
A walkthrough of how I debugged and fixed an issue with Rails ActiveStorage that we discovered in the last episode building a Previewer for Powerpoint files
Published:
-
How to Create an Active Storage Previewer
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.
Published:
-
Turbolinks iOS Hybrid App
In this episode, we look at using the Turbolinks library for iOS and use it to create a hybrid application.
Published:
-
Rails Application Templates
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
Published:
-
Turbolinks 5
Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework. Use HTML to render your views on the server side and link to pages as usual.
Published:
-
Rails 5.2 ActiveSupport CurrentAttributes & Basecamp 3 Account ID URL Scheme
Rails 5.2's adds CurrentAttributes to give you access to global variables in your apps. We'll use this feature to implement a Rack middleware to build Basecamp 3 style URLs that automatically include the current Account ID in every URL
Published:
-
SimpleMDE and ActiveStorage
SimpleMDE is a great WYSIWYG Markdown Editor, but lacks the ability to handle image uploads. In this episode, we look at adding ActiveStorage and some JavaScript to handle image uploading.
Published:
-
File uploading with ActiveStorage in Rails 5.2
Easily add file uploads to any model (including single or multiple files) using Rails 5.2's new ActiveStorage feature
Published:
-
Encrypted Credentials in Rails 5.2
In this episode, we take a look at the Encrypted Credentials of Ruby on Rails 5.2 and how we can patch it so that we can use other YAML files like a development.yml and test.yml.
Published:
-
Stimulus JS Twitter UI: Part 2
Build out a Twitter UI with a tweet form and inline editing using Stimulus JS
Published:
-
Stimulus JS Twitter UI: Part 1
Build out a Twitter UI with a tweet form and inline editing using Stimulus JS
Published:
-
More on GraphQL - Organizing and Refactoring
In this episode, we take a look at our GraphQL API that we created from Episode 119 and refactor the mutations and queries so that we keep the structure and API manageable.
Published:
-
Drifting Ruby Gource
This is a video of the Drifting Ruby Code Base being built over the years.
Published:
-
Undo Sending Button like GMail
This episode we build an undo button to stop sending notifications out just like you can hit "Undo" inside of GMail
Published:
-
Ruby Objects and Memoization
In this episode, we look at creating ruby objects. Then we look at different ways of implementing memoization and how it can be used to speed up our classes.
Published:
-
Rails 5.2 - Encrypted Credentials
Learn how to use the new Encrypted credentials in Rails 5.2 as a replacement to the old secrets.yml and encrypted secrets.
Published:
-
Rails 5.2 - Encrypted Credentials
Learn how to use the new Encrypted credentials in Rails 5.2 as a replacement to the old secrets.yml and encrypted secrets.
Published:
-
Building A Hosting Platform in Ruby
A talk I recently gave for Remote Ruby explaining some of the approaches I use to build Hatchbox.io
Published:
-
Introduction to GraphQL
GraphQL is a query language for your API. In this episode, we will look at adding GraphQL to our Ruby on Rails application and seeing how we can pull down data and create records.
Published:
-
How to install Tailwind CSS using Webpacker with Rails
Learn how to use the awesome new Tailwind CSS framework using Webpacker in your Rails app
Published: