saasy 0.0.1 → 0.0.2.alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -3
- data/app/controllers/billings_controller.rb +0 -1
- metadata +8 -6
data/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
Saasy
|
|
2
2
|
=====
|
|
3
|
+
Please note: This project was started by [ThoughtBot](https://github.com/ThoughtBot). It was known by them as "Saucy". This project wasn't listed on their GitHub profile, thus I have taken it under wing.
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
Sassy is a Rails engine for monthly subscription-style SaaS apps.
|
|
5
6
|
|
|
6
7
|
Example scenarios covered by Saucy:
|
|
7
8
|
|
|
@@ -19,7 +20,7 @@ Installation
|
|
|
19
20
|
|
|
20
21
|
In your Gemfile:
|
|
21
22
|
|
|
22
|
-
gem "
|
|
23
|
+
gem "saasy"
|
|
23
24
|
|
|
24
25
|
After you bundle, run the generator:
|
|
25
26
|
|
|
@@ -7,7 +7,6 @@ class BillingsController < ApplicationController
|
|
|
7
7
|
|
|
8
8
|
def edit
|
|
9
9
|
@account = current_account
|
|
10
|
-
|
|
11
10
|
@account.cardholder_name = @account.credit_card.cardholder_name
|
|
12
11
|
@account.billing_email = @account.customer.email
|
|
13
12
|
@account.expiration_month = @account.credit_card.expiration_month
|
metadata
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saasy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 592302927
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
+
- 2
|
|
10
|
+
- alpha
|
|
9
11
|
- 1
|
|
10
|
-
version: 0.0.
|
|
12
|
+
version: 0.0.2.alpha1
|
|
11
13
|
platform: ruby
|
|
12
14
|
authors:
|
|
13
15
|
- thoughtbot, inc.
|
|
@@ -19,7 +21,7 @@ autorequire:
|
|
|
19
21
|
bindir: bin
|
|
20
22
|
cert_chain: []
|
|
21
23
|
|
|
22
|
-
date: 2011-
|
|
24
|
+
date: 2011-07-01 00:00:00 -05:00
|
|
23
25
|
default_executable:
|
|
24
26
|
dependencies:
|
|
25
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -89,7 +91,7 @@ dependencies:
|
|
|
89
91
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
90
92
|
none: false
|
|
91
93
|
requirements:
|
|
92
|
-
- -
|
|
94
|
+
- - ~>
|
|
93
95
|
- !ruby/object:Gem::Version
|
|
94
96
|
hash: 1
|
|
95
97
|
segments:
|
|
@@ -105,7 +107,7 @@ dependencies:
|
|
|
105
107
|
requirement: &id006 !ruby/object:Gem::Requirement
|
|
106
108
|
none: false
|
|
107
109
|
requirements:
|
|
108
|
-
- -
|
|
110
|
+
- - ~>
|
|
109
111
|
- !ruby/object:Gem::Version
|
|
110
112
|
hash: 29
|
|
111
113
|
segments:
|