Articles of interest for Ruby on Rails
Displaying articles 301 - 325 of 479 in totalArticle Sources
-
Atomic Updates And Performance with ActiveRecord Transactions
Learn how to use ActiveRecord Transactions to create atomic updates across multiple records and to improve the speed of bulk operations
Published:
-
Devise Masquerade as another User
Add masquerading (the ability to impersonate or login as another user) to your development or admin environments using the devise_masquerade gem
Published:
-
VueJS JWT Auth with Rails APIs and LocalStorage
Build a basic VueJS frontend application that authenticates to the server using JWT, Rails API, and LocalStorage
Published:
-
JSON:API Format and Active Model Serializers
Learn how to format your API easily using Active Model Serializers and the JSON:API spec
Published:
-
JSON Web Tokens with Devise & Warden
Add a Warden strategy to Devise to support JWT authentication with your Rails app
Published:
-
JSON Web Token Authentication From Scratch
Add JWT Authentication to your Rails API from scratch
Published:
-
API Authentication with JSON Web Tokens (JWT) and Knock
Authenticate your API using JSON Web Tokens (JWT) using the Knock gem
Published:
-
Using ActiveAdmin to Build an Admin UI
Learn how to build a dedicated admin area in your Rails app for editing records by admins using the ActiveAdmin gem
Published:
-
JSON Web Tokens (JWT) vs Rails Session Cookies
Explore the differences and similarities between Json Web Tokens and Rails session cookies and why you'd want to use one over the other
Published:
-
JSON Web Tokens (JWT) vs Rails Session Cookies
Explore the differences and similarities between Json Web Tokens and Rails session cookies and why you'd want to use one over the other
Published:
-
Our First API
We build a basic API and talk about the differences between a regular Rails controller and an API
Published:
-
Multiple File Uploads with Shrine
Learn how to implement multiple file uploads in your app using Shrine and jQuery File Upload
Published:
-
How To Use Turbolinks clearCache()
Improve your Turbolinks implementation by using the clearCache method to reload pages
Published:
-
Adding Exceptions To Recurring Events
See how to add exceptions to recurring events with the ice_cube gem
Published:
-
Recurring events with the ice_cube gem
See how to take rules from the ice_cube gem and add recurring events to any calendar
Published:
-
Adding Turbolinks Compatibility to SimpleMDE Markdown Editor
Learn how to use Javascript constructors and destructors with Turbolinks to add compatilibty to any Javascript library you want
Published:
-
Organizing Your Asset Pipeline in Development for Speed
Speed up the Rails asset pipeline in development by organizing your assets correctly
Published:
-
Shrine Backgrounding and Video Transcoding
Transcode videos in the background using Shrine
Published:
-
Protecting from XSS with Sanitize
Protect your Rails application from Cross Site Scripting (XSS) attacks using the sanitize helper
Published: