Overview
Introduction to Ruby on RailsRecent Contributions
Join Stack Overflow
Want to help improve Ruby on Rails documentation?
Join the Stack Overflow community!
It only takes a minute, and your contributions will benefit developers forever.
Rails 5 API Authetication
API based application is created using rails new my_api_app --api, basic services can be created using scaffold however no good tutorial for authentication using token available.
requested by Dinesh Saini 1,473
Constant Autoloading
Explanation on the magic of Rails to automatically resolve Constant Names. Common pitfalls, and less common pitfalls. And how to deal with code in lib/ folder for example
requested by Cyril Duchon-Doris 3,005
Elasticsearch
How to configure a connection to an ES database ? How to generate indexes for models ? How to deal with inheritance ? How to setup smart search with score boosts ? How to handle ES response (results vs records) ?
requested by Cyril Duchon-Doris 3,005
Active Jobs
Active Job is a framework for declaring jobs and making them run on a variety of queuing backends. These jobs can be everything from regularly scheduled clean-ups, to billing charges, to mailings. Anything that can be chopped up into small units of work and run in parallel, really.
requested by Muhammad Abdullah 370
Introduction to Ruby on Rails
missing detail, missing examples
Rails Generate Model
unclear
Convention Over Configuration
unclear
Elasticsearch
new topic by Don Giovanni 43
Devise & OmniAuth Multiple Providers
edit and new topic by Simone Carletti 120k
Configuration
edit by Richard Hamilton 12.4k
876 Actions
animuson♦ deleted Sidekiq Beginner's Guide yesterday
animuson♦ deleted Install Sidekiq Gem yesterday
animuson♦ deleted Define a Worker yesterday
animuson♦ deleted Use a Worker to execute a background task yesterday
animuson♦ deleted How to execute a background at a specific datetime yesterday
View more →