Is there a way to add IP restrictions to the rails app. Some type of rack middleware so only the set list of IPs can access the rails app for security reasons?
Thanks
Use a routing constraint as described here: http://guides.rubyonrails.org/routing.html#advanced-constraints.