seiten 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2c65c4c99a68b5c68a66c4e0ec9ca783378f809
4
- data.tar.gz: 25bd50d9ee3ae8d2999ef308c3422850de4d890b
3
+ metadata.gz: cdca338d9f41a0024b0b90dc5c87c7f602ad00aa
4
+ data.tar.gz: ecb1044492d591194e9f1e7828193eb00ac96cd3
5
5
  SHA512:
6
- metadata.gz: 031000e07430ab7452480c2cb7c930eac0b5cfb9b6098e72fb9993f7225450c1ed127d25dfe0bffd40a638fc2ef0c0e5e7ac991e3c2383687ed16ab6dd3e1532
7
- data.tar.gz: f15c195a766391ce5469bfd9d7b9b9cadc5ceba5db2d5858c1b5430e66716983a294e2feafe73542b75d9f9ac1de2e2789927bd8b6481e952d742528c7ba3e31
6
+ metadata.gz: c27b5a89c616ea6d2ed275a9368baa8c25a63da8bef13d412913fa64841f880d27f1ad579877f32e490d71190a36a4493db9ddbc9e917982f7c2e1b8961c434e
7
+ data.tar.gz: a243c6e2addbe1daaee53cdd46717bf8266801df708a0be0215569a9b3c0a7eeaa1f1263087575e7aadb213da7be710ddfbf22527e012223f32e85c405019602
@@ -1,3 +1,3 @@
1
1
  module Seiten
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -2949,3 +2949,307 @@ Completed 200 OK in 113ms (Views: 111.0ms | ActiveRecord: 0.0ms)
2949
2949
 
2950
2950
  Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:12:05 +0200
2951
2951
  Served asset /application.css - 304 Not Modified (0ms)
2952
+
2953
+
2954
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 15:35:46 +0200
2955
+ Processing by Seiten::PagesController#show as HTML
2956
+ Parameters: {"page"=>"about/our-team"}
2957
+ Rendered app/pages/about/our-team.html.erb (25.8ms)
2958
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (27.3ms)
2959
+ Completed 200 OK in 143ms (Views: 141.0ms | ActiveRecord: 0.0ms)
2960
+
2961
+
2962
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:46 +0200
2963
+ Served asset /application.css - 304 Not Modified (0ms)
2964
+
2965
+
2966
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 15:35:47 +0200
2967
+ Processing by Seiten::PagesController#show as HTML
2968
+ Parameters: {"page"=>"products/web-development"}
2969
+ Rendered app/pages/products/web-development.html.erb (0.0ms)
2970
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.0ms)
2971
+ Completed 200 OK in 119ms (Views: 116.8ms | ActiveRecord: 0.0ms)
2972
+
2973
+
2974
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:47 +0200
2975
+ Served asset /application.css - 304 Not Modified (0ms)
2976
+
2977
+
2978
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 15:35:49 +0200
2979
+ Processing by Seiten::PagesController#show as HTML
2980
+ Parameters: {"page"=>"products/web-development"}
2981
+ Rendered app/pages/products/web-development.html.erb (0.0ms)
2982
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.0ms)
2983
+ Completed 200 OK in 84ms (Views: 83.1ms | ActiveRecord: 0.0ms)
2984
+
2985
+
2986
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:49 +0200
2987
+ Served asset /application.css - 304 Not Modified (0ms)
2988
+
2989
+
2990
+ Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 15:35:50 +0200
2991
+ Processing by Seiten::PagesController#show as HTML
2992
+ Parameters: {"page"=>"products/logo-design"}
2993
+ Rendered app/pages/products/logo-design.html.erb (0.0ms)
2994
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
2995
+ Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.0ms)
2996
+
2997
+
2998
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:50 +0200
2999
+ Served asset /application.css - 304 Not Modified (0ms)
3000
+
3001
+
3002
+ Started GET "/contact" for 127.0.0.1 at 2013-07-24 15:35:50 +0200
3003
+ Processing by Seiten::PagesController#show as HTML
3004
+ Parameters: {"page"=>"contact"}
3005
+ Rendered app/pages/contact.html.erb (0.0ms)
3006
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3007
+ Completed 200 OK in 120ms (Views: 115.7ms | ActiveRecord: 0.0ms)
3008
+
3009
+
3010
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:51 +0200
3011
+ Served asset /application.css - 304 Not Modified (0ms)
3012
+
3013
+
3014
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 15:35:54 +0200
3015
+ Processing by Seiten::PagesController#show as HTML
3016
+ Parameters: {"page"=>"about/our-team"}
3017
+ Rendered app/pages/about/our-team.html.erb (11.2ms)
3018
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (12.0ms)
3019
+ Completed 200 OK in 94ms (Views: 92.2ms | ActiveRecord: 0.0ms)
3020
+
3021
+
3022
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:54 +0200
3023
+ Served asset /application.css - 304 Not Modified (0ms)
3024
+
3025
+
3026
+ Started GET "/about/works" for 127.0.0.1 at 2013-07-24 15:35:56 +0200
3027
+ Processing by Seiten::PagesController#show as HTML
3028
+ Parameters: {"page"=>"about/works"}
3029
+ Rendered app/pages/about/works.html.erb (0.0ms)
3030
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3031
+ Completed 200 OK in 87ms (Views: 85.3ms | ActiveRecord: 0.0ms)
3032
+
3033
+
3034
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:56 +0200
3035
+ Served asset /application.css - 304 Not Modified (0ms)
3036
+
3037
+
3038
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 15:35:57 +0200
3039
+ Processing by Seiten::PagesController#show as HTML
3040
+ Parameters: {"page"=>"about/partners"}
3041
+ Rendered app/pages/about/partners.html.erb (15.2ms)
3042
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (16.2ms)
3043
+ Completed 200 OK in 103ms (Views: 101.7ms | ActiveRecord: 0.0ms)
3044
+
3045
+
3046
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:57 +0200
3047
+ Served asset /application.css - 304 Not Modified (0ms)
3048
+
3049
+
3050
+ Started GET "/about/works" for 127.0.0.1 at 2013-07-24 15:35:57 +0200
3051
+ Processing by Seiten::PagesController#show as HTML
3052
+ Parameters: {"page"=>"about/works"}
3053
+ Rendered app/pages/about/works.html.erb (0.0ms)
3054
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3055
+ Completed 200 OK in 105ms (Views: 103.8ms | ActiveRecord: 0.0ms)
3056
+
3057
+
3058
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:57 +0200
3059
+ Served asset /application.css - 304 Not Modified (0ms)
3060
+
3061
+
3062
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 15:35:58 +0200
3063
+ Processing by Seiten::PagesController#show as HTML
3064
+ Parameters: {"page"=>"about/our-team"}
3065
+ Rendered app/pages/about/our-team.html.erb (11.5ms)
3066
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (12.7ms)
3067
+ Completed 200 OK in 87ms (Views: 85.2ms | ActiveRecord: 0.0ms)
3068
+
3069
+
3070
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:35:58 +0200
3071
+ Served asset /application.css - 304 Not Modified (0ms)
3072
+
3073
+
3074
+ Started GET "/about" for 127.0.0.1 at 2013-07-24 15:36:01 +0200
3075
+
3076
+
3077
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 15:36:01 +0200
3078
+ Processing by Seiten::PagesController#show as HTML
3079
+ Parameters: {"page"=>"about/our-team"}
3080
+ Rendered app/pages/about/our-team.html.erb (42.2ms)
3081
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (43.0ms)
3082
+ Completed 200 OK in 126ms (Views: 124.9ms | ActiveRecord: 0.0ms)
3083
+
3084
+
3085
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:01 +0200
3086
+ Served asset /application.css - 304 Not Modified (0ms)
3087
+
3088
+
3089
+ Started GET "/contact" for 127.0.0.1 at 2013-07-24 15:36:02 +0200
3090
+ Processing by Seiten::PagesController#show as HTML
3091
+ Parameters: {"page"=>"contact"}
3092
+ Rendered app/pages/contact.html.erb (0.0ms)
3093
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3094
+ Completed 200 OK in 75ms (Views: 72.1ms | ActiveRecord: 0.0ms)
3095
+
3096
+
3097
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:02 +0200
3098
+ Served asset /application.css - 304 Not Modified (0ms)
3099
+
3100
+
3101
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 15:36:03 +0200
3102
+ Processing by Seiten::PagesController#show as HTML
3103
+ Parameters: {"page"=>"products/web-development"}
3104
+ Rendered app/pages/products/web-development.html.erb (0.0ms)
3105
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
3106
+ Completed 200 OK in 80ms (Views: 78.7ms | ActiveRecord: 0.0ms)
3107
+
3108
+
3109
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:03 +0200
3110
+ Served asset /application.css - 304 Not Modified (0ms)
3111
+
3112
+
3113
+ Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 15:36:03 +0200
3114
+ Processing by Seiten::PagesController#show as HTML
3115
+ Parameters: {"page"=>"products/logo-design"}
3116
+ Rendered app/pages/products/logo-design.html.erb (0.0ms)
3117
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3118
+ Completed 200 OK in 100ms (Views: 98.1ms | ActiveRecord: 0.0ms)
3119
+
3120
+
3121
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:04 +0200
3122
+ Served asset /application.css - 304 Not Modified (0ms)
3123
+
3124
+
3125
+ Started GET "/products" for 127.0.0.1 at 2013-07-24 15:36:04 +0200
3126
+ Processing by Seiten::PagesController#show as HTML
3127
+ Parameters: {"page"=>"products"}
3128
+ Rendered app/pages/products.html.erb (0.0ms)
3129
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3130
+ Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.0ms)
3131
+
3132
+
3133
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:04 +0200
3134
+ Served asset /application.css - 304 Not Modified (0ms)
3135
+
3136
+
3137
+ Started GET "/" for 127.0.0.1 at 2013-07-24 15:36:05 +0200
3138
+ Processing by Seiten::PagesController#show as HTML
3139
+ Rendered app/pages/home.html.erb (0.0ms)
3140
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3141
+ Completed 200 OK in 56ms (Views: 27.0ms | ActiveRecord: 0.0ms)
3142
+
3143
+
3144
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:05 +0200
3145
+ Served asset /application.css - 304 Not Modified (0ms)
3146
+
3147
+
3148
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 15:36:08 +0200
3149
+ Processing by Seiten::PagesController#show as HTML
3150
+ Parameters: {"page"=>"about/partners"}
3151
+ Rendered app/pages/about/partners.html.erb (42.3ms)
3152
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (43.0ms)
3153
+ Completed 200 OK in 118ms (Views: 116.3ms | ActiveRecord: 0.0ms)
3154
+
3155
+
3156
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:09 +0200
3157
+ Served asset /application.css - 304 Not Modified (0ms)
3158
+
3159
+
3160
+ Started GET "/about/works" for 127.0.0.1 at 2013-07-24 15:36:09 +0200
3161
+ Processing by Seiten::PagesController#show as HTML
3162
+ Parameters: {"page"=>"about/works"}
3163
+ Rendered app/pages/about/works.html.erb (0.0ms)
3164
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3165
+ Completed 200 OK in 73ms (Views: 71.7ms | ActiveRecord: 0.0ms)
3166
+
3167
+
3168
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:09 +0200
3169
+ Served asset /application.css - 304 Not Modified (0ms)
3170
+
3171
+
3172
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 15:36:09 +0200
3173
+ Processing by Seiten::PagesController#show as HTML
3174
+ Parameters: {"page"=>"about/our-team"}
3175
+ Rendered app/pages/about/our-team.html.erb (38.6ms)
3176
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (39.4ms)
3177
+ Completed 200 OK in 113ms (Views: 111.6ms | ActiveRecord: 0.0ms)
3178
+
3179
+
3180
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:10 +0200
3181
+ Served asset /application.css - 304 Not Modified (0ms)
3182
+
3183
+
3184
+ Started GET "/about" for 127.0.0.1 at 2013-07-24 15:36:10 +0200
3185
+
3186
+
3187
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 15:36:10 +0200
3188
+ Processing by Seiten::PagesController#show as HTML
3189
+ Parameters: {"page"=>"about/our-team"}
3190
+ Rendered app/pages/about/our-team.html.erb (11.0ms)
3191
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (11.8ms)
3192
+ Completed 200 OK in 86ms (Views: 85.1ms | ActiveRecord: 0.0ms)
3193
+
3194
+
3195
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:10 +0200
3196
+ Served asset /application.css - 304 Not Modified (0ms)
3197
+
3198
+
3199
+ Started GET "/contact" for 127.0.0.1 at 2013-07-24 15:36:10 +0200
3200
+ Processing by Seiten::PagesController#show as HTML
3201
+ Parameters: {"page"=>"contact"}
3202
+ Rendered app/pages/contact.html.erb (0.0ms)
3203
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3204
+ Completed 200 OK in 73ms (Views: 71.0ms | ActiveRecord: 0.0ms)
3205
+
3206
+
3207
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:11 +0200
3208
+ Served asset /application.css - 304 Not Modified (0ms)
3209
+
3210
+
3211
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 15:36:11 +0200
3212
+ Processing by Seiten::PagesController#show as HTML
3213
+ Parameters: {"page"=>"products/web-development"}
3214
+ Rendered app/pages/products/web-development.html.erb (0.0ms)
3215
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.9ms)
3216
+ Completed 200 OK in 74ms (Views: 72.7ms | ActiveRecord: 0.0ms)
3217
+
3218
+
3219
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:11 +0200
3220
+ Served asset /application.css - 304 Not Modified (0ms)
3221
+
3222
+
3223
+ Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 15:36:11 +0200
3224
+ Processing by Seiten::PagesController#show as HTML
3225
+ Parameters: {"page"=>"products/logo-design"}
3226
+ Rendered app/pages/products/logo-design.html.erb (0.0ms)
3227
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3228
+ Completed 200 OK in 74ms (Views: 72.3ms | ActiveRecord: 0.0ms)
3229
+
3230
+
3231
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:12 +0200
3232
+ Served asset /application.css - 304 Not Modified (0ms)
3233
+
3234
+
3235
+ Started GET "/products" for 127.0.0.1 at 2013-07-24 15:36:12 +0200
3236
+ Processing by Seiten::PagesController#show as HTML
3237
+ Parameters: {"page"=>"products"}
3238
+ Rendered app/pages/products.html.erb (0.0ms)
3239
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3240
+ Completed 200 OK in 56ms (Views: 54.7ms | ActiveRecord: 0.0ms)
3241
+
3242
+
3243
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:12 +0200
3244
+ Served asset /application.css - 304 Not Modified (0ms)
3245
+
3246
+
3247
+ Started GET "/" for 127.0.0.1 at 2013-07-24 15:36:12 +0200
3248
+ Processing by Seiten::PagesController#show as HTML
3249
+ Rendered app/pages/home.html.erb (0.0ms)
3250
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
3251
+ Completed 200 OK in 56ms (Views: 54.8ms | ActiveRecord: 0.0ms)
3252
+
3253
+
3254
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 15:36:13 +0200
3255
+ Served asset /application.css - 304 Not Modified (0ms)
@@ -2383,3 +2383,222 @@ Completed 200 OK in 105ms (Views: 104.2ms | ActiveRecord: 0.0ms)
2383
2383
   (0.0ms) rollback transaction
2384
2384
   (0.1ms) begin transaction
2385
2385
   (0.0ms) rollback transaction
2386
+ Connecting to database specified by database.yml
2387
+  (0.2ms) begin transaction
2388
+ Started GET "/" for 127.0.0.1 at 2013-07-24 21:18:38 +0200
2389
+ Processing by Seiten::PagesController#show as HTML
2390
+ Rendered app/pages/home.html.erb (0.3ms)
2391
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.9ms)
2392
+ Completed 200 OK in 60ms (Views: 58.0ms | ActiveRecord: 0.0ms)
2393
+  (0.1ms) rollback transaction
2394
+  (0.0ms) begin transaction
2395
+ Started GET "/about" for 127.0.0.1 at 2013-07-24 21:18:38 +0200
2396
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 21:18:38 +0200
2397
+ Processing by Seiten::PagesController#show as HTML
2398
+ Parameters: {"page"=>"about/our-team"}
2399
+ Completed 200 OK in 101ms (Views: 99.8ms | ActiveRecord: 0.0ms)
2400
+  (0.1ms) rollback transaction
2401
+  (0.0ms) begin transaction
2402
+ Started GET "/" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2403
+ Processing by Seiten::PagesController#show as HTML
2404
+ Completed 200 OK in 48ms (Views: 46.6ms | ActiveRecord: 0.0ms)
2405
+ Started GET "/contact" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2406
+ Processing by Seiten::PagesController#show as HTML
2407
+ Parameters: {"page"=>"contact"}
2408
+ Completed 200 OK in 67ms (Views: 65.5ms | ActiveRecord: 0.0ms)
2409
+  (0.1ms) rollback transaction
2410
+  (0.0ms) begin transaction
2411
+ Started GET "/" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2412
+ Processing by Seiten::PagesController#show as HTML
2413
+ Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.0ms)
2414
+  (0.0ms) rollback transaction
2415
+  (0.0ms) begin transaction
2416
+ Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2417
+ Processing by Seiten::PagesController#show as HTML
2418
+ Parameters: {"page"=>"about/our-team/switzerland"}
2419
+ Completed 200 OK in 111ms (Views: 109.2ms | ActiveRecord: 0.0ms)
2420
+  (0.1ms) rollback transaction
2421
+  (0.0ms) begin transaction
2422
+ Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2423
+ Processing by Seiten::PagesController#show as HTML
2424
+ Parameters: {"page"=>"about/our-team/switzerland"}
2425
+ Completed 200 OK in 109ms (Views: 108.1ms | ActiveRecord: 0.0ms)
2426
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2427
+ Processing by Seiten::PagesController#show as HTML
2428
+ Parameters: {"page"=>"about/our-team"}
2429
+ Completed 200 OK in 99ms (Views: 97.5ms | ActiveRecord: 0.0ms)
2430
+  (0.0ms) rollback transaction
2431
+  (0.0ms) begin transaction
2432
+ Started GET "/" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2433
+ Processing by Seiten::PagesController#show as HTML
2434
+ Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.0ms)
2435
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2436
+ Processing by Seiten::PagesController#show as HTML
2437
+ Parameters: {"page"=>"products/web-development"}
2438
+ Completed 200 OK in 89ms (Views: 88.2ms | ActiveRecord: 0.0ms)
2439
+  (0.1ms) rollback transaction
2440
+  (0.0ms) begin transaction
2441
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2442
+ Processing by Seiten::PagesController#show as HTML
2443
+ Parameters: {"page"=>"about/partners"}
2444
+ Completed 200 OK in 81ms (Views: 79.8ms | ActiveRecord: 0.0ms)
2445
+  (0.1ms) rollback transaction
2446
+  (0.0ms) begin transaction
2447
+ Started GET "/secret" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2448
+ Processing by PagesController#secret as HTML
2449
+ Completed 200 OK in 49ms (Views: 49.0ms | ActiveRecord: 0.0ms)
2450
+  (0.1ms) rollback transaction
2451
+  (0.0ms) begin transaction
2452
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 21:18:39 +0200
2453
+ Processing by Seiten::PagesController#show as HTML
2454
+ Parameters: {"page"=>"about/partners"}
2455
+ Completed 200 OK in 104ms (Views: 102.2ms | ActiveRecord: 0.0ms)
2456
+  (0.0ms) rollback transaction
2457
+  (0.1ms) begin transaction
2458
+  (0.0ms) rollback transaction
2459
+ Connecting to database specified by database.yml
2460
+  (0.2ms) begin transaction
2461
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2462
+ Processing by Seiten::PagesController#show as HTML
2463
+ Rendered app/pages/home.html.erb (0.2ms)
2464
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.2ms)
2465
+ Completed 200 OK in 58ms (Views: 56.0ms | ActiveRecord: 0.0ms)
2466
+  (0.1ms) rollback transaction
2467
+  (0.0ms) begin transaction
2468
+ Started GET "/about" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2469
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2470
+ Processing by Seiten::PagesController#show as HTML
2471
+ Parameters: {"page"=>"about/our-team"}
2472
+ Completed 200 OK in 102ms (Views: 100.8ms | ActiveRecord: 0.0ms)
2473
+  (0.1ms) rollback transaction
2474
+  (0.0ms) begin transaction
2475
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2476
+ Processing by Seiten::PagesController#show as HTML
2477
+ Completed 200 OK in 50ms (Views: 48.9ms | ActiveRecord: 0.0ms)
2478
+ Started GET "/contact" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2479
+ Processing by Seiten::PagesController#show as HTML
2480
+ Parameters: {"page"=>"contact"}
2481
+ Completed 200 OK in 66ms (Views: 64.6ms | ActiveRecord: 0.0ms)
2482
+  (0.1ms) rollback transaction
2483
+  (0.0ms) begin transaction
2484
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2485
+ Processing by Seiten::PagesController#show as HTML
2486
+ Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.0ms)
2487
+  (0.0ms) rollback transaction
2488
+  (0.0ms) begin transaction
2489
+ Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 22:02:22 +0200
2490
+ Processing by Seiten::PagesController#show as HTML
2491
+ Parameters: {"page"=>"about/our-team/switzerland"}
2492
+ Completed 200 OK in 110ms (Views: 108.8ms | ActiveRecord: 0.0ms)
2493
+  (0.1ms) rollback transaction
2494
+  (0.0ms) begin transaction
2495
+ Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2496
+ Processing by Seiten::PagesController#show as HTML
2497
+ Parameters: {"page"=>"about/our-team/switzerland"}
2498
+ Completed 200 OK in 109ms (Views: 107.8ms | ActiveRecord: 0.0ms)
2499
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2500
+ Processing by Seiten::PagesController#show as HTML
2501
+ Parameters: {"page"=>"about/our-team"}
2502
+ Completed 200 OK in 97ms (Views: 95.8ms | ActiveRecord: 0.0ms)
2503
+  (0.0ms) rollback transaction
2504
+  (0.0ms) begin transaction
2505
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2506
+ Processing by Seiten::PagesController#show as HTML
2507
+ Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms)
2508
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2509
+ Processing by Seiten::PagesController#show as HTML
2510
+ Parameters: {"page"=>"products/web-development"}
2511
+ Completed 200 OK in 95ms (Views: 93.5ms | ActiveRecord: 0.0ms)
2512
+  (0.1ms) rollback transaction
2513
+  (0.0ms) begin transaction
2514
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2515
+ Processing by Seiten::PagesController#show as HTML
2516
+ Parameters: {"page"=>"about/partners"}
2517
+ Completed 200 OK in 81ms (Views: 80.1ms | ActiveRecord: 0.0ms)
2518
+  (0.1ms) rollback transaction
2519
+  (0.0ms) begin transaction
2520
+ Started GET "/secret" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2521
+ Processing by PagesController#secret as HTML
2522
+ Completed 200 OK in 49ms (Views: 49.1ms | ActiveRecord: 0.0ms)
2523
+  (0.1ms) rollback transaction
2524
+  (0.0ms) begin transaction
2525
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 22:02:23 +0200
2526
+ Processing by Seiten::PagesController#show as HTML
2527
+ Parameters: {"page"=>"about/partners"}
2528
+ Completed 200 OK in 106ms (Views: 104.7ms | ActiveRecord: 0.0ms)
2529
+  (0.0ms) rollback transaction
2530
+  (0.1ms) begin transaction
2531
+  (0.0ms) rollback transaction
2532
+ Connecting to database specified by database.yml
2533
+  (0.2ms) begin transaction
2534
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:05:14 +0200
2535
+ Processing by Seiten::PagesController#show as HTML
2536
+ Rendered app/pages/home.html.erb (0.2ms)
2537
+ Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
2538
+ Completed 200 OK in 58ms (Views: 56.4ms | ActiveRecord: 0.0ms)
2539
+  (0.1ms) rollback transaction
2540
+  (0.0ms) begin transaction
2541
+ Started GET "/about" for 127.0.0.1 at 2013-07-24 22:05:14 +0200
2542
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 22:05:14 +0200
2543
+ Processing by Seiten::PagesController#show as HTML
2544
+ Parameters: {"page"=>"about/our-team"}
2545
+ Completed 200 OK in 109ms (Views: 107.2ms | ActiveRecord: 0.0ms)
2546
+  (0.1ms) rollback transaction
2547
+  (0.0ms) begin transaction
2548
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2549
+ Processing by Seiten::PagesController#show as HTML
2550
+ Completed 200 OK in 54ms (Views: 53.1ms | ActiveRecord: 0.0ms)
2551
+ Started GET "/contact" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2552
+ Processing by Seiten::PagesController#show as HTML
2553
+ Parameters: {"page"=>"contact"}
2554
+ Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.0ms)
2555
+  (0.1ms) rollback transaction
2556
+  (0.0ms) begin transaction
2557
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2558
+ Processing by Seiten::PagesController#show as HTML
2559
+ Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.0ms)
2560
+  (0.0ms) rollback transaction
2561
+  (0.0ms) begin transaction
2562
+ Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2563
+ Processing by Seiten::PagesController#show as HTML
2564
+ Parameters: {"page"=>"about/our-team/switzerland"}
2565
+ Completed 200 OK in 116ms (Views: 114.5ms | ActiveRecord: 0.0ms)
2566
+  (0.1ms) rollback transaction
2567
+  (0.0ms) begin transaction
2568
+ Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2569
+ Processing by Seiten::PagesController#show as HTML
2570
+ Parameters: {"page"=>"about/our-team/switzerland"}
2571
+ Completed 200 OK in 115ms (Views: 113.2ms | ActiveRecord: 0.0ms)
2572
+ Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2573
+ Processing by Seiten::PagesController#show as HTML
2574
+ Parameters: {"page"=>"about/our-team"}
2575
+ Completed 200 OK in 102ms (Views: 100.9ms | ActiveRecord: 0.0ms)
2576
+  (0.0ms) rollback transaction
2577
+  (0.0ms) begin transaction
2578
+ Started GET "/" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2579
+ Processing by Seiten::PagesController#show as HTML
2580
+ Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)
2581
+ Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2582
+ Processing by Seiten::PagesController#show as HTML
2583
+ Parameters: {"page"=>"products/web-development"}
2584
+ Completed 200 OK in 95ms (Views: 93.5ms | ActiveRecord: 0.0ms)
2585
+  (0.1ms) rollback transaction
2586
+  (0.0ms) begin transaction
2587
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2588
+ Processing by Seiten::PagesController#show as HTML
2589
+ Parameters: {"page"=>"about/partners"}
2590
+ Completed 200 OK in 86ms (Views: 85.0ms | ActiveRecord: 0.0ms)
2591
+  (0.1ms) rollback transaction
2592
+  (0.0ms) begin transaction
2593
+ Started GET "/secret" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2594
+ Processing by PagesController#secret as HTML
2595
+ Completed 200 OK in 57ms (Views: 56.2ms | ActiveRecord: 0.0ms)
2596
+  (0.1ms) rollback transaction
2597
+  (0.0ms) begin transaction
2598
+ Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 22:05:15 +0200
2599
+ Processing by Seiten::PagesController#show as HTML
2600
+ Parameters: {"page"=>"about/partners"}
2601
+ Completed 200 OK in 109ms (Views: 107.8ms | ActiveRecord: 0.0ms)
2602
+  (0.0ms) rollback transaction
2603
+  (0.1ms) begin transaction
2604
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seiten
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Puglisi
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.2.13
20
- type: :runtime
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -28,30 +28,30 @@ dependencies:
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 1.3.7
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 1.3.7
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: capybara
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 2.1.0
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 2.1.0
55
55
  description: Seiten lets you create static pages for your Rails project and provides
56
56
  you with some cool navigational helper likes breadcrumb or custom navigations.
57
57
  email:
@@ -127,7 +127,8 @@ files:
127
127
  - test/seiten_test.rb
128
128
  - test/test_helper.rb
129
129
  homepage: http://danielpuglisi.com
130
- licenses: []
130
+ licenses:
131
+ - MIT
131
132
  metadata: {}
132
133
  post_install_message:
133
134
  rdoc_options: []