Skip to content

raychiranjib1/salesforce-rails

 
 

Repository files navigation

Salesforce::Rails

Gem Version Build Status Code Climate Dependency Status License Coverage Status

salesforce_rails is a gem to access salesforce calender in rails application much more easier. If you use bundler, simply list it in your Gemfile, like so:

gem 'salesforce-rails'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install salesforce-rails

Usage

Configuration

$ rails g salesforce:config
# salesforce.yml
#
---
development:
  client_secret: foo
  client_id: bar

Calendar installation

$ rails g salesforce:calendar:install

Then

$ rails s

And open browser and type http://localhost:3000/calendar

Contributing

  1. Fork it ( https://github.com/dark-prince/salesforce-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Make sure there are tests! I will not accept any patch that is not tested. It's a rare time when explicit tests are not needed. If you have questions about writing tests for salesforce_rails, please open a GitHub issue.
  6. Create a new Pull Request

License

Salesforce::Rails is Copyright (c) 2014 Diganta Mandal. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

About

Convenience classes to make using the salesforce calender events with Rails apps even easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published