plutus 0.5.2 → 0.7.0
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.markdown +116 -69
- data/Rakefile +7 -20
- data/app/assets/javascripts/plutus/application.js +15 -0
- data/app/assets/stylesheets/plutus/application.css +13 -0
- data/app/assets/stylesheets/plutus/main.css.scss +86 -0
- data/app/controllers/plutus/accounts_controller.rb +45 -0
- data/app/controllers/plutus/transactions_controller.rb +44 -0
- data/app/models/plutus/account.rb +60 -0
- data/app/models/plutus/amount.rb +16 -0
- data/app/models/plutus/asset.rb +83 -0
- data/app/models/plutus/credit_amount.rb +10 -0
- data/app/models/plutus/debit_amount.rb +10 -0
- data/app/models/plutus/equity.rb +84 -0
- data/app/models/plutus/expense.rb +83 -0
- data/app/models/plutus/liability.rb +78 -0
- data/app/models/plutus/revenue.rb +83 -0
- data/app/models/plutus/transaction.rb +83 -0
- data/app/views/{accounts → plutus/accounts}/index.html.erb +4 -2
- data/app/views/{accounts → plutus/accounts}/show.html.erb +8 -18
- data/app/views/plutus/transactions/index.html.erb +48 -0
- data/app/views/plutus/transactions/show.html.erb +46 -0
- data/config/database.yml +5 -0
- data/config/routes.rb +6 -0
- data/lib/generators/plutus/templates/migration.rb +17 -13
- data/lib/plutus.rb +3 -2
- data/lib/plutus/version.rb +3 -0
- data/spec/controllers/accounts_controller_spec.rb +22 -19
- data/spec/controllers/transactions_controller_spec.rb +23 -20
- data/spec/factories/account_factory.rb +30 -24
- data/spec/factories/amount_factory.rb +19 -0
- data/spec/factories/transaction_factory.rb +11 -6
- data/spec/models/account_spec.rb +61 -40
- data/spec/models/amount_spec.rb +12 -0
- data/spec/models/asset_spec.rb +46 -39
- data/spec/models/credit_amount_spec.rb +22 -0
- data/spec/models/debit_amount_spec.rb +22 -0
- data/spec/models/equity_spec.rb +51 -43
- data/spec/models/expense_spec.rb +49 -41
- data/spec/models/liability_spec.rb +48 -40
- data/spec/models/revenue_spec.rb +48 -41
- data/spec/models/transaction_spec.rb +77 -42
- data/spec/routing/accounts_routing_spec.rb +23 -20
- data/spec/routing/transactions_routing_spec.rb +23 -20
- data/spec/spec_helper.rb +3 -1
- metadata +208 -139
- data/.yardopts +0 -2
- data/VERSION.yml +0 -5
- data/app/controllers/accounts_controller.rb +0 -43
- data/app/controllers/transactions_controller.rb +0 -42
- data/app/models/account.rb +0 -57
- data/app/models/asset.rb +0 -81
- data/app/models/equity.rb +0 -82
- data/app/models/expense.rb +0 -81
- data/app/models/liability.rb +0 -76
- data/app/models/revenue.rb +0 -81
- data/app/models/transaction.rb +0 -27
- data/app/views/layouts/accounts.html.erb +0 -68
- data/app/views/layouts/transactions.html.erb +0 -68
- data/app/views/transactions/index.html.erb +0 -27
- data/app/views/transactions/show.html.erb +0 -24
- data/doc/Account.html +0 -300
- data/doc/AccountsController.html +0 -317
- data/doc/Asset.html +0 -610
- data/doc/CreatePlutusTables.html +0 -265
- data/doc/Equity.html +0 -610
- data/doc/Expense.html +0 -610
- data/doc/Liability.html +0 -588
- data/doc/Plutus.html +0 -91
- data/doc/Plutus/Engine.html +0 -100
- data/doc/PlutusGenerator.html +0 -312
- data/doc/Revenue.html +0 -610
- data/doc/Transaction.html +0 -156
- data/doc/TransactionsController.html +0 -317
- data/doc/_index.html +0 -204
- data/doc/class_list.html +0 -36
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -53
- data/doc/css/style.css +0 -310
- data/doc/file.README.html +0 -250
- data/doc/file_list.html +0 -38
- data/doc/frames.html +0 -13
- data/doc/index.html +0 -250
- data/doc/js/app.js +0 -202
- data/doc/js/full_list.js +0 -149
- data/doc/js/jquery.js +0 -154
- data/doc/method_list.html +0 -275
- data/doc/top-level-namespace.html +0 -90
- data/fixture_rails_root/.gitignore +0 -4
- data/fixture_rails_root/Gemfile +0 -38
- data/fixture_rails_root/Gemfile.lock +0 -98
- data/fixture_rails_root/README +0 -256
- data/fixture_rails_root/Rakefile +0 -7
- data/fixture_rails_root/app/controllers/application_controller.rb +0 -3
- data/fixture_rails_root/app/helpers/application_helper.rb +0 -2
- data/fixture_rails_root/app/views/layouts/application.html.erb +0 -14
- data/fixture_rails_root/config.ru +0 -4
- data/fixture_rails_root/config/application.rb +0 -42
- data/fixture_rails_root/config/boot.rb +0 -13
- data/fixture_rails_root/config/database.yml +0 -22
- data/fixture_rails_root/config/environment.rb +0 -5
- data/fixture_rails_root/config/environments/development.rb +0 -26
- data/fixture_rails_root/config/environments/production.rb +0 -49
- data/fixture_rails_root/config/environments/test.rb +0 -35
- data/fixture_rails_root/config/initializers/backtrace_silencers.rb +0 -7
- data/fixture_rails_root/config/initializers/inflections.rb +0 -10
- data/fixture_rails_root/config/initializers/mime_types.rb +0 -5
- data/fixture_rails_root/config/initializers/secret_token.rb +0 -7
- data/fixture_rails_root/config/initializers/session_store.rb +0 -8
- data/fixture_rails_root/config/locales/en.yml +0 -5
- data/fixture_rails_root/config/routes.rb +0 -58
- data/fixture_rails_root/db/migrate/20101203193439_create_plutus_tables.rb +0 -33
- data/fixture_rails_root/db/schema.rb +0 -40
- data/fixture_rails_root/db/seeds.rb +0 -7
- data/fixture_rails_root/doc/README_FOR_APP +0 -2
- data/fixture_rails_root/lib/tasks/.gitkeep +0 -0
- data/fixture_rails_root/public/404.html +0 -26
- data/fixture_rails_root/public/422.html +0 -26
- data/fixture_rails_root/public/500.html +0 -26
- data/fixture_rails_root/public/favicon.ico +0 -0
- data/fixture_rails_root/public/images/rails.png +0 -0
- data/fixture_rails_root/public/index.html +0 -239
- data/fixture_rails_root/public/javascripts/application.js +0 -2
- data/fixture_rails_root/public/javascripts/controls.js +0 -965
- data/fixture_rails_root/public/javascripts/dragdrop.js +0 -974
- data/fixture_rails_root/public/javascripts/effects.js +0 -1123
- data/fixture_rails_root/public/javascripts/prototype.js +0 -6001
- data/fixture_rails_root/public/javascripts/rails.js +0 -175
- data/fixture_rails_root/public/robots.txt +0 -5
- data/fixture_rails_root/public/stylesheets/.gitkeep +0 -0
- data/fixture_rails_root/script/rails +0 -6
- data/fixture_rails_root/test/performance/browsing_test.rb +0 -9
- data/fixture_rails_root/test/test_helper.rb +0 -13
- data/fixture_rails_root/vendor/plugins/.gitkeep +0 -0
- data/plutus.gemspec +0 -176
- data/tasks/plutus_tasks.rake +0 -4
data/doc/method_list.html
DELETED
|
@@ -1,275 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
|
8
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
9
|
-
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
|
10
|
-
<base id="base_target" target="_parent" />
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<script type="text/javascript" charset="utf-8">
|
|
14
|
-
if (window.top.frames.main) {
|
|
15
|
-
document.getElementById('base_target').target = 'main';
|
|
16
|
-
document.body.className = 'frames';
|
|
17
|
-
}
|
|
18
|
-
</script>
|
|
19
|
-
<div id="content">
|
|
20
|
-
<h1 id="full_list_header">Method List</h1>
|
|
21
|
-
<div id="nav">
|
|
22
|
-
<a target="_self" href="class_list.html">Classes</a> |
|
|
23
|
-
<a target="_self" href="method_list.html">Methods</a> |
|
|
24
|
-
<a target="_self" href="file_list.html">Files</a>
|
|
25
|
-
</div>
|
|
26
|
-
<div id="search">Search: <input type="text" /></div>
|
|
27
|
-
|
|
28
|
-
<ul id="full_list" class="methods">
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
<li class="r1 ">
|
|
32
|
-
<span class='object_link'><a href="Asset.html#balance-instance_method" title="Asset#balance (method)">#balance</a></span>
|
|
33
|
-
|
|
34
|
-
<small>Asset</small>
|
|
35
|
-
|
|
36
|
-
</li>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<li class="r2 ">
|
|
40
|
-
<span class='object_link'><a href="Liability.html#balance-class_method" title="Liability.balance (method)">balance</a></span>
|
|
41
|
-
|
|
42
|
-
<small>Liability</small>
|
|
43
|
-
|
|
44
|
-
</li>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<li class="r1 ">
|
|
48
|
-
<span class='object_link'><a href="Revenue.html#balance-class_method" title="Revenue.balance (method)">balance</a></span>
|
|
49
|
-
|
|
50
|
-
<small>Revenue</small>
|
|
51
|
-
|
|
52
|
-
</li>
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
<li class="r2 ">
|
|
56
|
-
<span class='object_link'><a href="Expense.html#balance-class_method" title="Expense.balance (method)">balance</a></span>
|
|
57
|
-
|
|
58
|
-
<small>Expense</small>
|
|
59
|
-
|
|
60
|
-
</li>
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
<li class="r1 ">
|
|
64
|
-
<span class='object_link'><a href="Equity.html#balance-instance_method" title="Equity#balance (method)">#balance</a></span>
|
|
65
|
-
|
|
66
|
-
<small>Equity</small>
|
|
67
|
-
|
|
68
|
-
</li>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
<li class="r2 ">
|
|
72
|
-
<span class='object_link'><a href="Revenue.html#balance-instance_method" title="Revenue#balance (method)">#balance</a></span>
|
|
73
|
-
|
|
74
|
-
<small>Revenue</small>
|
|
75
|
-
|
|
76
|
-
</li>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
<li class="r1 ">
|
|
80
|
-
<span class='object_link'><a href="Liability.html#balance-instance_method" title="Liability#balance (method)">#balance</a></span>
|
|
81
|
-
|
|
82
|
-
<small>Liability</small>
|
|
83
|
-
|
|
84
|
-
</li>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
<li class="r2 ">
|
|
88
|
-
<span class='object_link'><a href="Equity.html#balance-class_method" title="Equity.balance (method)">balance</a></span>
|
|
89
|
-
|
|
90
|
-
<small>Equity</small>
|
|
91
|
-
|
|
92
|
-
</li>
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
<li class="r1 ">
|
|
96
|
-
<span class='object_link'><a href="Asset.html#balance-class_method" title="Asset.balance (method)">balance</a></span>
|
|
97
|
-
|
|
98
|
-
<small>Asset</small>
|
|
99
|
-
|
|
100
|
-
</li>
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
<li class="r2 ">
|
|
104
|
-
<span class='object_link'><a href="Expense.html#balance-instance_method" title="Expense#balance (method)">#balance</a></span>
|
|
105
|
-
|
|
106
|
-
<small>Expense</small>
|
|
107
|
-
|
|
108
|
-
</li>
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
<li class="r1 ">
|
|
112
|
-
<span class='object_link'><a href="PlutusGenerator.html#create_migration_file-instance_method" title="PlutusGenerator#create_migration_file (method)">#create_migration_file</a></span>
|
|
113
|
-
|
|
114
|
-
<small>PlutusGenerator</small>
|
|
115
|
-
|
|
116
|
-
</li>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
<li class="r2 ">
|
|
120
|
-
<span class='object_link'><a href="Liability.html#credits_balance-instance_method" title="Liability#credits_balance (method)">#credits_balance</a></span>
|
|
121
|
-
|
|
122
|
-
<small>Liability</small>
|
|
123
|
-
|
|
124
|
-
</li>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
<li class="r1 ">
|
|
128
|
-
<span class='object_link'><a href="Revenue.html#credits_balance-instance_method" title="Revenue#credits_balance (method)">#credits_balance</a></span>
|
|
129
|
-
|
|
130
|
-
<small>Revenue</small>
|
|
131
|
-
|
|
132
|
-
</li>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
<li class="r2 ">
|
|
136
|
-
<span class='object_link'><a href="Asset.html#credits_balance-instance_method" title="Asset#credits_balance (method)">#credits_balance</a></span>
|
|
137
|
-
|
|
138
|
-
<small>Asset</small>
|
|
139
|
-
|
|
140
|
-
</li>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
<li class="r1 ">
|
|
144
|
-
<span class='object_link'><a href="Expense.html#credits_balance-instance_method" title="Expense#credits_balance (method)">#credits_balance</a></span>
|
|
145
|
-
|
|
146
|
-
<small>Expense</small>
|
|
147
|
-
|
|
148
|
-
</li>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
<li class="r2 ">
|
|
152
|
-
<span class='object_link'><a href="Equity.html#credits_balance-instance_method" title="Equity#credits_balance (method)">#credits_balance</a></span>
|
|
153
|
-
|
|
154
|
-
<small>Equity</small>
|
|
155
|
-
|
|
156
|
-
</li>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
<li class="r1 ">
|
|
160
|
-
<span class='object_link'><a href="Equity.html#debits_balance-instance_method" title="Equity#debits_balance (method)">#debits_balance</a></span>
|
|
161
|
-
|
|
162
|
-
<small>Equity</small>
|
|
163
|
-
|
|
164
|
-
</li>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
<li class="r2 ">
|
|
168
|
-
<span class='object_link'><a href="Expense.html#debits_balance-instance_method" title="Expense#debits_balance (method)">#debits_balance</a></span>
|
|
169
|
-
|
|
170
|
-
<small>Expense</small>
|
|
171
|
-
|
|
172
|
-
</li>
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
<li class="r1 ">
|
|
176
|
-
<span class='object_link'><a href="Revenue.html#debits_balance-instance_method" title="Revenue#debits_balance (method)">#debits_balance</a></span>
|
|
177
|
-
|
|
178
|
-
<small>Revenue</small>
|
|
179
|
-
|
|
180
|
-
</li>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
<li class="r2 ">
|
|
184
|
-
<span class='object_link'><a href="Liability.html#debits_balance-instance_method" title="Liability#debits_balance (method)">#debits_balance</a></span>
|
|
185
|
-
|
|
186
|
-
<small>Liability</small>
|
|
187
|
-
|
|
188
|
-
</li>
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
<li class="r1 ">
|
|
192
|
-
<span class='object_link'><a href="Asset.html#debits_balance-instance_method" title="Asset#debits_balance (method)">#debits_balance</a></span>
|
|
193
|
-
|
|
194
|
-
<small>Asset</small>
|
|
195
|
-
|
|
196
|
-
</li>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
<li class="r2 ">
|
|
200
|
-
<span class='object_link'><a href="CreatePlutusTables.html#down-class_method" title="CreatePlutusTables.down (method)">down</a></span>
|
|
201
|
-
|
|
202
|
-
<small>CreatePlutusTables</small>
|
|
203
|
-
|
|
204
|
-
</li>
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
<li class="r1 ">
|
|
208
|
-
<span class='object_link'><a href="TransactionsController.html#index-instance_method" title="TransactionsController#index (method)">#index</a></span>
|
|
209
|
-
|
|
210
|
-
<small>TransactionsController</small>
|
|
211
|
-
|
|
212
|
-
</li>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
<li class="r2 ">
|
|
216
|
-
<span class='object_link'><a href="AccountsController.html#index-instance_method" title="AccountsController#index (method)">#index</a></span>
|
|
217
|
-
|
|
218
|
-
<small>AccountsController</small>
|
|
219
|
-
|
|
220
|
-
</li>
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
<li class="r1 ">
|
|
224
|
-
<span class='object_link'><a href="PlutusGenerator.html#next_migration_number-class_method" title="PlutusGenerator.next_migration_number (method)">next_migration_number</a></span>
|
|
225
|
-
|
|
226
|
-
<small>PlutusGenerator</small>
|
|
227
|
-
|
|
228
|
-
</li>
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
<li class="r2 ">
|
|
232
|
-
<span class='object_link'><a href="AccountsController.html#show-instance_method" title="AccountsController#show (method)">#show</a></span>
|
|
233
|
-
|
|
234
|
-
<small>AccountsController</small>
|
|
235
|
-
|
|
236
|
-
</li>
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
<li class="r1 ">
|
|
240
|
-
<span class='object_link'><a href="TransactionsController.html#show-instance_method" title="TransactionsController#show (method)">#show</a></span>
|
|
241
|
-
|
|
242
|
-
<small>TransactionsController</small>
|
|
243
|
-
|
|
244
|
-
</li>
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
<li class="r2 ">
|
|
248
|
-
<span class='object_link'><a href="PlutusGenerator.html#source_root-class_method" title="PlutusGenerator.source_root (method)">source_root</a></span>
|
|
249
|
-
|
|
250
|
-
<small>PlutusGenerator</small>
|
|
251
|
-
|
|
252
|
-
</li>
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
<li class="r1 ">
|
|
256
|
-
<span class='object_link'><a href="Account.html#trial_balance-class_method" title="Account.trial_balance (method)">trial_balance</a></span>
|
|
257
|
-
|
|
258
|
-
<small>Account</small>
|
|
259
|
-
|
|
260
|
-
</li>
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<li class="r2 ">
|
|
264
|
-
<span class='object_link'><a href="CreatePlutusTables.html#up-class_method" title="CreatePlutusTables.up (method)">up</a></span>
|
|
265
|
-
|
|
266
|
-
<small>CreatePlutusTables</small>
|
|
267
|
-
|
|
268
|
-
</li>
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
</ul>
|
|
272
|
-
</div>
|
|
273
|
-
</body>
|
|
274
|
-
</html>
|
|
275
|
-
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
-
<head>
|
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
-
<title>Top Level Namespace</title>
|
|
7
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
|
8
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
|
9
|
-
|
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
|
11
|
-
relpath = '';
|
|
12
|
-
if (relpath != '') relpath += '/';
|
|
13
|
-
</script>
|
|
14
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
<body>
|
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
|
21
|
-
</script>
|
|
22
|
-
|
|
23
|
-
<div id="header">
|
|
24
|
-
<div id="menu">
|
|
25
|
-
|
|
26
|
-
<a href="_index.html">Index</a> »
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
<span class="title">Top Level Namespace</span>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
33
|
-
</div>
|
|
34
|
-
|
|
35
|
-
<div id="search">
|
|
36
|
-
<a id="class_list_link" href="#">Class List</a>
|
|
37
|
-
<a id="method_list_link" href="#">Method List</a>
|
|
38
|
-
<a id ="file_list_link" href="#">File List</a>
|
|
39
|
-
</div>
|
|
40
|
-
|
|
41
|
-
<div class="clear"></div>
|
|
42
|
-
</div>
|
|
43
|
-
|
|
44
|
-
<iframe id="search_frame"></iframe>
|
|
45
|
-
|
|
46
|
-
<div id="content"><h1>Top Level Namespace
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</h1>
|
|
51
|
-
|
|
52
|
-
<dl class="box">
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
</dl>
|
|
62
|
-
<div class="clear"></div>
|
|
63
|
-
|
|
64
|
-
<h2>Defined Under Namespace</h2>
|
|
65
|
-
<p class="children">
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Plutus.html" title="Plutus (module)">Plutus</a></span>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Account.html" title="Account (class)">Account</a></span>, <span class='object_link'><a href="AccountsController.html" title="AccountsController (class)">AccountsController</a></span>, <span class='object_link'><a href="Asset.html" title="Asset (class)">Asset</a></span>, <span class='object_link'><a href="CreatePlutusTables.html" title="CreatePlutusTables (class)">CreatePlutusTables</a></span>, <span class='object_link'><a href="Equity.html" title="Equity (class)">Equity</a></span>, <span class='object_link'><a href="Expense.html" title="Expense (class)">Expense</a></span>, <span class='object_link'><a href="Liability.html" title="Liability (class)">Liability</a></span>, <span class='object_link'><a href="PlutusGenerator.html" title="PlutusGenerator (class)">PlutusGenerator</a></span>, <span class='object_link'><a href="Revenue.html" title="Revenue (class)">Revenue</a></span>, <span class='object_link'><a href="Transaction.html" title="Transaction (class)">Transaction</a></span>, <span class='object_link'><a href="TransactionsController.html" title="TransactionsController (class)">TransactionsController</a></span>
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
</p>
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
</div>
|
|
82
|
-
|
|
83
|
-
<div id="footer">
|
|
84
|
-
Generated on Fri Dec 3 14:35:09 2010 by
|
|
85
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
86
|
-
0.6.2 (ruby-1.8.7).
|
|
87
|
-
</div>
|
|
88
|
-
|
|
89
|
-
</body>
|
|
90
|
-
</html>
|
data/fixture_rails_root/Gemfile
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
source 'http://rubygems.org'
|
|
2
|
-
|
|
3
|
-
gem 'rails', '3.0.3'
|
|
4
|
-
|
|
5
|
-
# Bundle edge Rails instead:
|
|
6
|
-
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
|
7
|
-
|
|
8
|
-
gem 'sqlite3-ruby', :require => 'sqlite3'
|
|
9
|
-
|
|
10
|
-
# http://blog.davidchelimsky.net/2010/07/11/rspec-rails-2-generators-and-rake-tasks/
|
|
11
|
-
group :test do
|
|
12
|
-
gem "rspec-rails", "2.2.1"
|
|
13
|
-
gem "database_cleaner", "0.5.2"
|
|
14
|
-
gem "factory_girl", "1.3.2"
|
|
15
|
-
gem "mocha"
|
|
16
|
-
end
|
|
17
|
-
# Use unicorn as the web server
|
|
18
|
-
# gem 'unicorn'
|
|
19
|
-
|
|
20
|
-
# Deploy with Capistrano
|
|
21
|
-
# gem 'capistrano'
|
|
22
|
-
|
|
23
|
-
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
|
|
24
|
-
# gem 'ruby-debug'
|
|
25
|
-
# gem 'ruby-debug19'
|
|
26
|
-
|
|
27
|
-
# Bundle the extra gems:
|
|
28
|
-
# gem 'bj'
|
|
29
|
-
# gem 'nokogiri'
|
|
30
|
-
# gem 'sqlite3-ruby', :require => 'sqlite3'
|
|
31
|
-
# gem 'aws-s3', :require => 'aws/s3'
|
|
32
|
-
|
|
33
|
-
# Bundle gems for the local environment. Make sure to
|
|
34
|
-
# put test-only gems in this group so their generators
|
|
35
|
-
# and rake tasks are available in development mode:
|
|
36
|
-
# group :development, :test do
|
|
37
|
-
# gem 'webrat'
|
|
38
|
-
# end
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
abstract (1.0.0)
|
|
5
|
-
actionmailer (3.0.3)
|
|
6
|
-
actionpack (= 3.0.3)
|
|
7
|
-
mail (~> 2.2.9)
|
|
8
|
-
actionpack (3.0.3)
|
|
9
|
-
activemodel (= 3.0.3)
|
|
10
|
-
activesupport (= 3.0.3)
|
|
11
|
-
builder (~> 2.1.2)
|
|
12
|
-
erubis (~> 2.6.6)
|
|
13
|
-
i18n (~> 0.4)
|
|
14
|
-
rack (~> 1.2.1)
|
|
15
|
-
rack-mount (~> 0.6.13)
|
|
16
|
-
rack-test (~> 0.5.6)
|
|
17
|
-
tzinfo (~> 0.3.23)
|
|
18
|
-
activemodel (3.0.3)
|
|
19
|
-
activesupport (= 3.0.3)
|
|
20
|
-
builder (~> 2.1.2)
|
|
21
|
-
i18n (~> 0.4)
|
|
22
|
-
activerecord (3.0.3)
|
|
23
|
-
activemodel (= 3.0.3)
|
|
24
|
-
activesupport (= 3.0.3)
|
|
25
|
-
arel (~> 2.0.2)
|
|
26
|
-
tzinfo (~> 0.3.23)
|
|
27
|
-
activeresource (3.0.3)
|
|
28
|
-
activemodel (= 3.0.3)
|
|
29
|
-
activesupport (= 3.0.3)
|
|
30
|
-
activesupport (3.0.3)
|
|
31
|
-
arel (2.0.6)
|
|
32
|
-
builder (2.1.2)
|
|
33
|
-
database_cleaner (0.5.2)
|
|
34
|
-
diff-lcs (1.1.2)
|
|
35
|
-
erubis (2.6.6)
|
|
36
|
-
abstract (>= 1.0.0)
|
|
37
|
-
factory_girl (1.3.2)
|
|
38
|
-
i18n (0.5.0)
|
|
39
|
-
mail (2.2.11)
|
|
40
|
-
activesupport (>= 2.3.6)
|
|
41
|
-
i18n (~> 0.5.0)
|
|
42
|
-
mime-types (~> 1.16)
|
|
43
|
-
treetop (~> 1.4.8)
|
|
44
|
-
mime-types (1.16)
|
|
45
|
-
mocha (0.9.9)
|
|
46
|
-
rake
|
|
47
|
-
polyglot (0.3.1)
|
|
48
|
-
rack (1.2.1)
|
|
49
|
-
rack-mount (0.6.13)
|
|
50
|
-
rack (>= 1.0.0)
|
|
51
|
-
rack-test (0.5.6)
|
|
52
|
-
rack (>= 1.0)
|
|
53
|
-
rails (3.0.3)
|
|
54
|
-
actionmailer (= 3.0.3)
|
|
55
|
-
actionpack (= 3.0.3)
|
|
56
|
-
activerecord (= 3.0.3)
|
|
57
|
-
activeresource (= 3.0.3)
|
|
58
|
-
activesupport (= 3.0.3)
|
|
59
|
-
bundler (~> 1.0)
|
|
60
|
-
railties (= 3.0.3)
|
|
61
|
-
railties (3.0.3)
|
|
62
|
-
actionpack (= 3.0.3)
|
|
63
|
-
activesupport (= 3.0.3)
|
|
64
|
-
rake (>= 0.8.7)
|
|
65
|
-
thor (~> 0.14.4)
|
|
66
|
-
rake (0.8.7)
|
|
67
|
-
rspec (2.2.0)
|
|
68
|
-
rspec-core (~> 2.2)
|
|
69
|
-
rspec-expectations (~> 2.2)
|
|
70
|
-
rspec-mocks (~> 2.2)
|
|
71
|
-
rspec-core (2.2.1)
|
|
72
|
-
rspec-expectations (2.2.0)
|
|
73
|
-
diff-lcs (~> 1.1.2)
|
|
74
|
-
rspec-mocks (2.2.0)
|
|
75
|
-
rspec-rails (2.2.1)
|
|
76
|
-
actionpack (~> 3.0)
|
|
77
|
-
activesupport (~> 3.0)
|
|
78
|
-
railties (~> 3.0)
|
|
79
|
-
rspec (~> 2.2.0)
|
|
80
|
-
sqlite3-ruby (1.3.2)
|
|
81
|
-
thor (0.14.6)
|
|
82
|
-
treetop (1.4.9)
|
|
83
|
-
polyglot (>= 0.3.1)
|
|
84
|
-
tzinfo (0.3.23)
|
|
85
|
-
|
|
86
|
-
PLATFORMS
|
|
87
|
-
ruby
|
|
88
|
-
|
|
89
|
-
DEPENDENCIES
|
|
90
|
-
database_cleaner (= 0.5.2)
|
|
91
|
-
factory_girl (= 1.3.2)
|
|
92
|
-
mocha
|
|
93
|
-
rails (= 3.0.3)
|
|
94
|
-
rspec-rails (= 2.2.1)
|
|
95
|
-
sqlite3-ruby
|
|
96
|
-
|
|
97
|
-
METADATA
|
|
98
|
-
version: 1.0.6
|