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,500
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,129
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 364
Rails Generate Model
unclear
Introduction to Ruby on Rails
missing detail
No proposed changes.
Changes which need review will be displayed here.
963 Actions
Dinesh edited Get first and last record (view change) yesterday
Kelseydh edited Debugging Ruby on Rails Quickly + Beginner advice (view change) Oct 8 at 6:46
Milind created Handling the error - undefined method `where' for #<Array:0x000000071923f8> (view change) Oct 7 at 5:37
Milind created Rails methods - returning boolean values (view change) Oct 6 at 8:20
Kelseydh created Debugging Ruby on Rails Quickly + Beginner advice (view change) Oct 6 at 6:07
View more →