No commit activity in last 3 years
No release in over 3 years
Convenience classes to make using the salesforce calender events with Rails apps even easier.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
~> 3.0

Runtime

< 4.0, >= 3.1.0
< 4.0, >= 3.1.0
< 4.0, >= 3.1.0
< 2.0, >= 0.14
 Project Readme

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.