active-component 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/lib/active_component/context.rb +1 -1
  3. data/lib/active_component/version.rb +1 -1
  4. data/test/dummy/log/development.log +0 -726
  5. data/test/dummy/{app/templates/dummy_component.mustache → log/production.log} +0 -0
  6. data/test/dummy/{db/development.sqlite3 → log/server.log} +0 -0
  7. data/test/dummy/log/test.log +1 -2780
  8. metadata +5 -37
  9. data/test/dummy/app/components/application_component.rb +0 -5
  10. data/test/dummy/app/components/dummy_component.rb +0 -6
  11. data/test/dummy/app/components/message_component.rb +0 -10
  12. data/test/dummy/app/templates/message_component.mustache +0 -1
  13. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4 +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0 +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Chavez
@@ -122,13 +122,8 @@ files:
122
122
  - test/active_component_test.rb
123
123
  - test/dummy/app/assets/javascripts/application.js
124
124
  - test/dummy/app/assets/stylesheets/application.css
125
- - test/dummy/app/components/application_component.rb
126
- - test/dummy/app/components/dummy_component.rb
127
- - test/dummy/app/components/message_component.rb
128
125
  - test/dummy/app/controllers/application_controller.rb
129
126
  - test/dummy/app/helpers/application_helper.rb
130
- - test/dummy/app/templates/dummy_component.mustache
131
- - test/dummy/app/templates/message_component.mustache
132
127
  - test/dummy/app/views/layouts/application.html.erb
133
128
  - test/dummy/bin/bundle
134
129
  - test/dummy/bin/rails
@@ -150,9 +145,10 @@ files:
150
145
  - test/dummy/config/locales/en.yml
151
146
  - test/dummy/config/routes.rb
152
147
  - test/dummy/config.ru
153
- - test/dummy/db/development.sqlite3
154
148
  - test/dummy/db/test.sqlite3
155
149
  - test/dummy/log/development.log
150
+ - test/dummy/log/production.log
151
+ - test/dummy/log/server.log
156
152
  - test/dummy/log/test.log
157
153
  - test/dummy/public/404.html
158
154
  - test/dummy/public/422.html
@@ -160,18 +156,6 @@ files:
160
156
  - test/dummy/public/favicon.ico
161
157
  - test/dummy/Rakefile
162
158
  - test/dummy/README.rdoc
163
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
164
- - test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c
165
- - test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2
166
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
167
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
168
- - test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683
169
- - test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4
170
- - test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e
171
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
172
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
173
- - test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0
174
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
175
159
  - test/generators/component_generator_test.rb
176
160
  - test/support/foo_component.mustache
177
161
  - test/support/foo_component.rb
@@ -209,13 +193,8 @@ test_files:
209
193
  - test/active_component_test.rb
210
194
  - test/dummy/app/assets/javascripts/application.js
211
195
  - test/dummy/app/assets/stylesheets/application.css
212
- - test/dummy/app/components/application_component.rb
213
- - test/dummy/app/components/dummy_component.rb
214
- - test/dummy/app/components/message_component.rb
215
196
  - test/dummy/app/controllers/application_controller.rb
216
197
  - test/dummy/app/helpers/application_helper.rb
217
- - test/dummy/app/templates/dummy_component.mustache
218
- - test/dummy/app/templates/message_component.mustache
219
198
  - test/dummy/app/views/layouts/application.html.erb
220
199
  - test/dummy/bin/bundle
221
200
  - test/dummy/bin/rails
@@ -237,9 +216,10 @@ test_files:
237
216
  - test/dummy/config/locales/en.yml
238
217
  - test/dummy/config/routes.rb
239
218
  - test/dummy/config.ru
240
- - test/dummy/db/development.sqlite3
241
219
  - test/dummy/db/test.sqlite3
242
220
  - test/dummy/log/development.log
221
+ - test/dummy/log/production.log
222
+ - test/dummy/log/server.log
243
223
  - test/dummy/log/test.log
244
224
  - test/dummy/public/404.html
245
225
  - test/dummy/public/422.html
@@ -247,18 +227,6 @@ test_files:
247
227
  - test/dummy/public/favicon.ico
248
228
  - test/dummy/Rakefile
249
229
  - test/dummy/README.rdoc
250
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
251
- - test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c
252
- - test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2
253
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
254
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
255
- - test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683
256
- - test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4
257
- - test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e
258
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
259
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
260
- - test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0
261
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
262
230
  - test/generators/component_generator_test.rb
263
231
  - test/support/foo_component.mustache
264
232
  - test/support/foo_component.rb
@@ -1,5 +0,0 @@
1
- class ApplicationComponent < ActiveComponent::Base
2
- #
3
- # Add your component overrides here
4
- #
5
- end
@@ -1,6 +0,0 @@
1
- class DummyComponent < ApplicationComponent
2
-
3
- # NOTICE: Do not remove this line this references the template path for the actual component
4
- self.template_path = File.dirname("#{Rails.root}/app/templates/#{self.class.name.underscore}")
5
-
6
- end
@@ -1,10 +0,0 @@
1
- class MessageComponent < ApplicationComponent
2
-
3
- # NOTICE: Do not remove this line this references the template path for the actual component
4
- self.template_path = File.dirname("#{Rails.root}/app/templates/#{self.class.name.underscore}")
5
-
6
- def tuculo
7
- "#{controller.methods}"
8
- end
9
-
10
- end
@@ -1 +0,0 @@
1
- {{ tuculo }}