knickmack / parsejs-rails

Use the Parse Javascript SDK with Rails 3

Home Page:https://parse.com/apps/quickstart#js/existing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parsejs-rails

The Parse Javascript SDK as an asset for Rails.

This gem provides:

  • Parse Javascript SDK 1.2.10

Installation

gem "parsejs-rails"

And run bundle install. The rest of the installation depends on whether the asset pipeline is being used.

Rails 3.1 or greater (with asset pipeline enabled)

The parsejs-rails file will be added to the asset pipeline and available for you to use. If it's not already in app/assets/javascripts/application.js by default, add these lines:

//= require parse

About

Use the Parse Javascript SDK with Rails 3

https://parse.com/apps/quickstart#js/existing

License:MIT License


Languages

Language:Ruby 100.0%