Authentication of Rails App using Devise
Here i am going to explain the step by step procedure to use the devise gem for authentication purpose in your rails application, the steps is as follows
install the ...
Read MoreWe combine deep technology expertise and industry-specific insights into how technology impacts people and processes to deliver solutions that help clients achieve business outcomes with agility, speed and certainty.
Rank technologies is an Leading IT solutions provider based in Bangalore, India. providing end-to-end solutions with a team of vast expertise and strong technical proficiency. Beyond development of business solutions, we help you in deploying, managing and scaling them. No headaches for you!
Here i am going to explain the step by step procedure to use the devise gem for authentication purpose in your rails application, the steps is as follows
install the ...
Read More
Heroku is a cloud platform as a service. That means you do not have to worry about infrastructure; you just focus on your application.
Instant Deployment with Git push - build of your application is performed by Heroku using your build scripts
Plenty of Add-on reso...
Read More
If you’re using CarrierWave to upload images to your web application, and you haven’t changed how the images get stored, you’re g...
Read More
In my previous blog I have explained in detail, how to provide a simple authentication using Devise gem
Now lets start in step by step guide on how to integrate Facebook login using devise.
INSTALL THE DEVISE , OMNIAUTH AND OMNIAUTH-FACEBOOK GEM.
Open up your Gemfile and include these gems.mentioned below gems in your gem file Devise gem is used here to provide authentication, omniauth is a gem used...
Read More