plutus 0.4.2 → 0.5.1
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 +12 -9
- data/VERSION.yml +2 -2
- data/config/backtrace_silencers.rb +7 -0
- data/config/inflections.rb +10 -0
- data/config/mime_types.rb +5 -0
- data/config/secret_token.rb +7 -0
- data/config/session_store.rb +8 -0
- data/doc/Account.html +1 -1
- data/doc/AccountsController.html +1 -1
- data/doc/Asset.html +1 -1
- data/doc/CreatePlutusTables.html +265 -0
- data/doc/Equity.html +1 -1
- data/doc/Expense.html +1 -1
- data/doc/Liability.html +1 -1
- data/doc/Plutus.html +91 -0
- data/doc/Plutus/Engine.html +100 -0
- data/doc/PlutusGenerator.html +312 -0
- data/doc/Revenue.html +1 -1
- data/doc/Transaction.html +1 -1
- data/doc/TransactionsController.html +1 -1
- data/doc/_index.html +39 -1
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +11 -11
- data/doc/index.html +11 -11
- data/doc/method_list.html +76 -36
- data/doc/top-level-namespace.html +4 -2
- data/fixture_rails_root/.gitignore +4 -0
- data/fixture_rails_root/Gemfile +38 -0
- data/fixture_rails_root/Gemfile.lock +98 -0
- data/fixture_rails_root/README +256 -0
- data/fixture_rails_root/Rakefile +7 -0
- data/fixture_rails_root/app/controllers/application_controller.rb +3 -0
- data/fixture_rails_root/app/helpers/application_helper.rb +2 -0
- data/fixture_rails_root/app/views/layouts/application.html.erb +14 -0
- data/fixture_rails_root/config.ru +4 -0
- data/fixture_rails_root/config/application.rb +42 -0
- data/fixture_rails_root/config/boot.rb +13 -0
- data/fixture_rails_root/config/database.yml +22 -0
- data/fixture_rails_root/config/environment.rb +5 -0
- data/fixture_rails_root/config/environments/development.rb +26 -0
- data/fixture_rails_root/config/environments/production.rb +49 -0
- data/fixture_rails_root/config/environments/test.rb +35 -0
- data/fixture_rails_root/config/initializers/backtrace_silencers.rb +7 -0
- data/fixture_rails_root/config/initializers/inflections.rb +10 -0
- data/fixture_rails_root/config/initializers/mime_types.rb +5 -0
- data/fixture_rails_root/config/initializers/secret_token.rb +7 -0
- data/fixture_rails_root/config/initializers/session_store.rb +8 -0
- data/fixture_rails_root/config/locales/en.yml +5 -0
- data/fixture_rails_root/config/routes.rb +58 -0
- data/{generators/plutus/templates/plutus.rb → fixture_rails_root/db/migrate/20101203193439_create_plutus_tables.rb} +1 -1
- data/fixture_rails_root/db/schema.rb +40 -0
- data/fixture_rails_root/db/seeds.rb +7 -0
- data/fixture_rails_root/doc/README_FOR_APP +2 -0
- data/fixture_rails_root/lib/tasks/.gitkeep +0 -0
- data/fixture_rails_root/public/404.html +26 -0
- data/fixture_rails_root/public/422.html +26 -0
- data/fixture_rails_root/public/500.html +26 -0
- 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 +239 -0
- data/fixture_rails_root/public/javascripts/application.js +2 -0
- data/fixture_rails_root/public/javascripts/controls.js +965 -0
- data/fixture_rails_root/public/javascripts/dragdrop.js +974 -0
- data/fixture_rails_root/public/javascripts/effects.js +1123 -0
- data/fixture_rails_root/public/javascripts/prototype.js +6001 -0
- data/fixture_rails_root/public/javascripts/rails.js +175 -0
- data/fixture_rails_root/public/robots.txt +5 -0
- data/fixture_rails_root/public/stylesheets/.gitkeep +0 -0
- data/fixture_rails_root/script/rails +6 -0
- data/fixture_rails_root/test/performance/browsing_test.rb +9 -0
- data/fixture_rails_root/test/test_helper.rb +13 -0
- data/fixture_rails_root/vendor/plugins/.gitkeep +0 -0
- data/{generators → lib/generators}/plutus/USAGE +1 -1
- data/lib/generators/plutus/plutus_generator.rb +26 -0
- data/lib/generators/plutus/templates/migration.rb +33 -0
- data/lib/plutus.rb +6 -0
- data/plutus.gemspec +60 -6
- data/spec/spec_helper.rb +6 -50
- metadata +63 -9
- data/generators/plutus/plutus_generator.rb +0 -9
- data/rails/init.rb +0 -1
data/doc/class_list.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<ul id="full_list" class="class">
|
|
29
29
|
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
|
30
|
-
<li><span class='object_link'><a href="Account.html" title="Account (class)">Account</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="AccountsController.html" title="AccountsController (class)">AccountsController</a></span> < ApplicationController<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Asset.html" title="Asset (class)">Asset</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Equity.html" title="Equity (class)">Equity</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Expense.html" title="Expense (class)">Expense</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Liability.html" title="Liability (class)">Liability</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Revenue.html" title="Revenue (class)">Revenue</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Transaction.html" title="Transaction (class)">Transaction</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="TransactionsController.html" title="TransactionsController (class)">TransactionsController</a></span> < ApplicationController<small class='search_info'>Top Level Namespace</small></li>
|
|
30
|
+
<li><span class='object_link'><a href="Account.html" title="Account (class)">Account</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="AccountsController.html" title="AccountsController (class)">AccountsController</a></span> < ApplicationController<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Asset.html" title="Asset (class)">Asset</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="CreatePlutusTables.html" title="CreatePlutusTables (class)">CreatePlutusTables</a></span> < Migration<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Equity.html" title="Equity (class)">Equity</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Expense.html" title="Expense (class)">Expense</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Liability.html" title="Liability (class)">Liability</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Plutus.html" title="Plutus (module)">Plutus</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Plutus/Engine.html" title="Plutus::Engine (class)">Engine</a></span> < Engine<small class='search_info'>Plutus</small></li></ul><li><span class='object_link'><a href="PlutusGenerator.html" title="PlutusGenerator (class)">PlutusGenerator</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Revenue.html" title="Revenue (class)">Revenue</a></span> < Account<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Transaction.html" title="Transaction (class)">Transaction</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="TransactionsController.html" title="TransactionsController (class)">TransactionsController</a></span> < ApplicationController<small class='search_info'>Top Level Namespace</small></li>
|
|
31
31
|
|
|
32
32
|
</ul>
|
|
33
33
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
|
|
46
46
|
<p>This plutus plugin is a Ruby on Rails Engine which provides a double entry accounting system for your application.</p>
|
|
47
47
|
|
|
48
|
-
<h1>
|
|
48
|
+
<h1>NOTE: This version of Plutus is compatable with RAILS 3</h1>
|
|
49
49
|
|
|
50
|
-
<
|
|
51
|
-
<li><p>either install as a plugin</p>
|
|
50
|
+
<p>For the rails 2 version, you can go here:</p>
|
|
52
51
|
|
|
53
|
-
<
|
|
54
|
-
</pre>
|
|
52
|
+
<p><a href="https://github.com/mbulat/plutus/tree/rails2">https://github.com/mbulat/plutus/tree/rails2</a></p>
|
|
55
53
|
|
|
56
|
-
<p>
|
|
54
|
+
<p>Gems in RubyGems.org >= 0.5.0 support Rails 3</p>
|
|
57
55
|
|
|
58
|
-
<
|
|
59
|
-
|
|
60
|
-
<
|
|
56
|
+
<h1>Installation</h1>
|
|
57
|
+
|
|
58
|
+
<ul>
|
|
59
|
+
<li><p>Add the gem to your Gemfile <code>gem "plutus"</code></p></li>
|
|
60
|
+
<li><p>generate migration files <code>rails g plutus</code></p></li>
|
|
61
61
|
<li><p>run migrations <code>rake db:migrate</code></p></li>
|
|
62
62
|
</ul>
|
|
63
63
|
|
|
@@ -232,7 +232,7 @@ into a working rails application to run the tests.</p>
|
|
|
232
232
|
|
|
233
233
|
<h1>Reference</h1>
|
|
234
234
|
|
|
235
|
-
<p>For a complete reference on Accounting
|
|
235
|
+
<p>For a complete reference on Accounting principles, we recommend the following textbook</p>
|
|
236
236
|
|
|
237
237
|
<p><a href="http://amzn.com/0324662963">http://amzn.com/0324662963</a></p>
|
|
238
238
|
|
|
@@ -241,7 +241,7 @@ into a working rails application to run the tests.</p>
|
|
|
241
241
|
<p>Copyright (c) 2010 Michael Bulat</p></div></div>
|
|
242
242
|
|
|
243
243
|
<div id="footer">
|
|
244
|
-
Generated on Fri
|
|
244
|
+
Generated on Fri Dec 3 14:35:07 2010 by
|
|
245
245
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
246
246
|
0.6.2 (ruby-1.8.7).
|
|
247
247
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
|
|
46
46
|
<p>This plutus plugin is a Ruby on Rails Engine which provides a double entry accounting system for your application.</p>
|
|
47
47
|
|
|
48
|
-
<h1>
|
|
48
|
+
<h1>NOTE: This version of Plutus is compatable with RAILS 3</h1>
|
|
49
49
|
|
|
50
|
-
<
|
|
51
|
-
<li><p>either install as a plugin</p>
|
|
50
|
+
<p>For the rails 2 version, you can go here:</p>
|
|
52
51
|
|
|
53
|
-
<
|
|
54
|
-
</pre>
|
|
52
|
+
<p><a href="https://github.com/mbulat/plutus/tree/rails2">https://github.com/mbulat/plutus/tree/rails2</a></p>
|
|
55
53
|
|
|
56
|
-
<p>
|
|
54
|
+
<p>Gems in RubyGems.org >= 0.5.0 support Rails 3</p>
|
|
57
55
|
|
|
58
|
-
<
|
|
59
|
-
|
|
60
|
-
<
|
|
56
|
+
<h1>Installation</h1>
|
|
57
|
+
|
|
58
|
+
<ul>
|
|
59
|
+
<li><p>Add the gem to your Gemfile <code>gem "plutus"</code></p></li>
|
|
60
|
+
<li><p>generate migration files <code>rails g plutus</code></p></li>
|
|
61
61
|
<li><p>run migrations <code>rake db:migrate</code></p></li>
|
|
62
62
|
</ul>
|
|
63
63
|
|
|
@@ -232,7 +232,7 @@ into a working rails application to run the tests.</p>
|
|
|
232
232
|
|
|
233
233
|
<h1>Reference</h1>
|
|
234
234
|
|
|
235
|
-
<p>For a complete reference on Accounting
|
|
235
|
+
<p>For a complete reference on Accounting principles, we recommend the following textbook</p>
|
|
236
236
|
|
|
237
237
|
<p><a href="http://amzn.com/0324662963">http://amzn.com/0324662963</a></p>
|
|
238
238
|
|
|
@@ -241,7 +241,7 @@ into a working rails application to run the tests.</p>
|
|
|
241
241
|
<p>Copyright (c) 2010 Michael Bulat</p></div></div>
|
|
242
242
|
|
|
243
243
|
<div id="footer">
|
|
244
|
-
Generated on Fri
|
|
244
|
+
Generated on Fri Dec 3 14:35:06 2010 by
|
|
245
245
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
246
246
|
0.6.2 (ruby-1.8.7).
|
|
247
247
|
</div>
|
data/doc/method_list.html
CHANGED
|
@@ -29,79 +29,79 @@
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
<li class="r1 ">
|
|
32
|
-
<span class='object_link'><a href="
|
|
32
|
+
<span class='object_link'><a href="Asset.html#balance-instance_method" title="Asset#balance (method)">#balance</a></span>
|
|
33
33
|
|
|
34
|
-
<small>
|
|
34
|
+
<small>Asset</small>
|
|
35
35
|
|
|
36
36
|
</li>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<li class="r2 ">
|
|
40
|
-
<span class='object_link'><a href="
|
|
40
|
+
<span class='object_link'><a href="Liability.html#balance-class_method" title="Liability.balance (method)">balance</a></span>
|
|
41
41
|
|
|
42
|
-
<small>
|
|
42
|
+
<small>Liability</small>
|
|
43
43
|
|
|
44
44
|
</li>
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
<li class="r1 ">
|
|
48
|
-
<span class='object_link'><a href="
|
|
48
|
+
<span class='object_link'><a href="Revenue.html#balance-class_method" title="Revenue.balance (method)">balance</a></span>
|
|
49
49
|
|
|
50
|
-
<small>
|
|
50
|
+
<small>Revenue</small>
|
|
51
51
|
|
|
52
52
|
</li>
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
<li class="r2 ">
|
|
56
|
-
<span class='object_link'><a href="
|
|
56
|
+
<span class='object_link'><a href="Expense.html#balance-class_method" title="Expense.balance (method)">balance</a></span>
|
|
57
57
|
|
|
58
|
-
<small>
|
|
58
|
+
<small>Expense</small>
|
|
59
59
|
|
|
60
60
|
</li>
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
<li class="r1 ">
|
|
64
|
-
<span class='object_link'><a href="
|
|
64
|
+
<span class='object_link'><a href="Equity.html#balance-instance_method" title="Equity#balance (method)">#balance</a></span>
|
|
65
65
|
|
|
66
|
-
<small>
|
|
66
|
+
<small>Equity</small>
|
|
67
67
|
|
|
68
68
|
</li>
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
<li class="r2 ">
|
|
72
|
-
<span class='object_link'><a href="
|
|
72
|
+
<span class='object_link'><a href="Revenue.html#balance-instance_method" title="Revenue#balance (method)">#balance</a></span>
|
|
73
73
|
|
|
74
|
-
<small>
|
|
74
|
+
<small>Revenue</small>
|
|
75
75
|
|
|
76
76
|
</li>
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
<li class="r1 ">
|
|
80
|
-
<span class='object_link'><a href="
|
|
80
|
+
<span class='object_link'><a href="Liability.html#balance-instance_method" title="Liability#balance (method)">#balance</a></span>
|
|
81
81
|
|
|
82
|
-
<small>
|
|
82
|
+
<small>Liability</small>
|
|
83
83
|
|
|
84
84
|
</li>
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
<li class="r2 ">
|
|
88
|
-
<span class='object_link'><a href="
|
|
88
|
+
<span class='object_link'><a href="Equity.html#balance-class_method" title="Equity.balance (method)">balance</a></span>
|
|
89
89
|
|
|
90
|
-
<small>
|
|
90
|
+
<small>Equity</small>
|
|
91
91
|
|
|
92
92
|
</li>
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
<li class="r1 ">
|
|
96
|
-
<span class='object_link'><a href="
|
|
96
|
+
<span class='object_link'><a href="Asset.html#balance-class_method" title="Asset.balance (method)">balance</a></span>
|
|
97
97
|
|
|
98
|
-
<small>
|
|
98
|
+
<small>Asset</small>
|
|
99
99
|
|
|
100
100
|
</li>
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
<li class="r2 ">
|
|
104
|
-
<span class='object_link'><a href="Expense.html#balance-
|
|
104
|
+
<span class='object_link'><a href="Expense.html#balance-instance_method" title="Expense#balance (method)">#balance</a></span>
|
|
105
105
|
|
|
106
106
|
<small>Expense</small>
|
|
107
107
|
|
|
@@ -109,49 +109,49 @@
|
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
<li class="r1 ">
|
|
112
|
-
<span class='object_link'><a href="
|
|
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
113
|
|
|
114
|
-
<small>
|
|
114
|
+
<small>PlutusGenerator</small>
|
|
115
115
|
|
|
116
116
|
</li>
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
<li class="r2 ">
|
|
120
|
-
<span class='object_link'><a href="
|
|
120
|
+
<span class='object_link'><a href="Liability.html#credits_balance-instance_method" title="Liability#credits_balance (method)">#credits_balance</a></span>
|
|
121
121
|
|
|
122
|
-
<small>
|
|
122
|
+
<small>Liability</small>
|
|
123
123
|
|
|
124
124
|
</li>
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
<li class="r1 ">
|
|
128
|
-
<span class='object_link'><a href="
|
|
128
|
+
<span class='object_link'><a href="Revenue.html#credits_balance-instance_method" title="Revenue#credits_balance (method)">#credits_balance</a></span>
|
|
129
129
|
|
|
130
|
-
<small>
|
|
130
|
+
<small>Revenue</small>
|
|
131
131
|
|
|
132
132
|
</li>
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
<li class="r2 ">
|
|
136
|
-
<span class='object_link'><a href="
|
|
136
|
+
<span class='object_link'><a href="Asset.html#credits_balance-instance_method" title="Asset#credits_balance (method)">#credits_balance</a></span>
|
|
137
137
|
|
|
138
|
-
<small>
|
|
138
|
+
<small>Asset</small>
|
|
139
139
|
|
|
140
140
|
</li>
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
<li class="r1 ">
|
|
144
|
-
<span class='object_link'><a href="
|
|
144
|
+
<span class='object_link'><a href="Expense.html#credits_balance-instance_method" title="Expense#credits_balance (method)">#credits_balance</a></span>
|
|
145
145
|
|
|
146
|
-
<small>
|
|
146
|
+
<small>Expense</small>
|
|
147
147
|
|
|
148
148
|
</li>
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
<li class="r2 ">
|
|
152
|
-
<span class='object_link'><a href="
|
|
152
|
+
<span class='object_link'><a href="Equity.html#credits_balance-instance_method" title="Equity#credits_balance (method)">#credits_balance</a></span>
|
|
153
153
|
|
|
154
|
-
<small>
|
|
154
|
+
<small>Equity</small>
|
|
155
155
|
|
|
156
156
|
</li>
|
|
157
157
|
|
|
@@ -165,22 +165,30 @@
|
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
<li class="r2 ">
|
|
168
|
-
<span class='object_link'><a href="
|
|
168
|
+
<span class='object_link'><a href="Expense.html#debits_balance-instance_method" title="Expense#debits_balance (method)">#debits_balance</a></span>
|
|
169
169
|
|
|
170
|
-
<small>
|
|
170
|
+
<small>Expense</small>
|
|
171
171
|
|
|
172
172
|
</li>
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
<li class="r1 ">
|
|
176
|
-
<span class='object_link'><a href="
|
|
176
|
+
<span class='object_link'><a href="Revenue.html#debits_balance-instance_method" title="Revenue#debits_balance (method)">#debits_balance</a></span>
|
|
177
177
|
|
|
178
|
-
<small>
|
|
178
|
+
<small>Revenue</small>
|
|
179
179
|
|
|
180
180
|
</li>
|
|
181
181
|
|
|
182
182
|
|
|
183
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 ">
|
|
184
192
|
<span class='object_link'><a href="Asset.html#debits_balance-instance_method" title="Asset#debits_balance (method)">#debits_balance</a></span>
|
|
185
193
|
|
|
186
194
|
<small>Asset</small>
|
|
@@ -188,6 +196,14 @@
|
|
|
188
196
|
</li>
|
|
189
197
|
|
|
190
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
|
+
|
|
191
207
|
<li class="r1 ">
|
|
192
208
|
<span class='object_link'><a href="TransactionsController.html#index-instance_method" title="TransactionsController#index (method)">#index</a></span>
|
|
193
209
|
|
|
@@ -205,6 +221,14 @@
|
|
|
205
221
|
|
|
206
222
|
|
|
207
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 ">
|
|
208
232
|
<span class='object_link'><a href="AccountsController.html#show-instance_method" title="AccountsController#show (method)">#show</a></span>
|
|
209
233
|
|
|
210
234
|
<small>AccountsController</small>
|
|
@@ -212,7 +236,7 @@
|
|
|
212
236
|
</li>
|
|
213
237
|
|
|
214
238
|
|
|
215
|
-
<li class="
|
|
239
|
+
<li class="r1 ">
|
|
216
240
|
<span class='object_link'><a href="TransactionsController.html#show-instance_method" title="TransactionsController#show (method)">#show</a></span>
|
|
217
241
|
|
|
218
242
|
<small>TransactionsController</small>
|
|
@@ -220,6 +244,14 @@
|
|
|
220
244
|
</li>
|
|
221
245
|
|
|
222
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
|
+
|
|
223
255
|
<li class="r1 ">
|
|
224
256
|
<span class='object_link'><a href="Account.html#trial_balance-class_method" title="Account.trial_balance (method)">trial_balance</a></span>
|
|
225
257
|
|
|
@@ -228,6 +260,14 @@
|
|
|
228
260
|
</li>
|
|
229
261
|
|
|
230
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
|
+
|
|
231
271
|
</ul>
|
|
232
272
|
</div>
|
|
233
273
|
</body>
|
|
@@ -65,9 +65,11 @@
|
|
|
65
65
|
<p class="children">
|
|
66
66
|
|
|
67
67
|
|
|
68
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Plutus.html" title="Plutus (module)">Plutus</a></span>
|
|
69
|
+
|
|
68
70
|
|
|
69
71
|
|
|
70
|
-
<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="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="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>
|
|
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>
|
|
71
73
|
|
|
72
74
|
|
|
73
75
|
</p>
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
</div>
|
|
80
82
|
|
|
81
83
|
<div id="footer">
|
|
82
|
-
Generated on Fri
|
|
84
|
+
Generated on Fri Dec 3 14:35:09 2010 by
|
|
83
85
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
84
86
|
0.6.2 (ruby-1.8.7).
|
|
85
87
|
</div>
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
|
@@ -0,0 +1,98 @@
|
|
|
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
|