Added today: 0 jobs

Articles of interest for Ruby on Rails

Displaying articles 451 - 475 of 5374 in total
  • Card image cap
    Drifting Ruby

    Recurring Events with FullCalendar

    Create recurring events and interact with them on FullCalendar.

    Published:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    Recurring Events with ice_cube

    ice_cube is a ruby library for easily handling repeated events and schedules.

    Published:

  • Card image cap
    Go Rails

    Facebook API and Refreshing Auth Tokens with Koala

    Learn how to use the Facebook API and refresh auth tokens using the Koala gem

    Published:

  • Card image cap
    Drifting Ruby

    Restricting Access by IP Address

    Learn to lock down your application or parts of your application by IP Addresses.

    Published:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    Login with Facebook

    Learn how to add Facebook login via OAuth using Omniauth

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    Debugging: How to Interpret a Stacktrace

    Learn how to analyze and understand the Ruby stacktrace when something goes wrong in your app

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    Working with Subdomains

    Learn to create a multi-tenant application where access to tenants are determined by the subdomain.

    Published:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    Geocoding, Places and Maps

    Using the Geocoder gem and Google APIs, learn how to add some geolocation functionality to your application.

    Published:

  • Card image cap
    Go Rails

    Global Autocomplete Search

    See how to add global autocomplete and search functionality to your app's navbar

    Published:

  • Card image cap
    Drifting Ruby

    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:

  • Card image cap
    Go Rails

    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:

  • Card image cap
    Drifting Ruby

    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: