https://github.com/rossta/memberful-rails-example
A sample rails app that authenticates users from Memberful over OAuth.
https://github.com/rossta/memberful-rails-example
Last synced: about 1 year ago
JSON representation
A sample rails app that authenticates users from Memberful over OAuth.
- Host: GitHub
- URL: https://github.com/rossta/memberful-rails-example
- Owner: rossta
- License: mit
- Created: 2015-02-07T13:38:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T17:08:55.000Z (over 11 years ago)
- Last Synced: 2025-02-15T10:57:04.683Z (about 1 year ago)
- Language: Ruby
- Size: 996 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Memberful Example
=================
This application provides authentication to users of [Memberful](https://memberful.com) over OAuth.
Memberful is a platform for selling memberships and paid content online.
Memberful authentication is performed through Omniauth integration.
Ruby on Rails
-------------
This application requires:
- Ruby 2.1.5
- Rails 4.2.0
Getting Started
---------------
To run the app:
```
$ git clone https://github.com/rossta/memberful-rails-example.git
$ cd memberful-rails-example && bundle
$ rails s # or foreman start
```
Contributing
------------
1. Fork it ( https://github.com/[my-github-username]/memberful-ruby/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. Create a new Pull Request