wagons 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tasks/wagons.rake +2 -1
- data/lib/wagons/version.rb +1 -1
- data/lib/wagons/view_helper.rb +13 -7
- data/test/dummy/Gemfile.lock +31 -30
- data/test/dummy/app/views/people/_details.html.erb +1 -0
- data/test/dummy/app/views/people/index.html.erb +2 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +541 -1419
- data/test/dummy/log/test.log +2104 -5778
- data/test/dummy/vendor/wagons/superliner/Gemfile.lock +31 -30
- data/test/dummy/vendor/wagons/superliner/app/views/people/_details.html.erb +1 -0
- data/test/dummy/vendor/wagons/superliner/test/functionals/people_controller_test.rb +2 -0
- metadata +232 -237
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/pids/server.pid +0 -1
@@ -4,9 +4,9 @@ PATH
|
|
4
4
|
dummy_superliner (0.0.1)
|
5
5
|
|
6
6
|
PATH
|
7
|
-
remote: /
|
7
|
+
remote: /home/pzumkehr/src/ruby/wagons
|
8
8
|
specs:
|
9
|
-
wagons (0.0
|
9
|
+
wagons (0.1.0)
|
10
10
|
bundler (>= 1.1)
|
11
11
|
rails (>= 3.2)
|
12
12
|
seed-fu-ndo (>= 0.0.2)
|
@@ -15,31 +15,31 @@ GEM
|
|
15
15
|
remote: http://rubygems.org/
|
16
16
|
remote: http://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actionmailer (3.2.
|
19
|
-
actionpack (= 3.2.
|
18
|
+
actionmailer (3.2.9)
|
19
|
+
actionpack (= 3.2.9)
|
20
20
|
mail (~> 2.4.4)
|
21
|
-
actionpack (3.2.
|
22
|
-
activemodel (= 3.2.
|
23
|
-
activesupport (= 3.2.
|
21
|
+
actionpack (3.2.9)
|
22
|
+
activemodel (= 3.2.9)
|
23
|
+
activesupport (= 3.2.9)
|
24
24
|
builder (~> 3.0.0)
|
25
25
|
erubis (~> 2.7.0)
|
26
26
|
journey (~> 1.0.4)
|
27
27
|
rack (~> 1.4.0)
|
28
28
|
rack-cache (~> 1.2)
|
29
29
|
rack-test (~> 0.6.1)
|
30
|
-
sprockets (~> 2.1
|
31
|
-
activemodel (3.2.
|
32
|
-
activesupport (= 3.2.
|
30
|
+
sprockets (~> 2.2.1)
|
31
|
+
activemodel (3.2.9)
|
32
|
+
activesupport (= 3.2.9)
|
33
33
|
builder (~> 3.0.0)
|
34
|
-
activerecord (3.2.
|
35
|
-
activemodel (= 3.2.
|
36
|
-
activesupport (= 3.2.
|
34
|
+
activerecord (3.2.9)
|
35
|
+
activemodel (= 3.2.9)
|
36
|
+
activesupport (= 3.2.9)
|
37
37
|
arel (~> 3.0.2)
|
38
38
|
tzinfo (~> 0.3.29)
|
39
|
-
activeresource (3.2.
|
40
|
-
activemodel (= 3.2.
|
41
|
-
activesupport (= 3.2.
|
42
|
-
activesupport (3.2.
|
39
|
+
activeresource (3.2.9)
|
40
|
+
activemodel (= 3.2.9)
|
41
|
+
activesupport (= 3.2.9)
|
42
|
+
activesupport (3.2.9)
|
43
43
|
i18n (~> 0.6)
|
44
44
|
multi_json (~> 1.0)
|
45
45
|
arel (3.0.2)
|
@@ -66,22 +66,22 @@ GEM
|
|
66
66
|
rack
|
67
67
|
rack-test (0.6.2)
|
68
68
|
rack (>= 1.0)
|
69
|
-
rails (3.2.
|
70
|
-
actionmailer (= 3.2.
|
71
|
-
actionpack (= 3.2.
|
72
|
-
activerecord (= 3.2.
|
73
|
-
activeresource (= 3.2.
|
74
|
-
activesupport (= 3.2.
|
69
|
+
rails (3.2.9)
|
70
|
+
actionmailer (= 3.2.9)
|
71
|
+
actionpack (= 3.2.9)
|
72
|
+
activerecord (= 3.2.9)
|
73
|
+
activeresource (= 3.2.9)
|
74
|
+
activesupport (= 3.2.9)
|
75
75
|
bundler (~> 1.0)
|
76
|
-
railties (= 3.2.
|
77
|
-
railties (3.2.
|
78
|
-
actionpack (= 3.2.
|
79
|
-
activesupport (= 3.2.
|
76
|
+
railties (= 3.2.9)
|
77
|
+
railties (3.2.9)
|
78
|
+
actionpack (= 3.2.9)
|
79
|
+
activesupport (= 3.2.9)
|
80
80
|
rack-ssl (~> 1.3.2)
|
81
81
|
rake (>= 0.8.7)
|
82
82
|
rdoc (~> 3.4)
|
83
83
|
thor (>= 0.14.6, < 2.0)
|
84
|
-
rake (0.
|
84
|
+
rake (10.0.2)
|
85
85
|
rdoc (3.12)
|
86
86
|
json (~> 1.4)
|
87
87
|
seed-fu (2.2.0)
|
@@ -89,8 +89,9 @@ GEM
|
|
89
89
|
activesupport (~> 3.1)
|
90
90
|
seed-fu-ndo (0.0.2)
|
91
91
|
seed-fu (>= 2.2.0)
|
92
|
-
sprockets (2.
|
92
|
+
sprockets (2.2.2)
|
93
93
|
hike (~> 1.2)
|
94
|
+
multi_json (~> 1.0)
|
94
95
|
rack (~> 1.0)
|
95
96
|
tilt (~> 1.1, != 1.3.0)
|
96
97
|
sqlite3 (1.3.6)
|
@@ -99,7 +100,7 @@ GEM
|
|
99
100
|
treetop (1.4.12)
|
100
101
|
polyglot
|
101
102
|
polyglot (>= 0.3.1)
|
102
|
-
tzinfo (0.3.
|
103
|
+
tzinfo (0.3.35)
|
103
104
|
|
104
105
|
PLATFORMS
|
105
106
|
ruby
|
@@ -0,0 +1 @@
|
|
1
|
+
Superliner Details
|
@@ -9,6 +9,8 @@ class PeopleControllerTest < ActionController::TestCase
|
|
9
9
|
assert_template 'sidebar'
|
10
10
|
assert_template 'sidebar_superliner'
|
11
11
|
assert_match /42/, @response.body
|
12
|
+
assert_match /Superliner Details/, @response.body
|
13
|
+
assert_no_match /Main Details/, @response.body
|
12
14
|
end
|
13
15
|
|
14
16
|
end
|