Articles of interest for Ruby on Rails
Displaying articles 226 - 250 of 479 in totalArticle Sources
-
Vue.js Slots with Tailwind CSS and Rails
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.
Published:
-
Writing Tests for Rack Middleware
In this episode, we add tests for our Basecamp 3 style urls that we built using a Rack middleware
Published:
-
Open Closed Principle
Software entities should be open for extension but closed for modification
Published:
-
Vue.js Components in Rails Views
Learn how to deeply integrate your Vue.js components with Ruby on Rails views
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
Handle 404s Better Using Rescue_from
Rather than serving your user's a 404 dead end, we can use the ActiveSupport rescue_from method to give users search results instead and how to reuse this with ActiveSupport Concerns
Published:
-
Stimulus JS Framework Introduction
A look into Stimulus JS, a new Javascript framework by Basecamp to pair closely with Turbolinks
Published:
-
Vue.js Trello Clone in Rails - Part 8
Adding Vuex as our Data Store gives us the ability to add realtime updates to our trello clone across browsers using ActionCable
Published:
-
Vue.js Trello Clone in Rails - Part 7
In this episode, we add card component, editing of cards, and the ability to create new lists
Published:
-
Vue.js Trello Clone in Rails - Part 7
In this episode, we add card component, editing of cards, and the ability to create new lists
Published:
-
Vue.js Trello Clone in Rails - Part 6
Refactoring our trello clone into sub-components and introducing a global datastore to really clean up our code
Published:
-
Vue.js Trello Clone in Rails - Part 5
Improve the design of our Vue.js & Rails clone of Trello by making lists more visually distinct and setting up horizontal scrolling
Published: