It was great to see so many solutions for the problem statement I had set. After an initial 'shock' from all electrical engineers, the problem was clearly understood as a variant of the 'shortest path algorithm'. I hope I was able to derive a laugh from the cryptic clue 'short-circuit'. Speaking of 'derive', I did … Continue reading RPCFN#3 Short-circuit
Category: Ruby on Rails
Rspec Installation
Hello i am Amit K Kulkarni working as a QA Engineer in JoshSoftware Pvt Ltd.Few months back i started working on Rspec and it was really great to see such a nice anduser friendly language.Firstly let me start with what is RSPECRSpec is a behavior driven development framework for the Ruby programming language.Behavior Driven Development … Continue reading Rspec Installation
YAML file configuration in ruby & rails
While coding in ruby and rails, we often requires variables to be initialized that can be usedacross application. There are many ways to define configuration variables1. Initialize variables inside environment file # This agencies can be used across application AGENCIES = ['TIMES NEWS NETWORK', 'AGENCIES', 'AFP', 'PTI'] # Configuration for html nodes Article_title_tag = "h1.heading" … Continue reading YAML file configuration in ruby & rails
