Ruby on Rails


25 Requested Topics

Testing Rails Applications various testing facilities in Rails requested by Tony Vincent 1,744
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
View more