RDS Leads is a simple Lead crud Ruby on Rails app that integrates with Zoho CRM. It uses Zoho CRM Integration gem to post, put and delete leads to Zoho CRM. The app is deployed on Heroku and can be accessed here. To see the integration working you must to login on Zoho CRM after you receive an account i will send you.
In order to see the application running on your machine you can clone the repository:
git clone git@github.com:otaviomedeiros/rds-leads.git
To configure the Ruby on Rails app run the commands:
cd rds-leads/
bundle install
rake db:create:all
rake db:migrate
Now just run the application:
rails s
If you want to run the tests:
rake db:migrate RAILS_ENV=test
rspec spec/