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
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
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