Rails Send Push notifications to Android/iOS devices using Parse This tutorial will help you to send Push notifications to Android and iOS devices from Ruby on Rails application using Parse
Rails Ruby Screenshot Website Capture – Screencap, Phantomjs This tutorial will discuss various tools for Ruby Screenshot capture such as
Rails Ruby Flay Gem – DRY code base Tutorial will discuss Ruby Flay gem used to DRY up Ruby/Rails application. Flay gem enforces Best practices to be followed while coding with Ruby and Rails
Rails Resque Setup Development Mode This tutorial will guide you setting up Resque locally in development mode with Multiple workers and how to use with Rails application to process background jobs.
Ruby Memoization in Ruby This tutorial will help you understanding Memoization pattern in Ruby. Memoization is different from Lazy Initialization. Rails had Memoize to support memoization pattern which will be discussed as well.
Rails Integrate ActiveAdmin with Rails This tutorial will help you integrating ActiveAdmin with Rails 4+ project. ActiveAdmin is open source administrative framework for Ruby on Rails.