What is ROR and why should I use it? March 19, 2021 ROR / Ruby on Rails Ref:Wikipedia The Ruby on Rails, is a web application development framework written in the Ruby language. also,… Continue Reading
Make Social Network Site in Diaspora May 9, 2019 Today, My partner Ashish informed about diaspora this is a great tool to make a social networking website. So many things should have already… 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
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
TypeError at /complete/facebook/ April 28, 2015 is not JSON serializable – django social auth Facebook login You can resolve that issue by adding that in setting.py SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer' Continue Reading
Django Lgoin and Registration Process ( Python ) April 28, 2015 Installing django-registration-redux Automatic installation via a package manager Several automatic package-installation tools are available for Python; the recommended one is pip. Using pip, type: pip install… Continue Reading