Articles of interest for Ruby on Rails
Displaying articles 451 - 475 of 5374 in totalArticle Sources
-
Recurring Events with FullCalendar
Create recurring events and interact with them on FullCalendar.
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:
-
Recurring Events with ice_cube
ice_cube is a ruby library for easily handling repeated events and schedules.
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:
-
Restricting Access by IP Address
Learn to lock down your application or parts of your application by IP Addresses.
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:
-
Custom Error Pages with Slack Notification
Learn to use custom error pages to provide a similar look to your application. Get notified on Slack as errors occur to act on them before they're reported.
Published:
-
Benchmarking and Refactoring the content_for View Helper
In a recent blog post, we looked into the content_for view helper to render breadcrumbs. Once we got the feature working, it's time to refactor the feature to lower technical debt.
Published:
-
Debugging: How to Interpret a Stacktrace
Learn how to analyze and understand the Ruby stacktrace when something goes wrong in your app
Published:
-
Creating Custom Ruby on Rails Generators
Simplify your workflow by using custom generators to streamline the creation of files and templates that you use often.
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:
-
Virtual Columns with JSON Data Types
Continuing from Episode #87, we take a deeper dive into virtual columns in Rails 5.1 and use them to parse JSON Data Types with adding indexes to the virtual column.
Published:
-
Tracking Metrics with Ahoy and Blazer
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
Published:
-
Virtual Columns in MySQL
In Ruby on Rails 5.1.0, generated virtual column support was added for MySQL and MariaDB. Using generated and stored columns can leverage heavy calculations to the SQL side.
Published:
-
Analytics with Segment
Track users and the actions they take in your Rails app and then send them over to various 3rd party services using Segment
Published:
-
Plotting Points on a Map from Scratch
Using the Google Maps Javascript API, learn how to plot markers onto a map. Load markers and info windows through AJAX calls to your Rails JSON API.
Published:
-
Charts with Chartkick and Groupdate
Add various types of charts to your Rails app with Chartkick and use Groupdate to make easy group queries in SQL
Published:
-
Working with Subdomains
Learn to create a multi-tenant application where access to tenants are determined by the subdomain.
Published:
-
Feature Flags with Rollout
Feature flags enable us to turn on features for specific users, groups, and random percentages of our user base to test features before fully rolling them out
Published:
-
Geocoding, Places and Maps
Using the Geocoder gem and Google APIs, learn how to add some geolocation functionality to your application.
Published:
-
Global Autocomplete Search
See how to add global autocomplete and search functionality to your app's navbar
Published:
-
Autocomplete with HTML Results
Working with an autocomplete can be very simple. However, things get complicated when you try to use HTML markup in the displayed results. Learn how to use HTML markup within your autocomplete results!
Published:
-
Preferences & Settings with ActiveRecord::Store
Use ActiveRecord::Store and ActiveRecord-TypedStore to save user preferences and settings to a single column in the database
Published:
-
DataTables
The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.
Published: