Client side validation conditional validation in rails

Rails provides validation in ActiveModel, where you can write validation rules on ActiveRecord attributes or any custom validator. For client side validations, I am mostly prefering gem .....


Read More

Ruby On Rails - Include CSRF token in HTML Form

Cros-site Security Request Forgery is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated. 

Rails framework.....


Read More

Git - Git Revert of Merge

Git is a free and open source distributed version control system. Its known as version controlling. To distribute your code you have to co-operate with other developer. All the.....


Read More

Selenium - Selenium::WebDriver::Error::WebDriverError

Selenium automates browsers which is used to do web-applicaiton testing in browser. I was having project in rails where I need to use selenium for testing web applicaiton mainly to test behaviour.....


Read More