No commit activity in last 3 years
No release in over 3 years
Allows you to use Socialcalc, a JavaScript-based spreadsheet, on Ruby on Rails web applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Socialcalc-rails gem

SocialCalc is a great JavaScript-based spreadsheet working on web browsers. However, it is a bit difficult to use it with Ruby on Rails applications because there is little information on it. Therefore, I have created a gem that allows you to use SocialCalc spreadsheets on Ruby on Rails application with ease.

Usage

See a sample Rails application at https://github.com/elm200/socialcalc-rails-sample.

Installation

gem 'socialcalc-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install socialcalc-rails

Generators

$ rails g socialcalc:images

This command lets you to have SocialCalc related images installed under public/sc_images/.

Contributing

Thanks for Socialcalc maintenance team's help.

License

The gem is available as open source under the terms of the MIT License. Note that Socialcalc software itself is not under the terms of MIT License.