Articles of interest for Ruby on Rails
Displaying articles 251 - 275 of 479 in totalArticle Sources
-
Rails & Vue.js Trello Clone - Part 4
This episode we handle drag and drop of cards in their own column and also between columns in our boards
Published:
-
Rails & Vue.js Trello Clone - Part 3
Implement the Vue.Draggable plugin to add drag and drop support to our Vue.js application and sync the changes to the server
Published:
-
Rails & Vue.js Trello Clone - Part 2
Adding new cards to our Vue app, persisting them in Rails, and re-rendering our UI
Published:
-
Rails & Vue.js Trello Clone - Part 1
Set up Rails models, scaffolds, and webpacker with Vue.js to start rendering our views
Published:
-
A/B Split Testing with the Split gem
A/B testing (or split testing) is a really common way of testing changes in your app to determine which works best for your users.
Published:
-
Error Tracking with Errbit
Track errors in Rails, Sidekiq, etc in production for free using the open source Errbit app and the Airbrake gem
Published:
-
Two Factor Authentication With Devise
Using the devise-two-factor gem, we can add an extra layer of security to our apps by having a our users type in a one-time password along with their email and password when they login. We'll be using the Google Authenticator app to login.
Published:
-
Two Factor Authentication With Devise
Using the devise-two-factor gem, we can add an extra layer of security to our apps by having a our users type in a one-time password along with their email and password when they login. We'll be using the Google Authenticator app to login.
Published:
-
Uploading Files to DigitalOcean Spaces
Learn how to upload files to DigitalOcean's Spaces which is an Amazon S3 compatible file storage API
Published:
-
Handling Inbound Email Parsing with Rails
Learn how to handle inbound emails in your Rails application and use them to create comments in your app
Published:
-
Administrate Custom Fields and the Trix Editor
Use the Trix editor in your admin area using Administrate's custom fields.
Published:
-
Making GeoSearch smooth with AJAX
Cleaning up the rough edges and adding some polish to geosearch using AJAX
Published:
-
Using the Trix Editor plus File Upload Attachments
Learn how to use the Trix editor for editing wysiwyg content and upload attachments like images using Javascript and Shrine
Published:
-
Geo-spatial Search with Searchkick and ElasticSearch
Index and search your models by geolocation using Searchkick and Elasticsearch
Published:
-
Sortable Drag and Drop
Drag and drop sorting is pretty easy to add to any Rails application using jQuery sortable
Published:
-
Geo-spatial Search with Geocoder and Google Maps
This episode, we'll clone Yelp / Airbnb's geosearch functionality using the Geocoder gem
Published:
-
Speed up Rails boot times with Bootsnap
Learn how Bootsnap speeds up your Ruby and Rails app boot times by preloading the load paths and caching Ruby bytecode
Published:
-
How to use Google Maps and Markers
Using the Gmaps.js library, we can really easily add Google Maps to our Rails applications
Published:
-
Testing Emails in Development with Mailcatcher
Learn how to send emails to a local SMTP server called Mailcatcher for testing and designing emails
Published:
-
Login with Multiple OAuth Providers using Omniauth
Learn how to let your users login with multiple OAuth providers like Twitter, Facebook, Github, Google, etc all at the same time.
Published:
-
Facebook API and Refreshing Auth Tokens with Koala
Learn how to use the Facebook API and refresh auth tokens using the Koala gem
Published:
-
Geocoding, Geolocation and Search with Geocoder + Google Maps APIs
Geocode (or geolocate) addresses using the geocoder gem along with the Google Maps APIs and then use it to search your database by location
Published:
-
Debugging: How to Interpret a Stacktrace
Learn how to analyze and understand the Ruby stacktrace when something goes wrong in your app
Published:
-
Stripe Elements Javascript
Learn about Stripe's new v3 Javascript library, Stripe Elements, and how to implement it for an even nicer credit card form
Published: