Write a Rails application that that allows to user to convert celcius to fahrenheit. The application should display the two temperatures visually. It's up to you to decide how to implement this and which technology to use, it should be web based. Make sure the design will allow for adding more functionality later, such as doing other kinds conversions.
Please do the git clone of the repo.
Perform bundle
bundle
You can run the app using
rails s
Navigate to http://localhost:3000
You can run the specs using
rake spec
and Jasmine spec using
http://localhost:3000/jasmine
To add more conversion please have a look at the config/conversions.yml
The data is self explanatory for adding a new conversion.