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
Best tutorials to learn Ruby on Rails.
It is more useful to complete beginners and will help grow the community in more diverse ways.
requested by Faraaz Ahmad 15
Authenticate Api using Devise
Implement Api authentication using Devise auth token.
requested by Abhinay 887
Date fields
How do you format dates properly ? How do you parse dates (eg from a controller) with specific format ? Proper usage with I18n.l
requested by Cyril Duchon-Doris 3,129
Cucumber
How to write good Cucumber acceptance tests ? What are common step definitions that allow for maximum reusability ?
requested by Cyril Duchon-Doris 3,129
Capybara
Capybara helps you test web applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and comes with Rack::Test and Selenium support built in. WebKit is supported through an external gem.
requested by Khanh Pham 716
jenkins continuous integration tools with ruby on rails
requested by Sachin Gevariya 801
Payment feature in rails
How to add payment module in rails. there are multiple ways like stripe,merchant,paypal
requested by Haseeb Ahmad 496
Rails on Rack
How to use Rack Middlewares in your Rails applications. Action Pack's internal Middleware stack. How to define a custom Middleware stack.
requested by Khanh Pham 716