Prepend in Ruby: How is it useful ? May 8, 2019 Modules are one of the most interesting features of Ruby. It is useful to avoid clashes with existing class, methods, etc. So that You… Continue Reading
Start a project in Rails 6 April 4, 2019 Rails 6 (beta 3) is out and many clients are asking to upgrade to the latest version. Remember, Rails 6 is still in it’s… Continue Reading
What is Active Storage? and How to use Active Storage? March 4, 2019 As per the Rails guide documentations: Active Storage facilitates uploading files to a cloud storage service like Amazon S3, Google Cloud Storage, or Microsoft… Continue Reading
Will India and Pakistan war affect IT Sector in India? February 27, 2019 Currently, India plays a very crucial role in Software development industry around the World. Most of the Software are outsourced to India directly or indirectly. It is because because… Continue Reading
Template Integration In Rails Application December 16, 2016 Hello Guys, New Template Integration: Steps: 1. Sylesheets => application.css *= require ‘css1’ *= require ‘css1’ *= require ‘css1’ *= require ‘css1’ *= require_tree… Continue Reading
Basic Rails application with React.js October 10, 2016 Initializing our React.js on Rails project By specifying databaserails new task_app -d mysql With default databaserails new task_app Install all the gems using bundle… Continue Reading
Uploading the Images While Pick Image From FilePicker With Filestack Services March 19, 2016 Hey Guys, we can pick the image while uploading from different sources like dropbox,computer,google pic,goole search image,facebook etc.. by using filepicker with filestack services… Continue Reading
Send Text Message and Voice Message Using Twilio with Rails 4 March 19, 2016 Hello Guys, Send text message and voice message with call using twilio with rails 4 here my steps: Step1: Need to add this into… Continue Reading
Address Search Using Google Search Autocomplete With Restricted Countries March 16, 2016 We can easily search the particular address with Street No,Street,City,State and Country using google search autocomplete, below my code is implement in ruby on… Continue Reading
Receive emails from gmail or any other email provider ( IMAP Ruby On Rails ) March 7, 2016 Configure your gmail for sending emails to other mail clients You can retrieve your Gmail messages with a client or device that supports IMAP,… Continue Reading