Rails SaaS and SSO solution
== Welcome to Saasy
Saasy is a Rails app that bills and authenticates, so you don't have to. The idea is that you host Saasy on a subdomain, and communicate with it using SSO/REST protocols. That means you're free to do more interesting coding.
At the moment this is alpha code - use at your own risk
I'd like to thank Made by Many (http://madebymany.co.uk) for supporting this project.
Alex MacCaw
http://eribium.org [email protected]
== Screenshots
== Overview
== Features
== Getting Started
rake subs:daily daily== Gateways
Currently the following gateways are supported:
== Choosing a Gateway
Braintree seems to be a good choice, and they're friendly to Railers to:
== Test transactions
As far as I could tell, Braintree are the only Gateway that lets you test transactions without signing up.
== SSO (single sign on)
I've implemented a simple SSO using shared secrets. have a look at lib/sso.rb for more information.
== Gotchas
I've made some extensions to various plugins/libs which I've yet to push back:
No open issues yet, or sync has not completed.