Turn Your Invention Ideas Into a Product in Simple Steps May 9, 2019 Whether you want to produce and market your invention yourself or license it to another company, the only way to make money from your… Continue Reading
How to Speed Up Your Ruby on Rails App. May 9, 2019 Ruby on rails is extremely popular as it speeds up development. This framework provides developers with a great collection of libraries. But just choosing… Continue Reading
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