active-component 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_component/renderable.rb +0 -3
- data/lib/active_component/version.rb +1 -1
- data/test/dummy/log/test.log +65 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 402735abd48e9e7a0135019a452af166936cf16c
|
4
|
+
data.tar.gz: eb521350b4ecd38e9938243bbee388476d3a715d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa84221dcf17a31f85db59628dd3c63d50d6523d758f44244cbd726c81246db3d62f9d5857a6ed5efc8b2cbb155fee86dce0716f4faf00daed33841c20c8dcea
|
7
|
+
data.tar.gz: e5f9cad87861eaba702215c0d56e86265136bbe05c98c7d5e92eb5c7ee8fd94e6f2805f1b2c98903f9a9b5cc316feeb35ff1abc1410c9d8b8dd9d20040b63dfc
|
data/test/dummy/log/test.log
CHANGED
@@ -61,5 +61,70 @@ ActiveComponent::RenderableTest: test_renders_a_component
|
|
61
61
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62
62
|
-----------------------------------------------------
|
63
63
|
ActiveComponentTest: test_has_a_get_controller_method
|
64
|
+
-----------------------------------------------------
|
65
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
66
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
67
|
+
--------------------------------------------------------------------------------------------------------
|
68
|
+
ActiveComponent::BaseTest: test_a_new_instance_of_active_component/base_accepts_only_a_hash_of_arguments
|
69
|
+
--------------------------------------------------------------------------------------------------------
|
70
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
71
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
72
|
+
-------------------------------------------------------------------------------------------------------------------------
|
73
|
+
ActiveComponent::BaseTest: test_a_new_instance_of_active_component_should_raise_an_error_if_the_given_value_is_not_a_hash
|
74
|
+
-------------------------------------------------------------------------------------------------------------------------
|
75
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
76
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
77
|
+
------------------------------------------------------------------------
|
78
|
+
ActiveComponent::BaseTest: test_assigns_the_values_to_instance_variables
|
79
|
+
------------------------------------------------------------------------
|
80
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
81
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
82
|
+
-------------------------------------------------------------------------
|
83
|
+
ActiveComponent::BaseTest: test_has_included_date_helper_from_action_view
|
84
|
+
-------------------------------------------------------------------------
|
85
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
86
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
87
|
+
-------------------------------------------------------------------------
|
88
|
+
ActiveComponent::BaseTest: test_sets_controller_for_the_component_context
|
89
|
+
-------------------------------------------------------------------------
|
90
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
91
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
92
|
+
------------------------------------------------------------------------------
|
93
|
+
ActiveComponent::ContextTest: test_it_returns_exactly_the_same_controller_sent
|
94
|
+
------------------------------------------------------------------------------
|
95
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
96
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
97
|
+
---------------------------------------------------------------
|
98
|
+
ActiveComponent::ContextTest: test_returns_a_cotroller_instance
|
99
|
+
---------------------------------------------------------------
|
100
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
102
|
+
-------------------------------------------------------------------------------
|
103
|
+
ActiveComponent::ContextTest: test_saves_the_controller_in_a_@@controllers_hash
|
104
|
+
-------------------------------------------------------------------------------
|
105
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
106
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
107
|
+
----------------------------------------------------
|
108
|
+
ActiveComponent::RailtieTest: test_has_before_filter
|
109
|
+
----------------------------------------------------
|
110
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
111
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
112
|
+
---------------------------------------------------------
|
113
|
+
ActiveComponent::RailtieTest: test_has_the_context_method
|
114
|
+
---------------------------------------------------------
|
115
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
116
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
117
|
+
---------------------------------------------------------------------------
|
118
|
+
ActiveComponent::RenderableTest: test_gets_a_component_instance_from_symbol
|
119
|
+
---------------------------------------------------------------------------
|
120
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
121
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
122
|
+
---------------------------------------------------------
|
123
|
+
ActiveComponent::RenderableTest: test_renders_a_component
|
124
|
+
---------------------------------------------------------
|
125
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
126
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
127
|
+
-----------------------------------------------------
|
128
|
+
ActiveComponentTest: test_has_a_get_controller_method
|
64
129
|
-----------------------------------------------------
|
65
130
|
[1m[35m (0.1ms)[0m rollback transaction
|
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.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antonio Chavez
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-10-
|
12
|
+
date: 2013-10-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|