GenericForeignKeys and content type in Django October 11, 2023 GenericForeignKey tries to give you a ForeignKey behavior but instead to be against one type of object, they do it for a set of object types… Continue Reading
How to Use Webpacker with in Rails 6 March 19, 2021 Webpacker Webpacker is a gem which wraps webpack. In rails 6 webpacker is the default JavaScript compiler instead of sprockets. To use webpacker you… Continue Reading
Multiple xlsx sheets in rails October 9, 2020 Exporting data with multiple XLSX spreadsheets on Rails. If you want to generate multiple xlsx sheets then you can not go with “roo” gem… Continue Reading
rails 6 without webpacker October 9, 2020 Rails 6 without Webpacker Whenever we try to create an application in Rails 6 it comes with WebPacker. The webpacker is the default javascript… Continue Reading
Login with google October 9, 2020 A simple Login with gmail account, built with Ruby on Rails Social login is the concept of using a third-party like Google, Facebook,… 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
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
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