Pistos-ramaze 2008.12 → 2009.01
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/examples/app/blog/model/entry.rb +8 -1
- data/examples/app/wikore/src/model.rb +7 -1
- data/lib/proto/public/.htaccess +24 -0
- data/lib/ramaze/contrib/gettext/po.rb +23 -23
- data/lib/ramaze/controller/resolve.rb +2 -2
- data/lib/ramaze/current/request.rb +13 -4
- data/lib/ramaze/helper/bench.rb +43 -0
- data/lib/ramaze/helper/markaby.rb +1 -1
- data/lib/ramaze/helper/paginate.rb +1 -1
- data/lib/ramaze/helper/redirect.rb +1 -1
- data/lib/ramaze/log/syslog.rb +36 -36
- data/lib/ramaze/version.rb +1 -1
- data/ramaze.gemspec +3 -167
- data/spec/ramaze/log/syslog.rb +62 -59
- metadata +4 -168
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Pistos-ramaze
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "
|
4
|
+
version: "2009.01"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael 'manveru' Fellinger
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-01-11 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -32,10 +32,8 @@ extra_rdoc_files: []
|
|
32
32
|
files:
|
33
33
|
- README.markdown
|
34
34
|
- Rakefile
|
35
|
-
- benchmark
|
36
35
|
- benchmark/results.txt
|
37
36
|
- benchmark/run.rb
|
38
|
-
- benchmark/suite
|
39
37
|
- benchmark/suite/minimal.rb
|
40
38
|
- benchmark/suite/no_informer.rb
|
41
39
|
- benchmark/suite/no_sessions.rb
|
@@ -52,9 +50,7 @@ files:
|
|
52
50
|
- benchmark/suite/template_redcloth.rb
|
53
51
|
- benchmark/suite/template_tenjin.rb
|
54
52
|
- benchmark/test.rb
|
55
|
-
- bin
|
56
53
|
- bin/ramaze
|
57
|
-
- doc
|
58
54
|
- doc/AUTHORS
|
59
55
|
- doc/CHANGELOG
|
60
56
|
- doc/COPYING
|
@@ -63,12 +59,10 @@ files:
|
|
63
59
|
- doc/INSTALL
|
64
60
|
- doc/LEGAL
|
65
61
|
- doc/TODO
|
66
|
-
- doc/meta
|
67
62
|
- doc/meta/announcement.txt
|
68
63
|
- doc/meta/configuration.txt
|
69
64
|
- doc/meta/internals.txt
|
70
65
|
- doc/meta/users.kml
|
71
|
-
- doc/readme_chunks
|
72
66
|
- doc/readme_chunks/appendix.txt
|
73
67
|
- doc/readme_chunks/examples.txt
|
74
68
|
- doc/readme_chunks/features.txt
|
@@ -78,58 +72,34 @@ files:
|
|
78
72
|
- doc/readme_chunks/introduction.txt
|
79
73
|
- doc/readme_chunks/principles.txt
|
80
74
|
- doc/readme_chunks/thanks.txt
|
81
|
-
- doc/tutorial
|
82
75
|
- doc/tutorial/todolist.html
|
83
76
|
- doc/tutorial/todolist.mkd
|
84
|
-
- examples
|
85
|
-
- examples/app
|
86
|
-
- examples/app/auth
|
87
77
|
- examples/app/auth/auth.rb
|
88
|
-
- examples/app/auth/template
|
89
78
|
- examples/app/auth/template/layout.haml
|
90
79
|
- examples/app/auth/template/login.haml
|
91
|
-
- examples/app/blog
|
92
80
|
- examples/app/blog/README
|
93
|
-
- examples/app/blog/controller
|
94
81
|
- examples/app/blog/controller/main.rb
|
95
|
-
- examples/app/blog/model
|
96
82
|
- examples/app/blog/model/entry.rb
|
97
|
-
- examples/app/blog/public
|
98
|
-
- examples/app/blog/public/styles
|
99
83
|
- examples/app/blog/public/styles/blog.css
|
100
|
-
- examples/app/blog/spec
|
101
84
|
- examples/app/blog/spec/blog.rb
|
102
85
|
- examples/app/blog/start.rb
|
103
|
-
- examples/app/blog/view
|
104
86
|
- examples/app/blog/view/edit.xhtml
|
105
87
|
- examples/app/blog/view/index.xhtml
|
106
88
|
- examples/app/blog/view/layout.xhtml
|
107
89
|
- examples/app/blog/view/new.xhtml
|
108
|
-
- examples/app/chat
|
109
|
-
- examples/app/chat/model
|
110
90
|
- examples/app/chat/model/history.rb
|
111
91
|
- examples/app/chat/model/message.rb
|
112
|
-
- examples/app/chat/public
|
113
|
-
- examples/app/chat/public/css
|
114
92
|
- examples/app/chat/public/css/chat.css
|
115
|
-
- examples/app/chat/public/js
|
116
93
|
- examples/app/chat/public/js/chat.js
|
117
94
|
- examples/app/chat/public/js/jquery.js
|
118
95
|
- examples/app/chat/start.rb
|
119
|
-
- examples/app/chat/view
|
120
96
|
- examples/app/chat/view/chat.xhtml
|
121
97
|
- examples/app/chat/view/index.xhtml
|
122
98
|
- examples/app/chat/view/layout.xhtml
|
123
|
-
- examples/app/localization
|
124
99
|
- examples/app/localization/start.rb
|
125
|
-
- examples/app/rapaste
|
126
100
|
- examples/app/rapaste/Rakefile
|
127
|
-
- examples/app/rapaste/controller
|
128
101
|
- examples/app/rapaste/controller/paste.rb
|
129
|
-
- examples/app/rapaste/model
|
130
102
|
- examples/app/rapaste/model/paste.rb
|
131
|
-
- examples/app/rapaste/public
|
132
|
-
- examples/app/rapaste/public/css
|
133
103
|
- examples/app/rapaste/public/css/active4d.css
|
134
104
|
- examples/app/rapaste/public/css/all_hallows_eve.css
|
135
105
|
- examples/app/rapaste/public/css/amy.css
|
@@ -152,22 +122,16 @@ files:
|
|
152
122
|
- examples/app/rapaste/public/css/sunburst.css
|
153
123
|
- examples/app/rapaste/public/css/twilight.css
|
154
124
|
- examples/app/rapaste/public/css/zenburnesque.css
|
155
|
-
- examples/app/rapaste/public/js
|
156
125
|
- examples/app/rapaste/public/js/jquery.js
|
157
|
-
- examples/app/rapaste/spec
|
158
126
|
- examples/app/rapaste/spec/rapaste.rb
|
159
127
|
- examples/app/rapaste/start.rb
|
160
|
-
- examples/app/rapaste/view
|
161
128
|
- examples/app/rapaste/view/copy.xhtml
|
162
129
|
- examples/app/rapaste/view/index.xhtml
|
163
130
|
- examples/app/rapaste/view/layout.xhtml
|
164
131
|
- examples/app/rapaste/view/list.xhtml
|
165
132
|
- examples/app/rapaste/view/search.xhtml
|
166
133
|
- examples/app/rapaste/view/view.xhtml
|
167
|
-
- examples/app/sourceview
|
168
|
-
- examples/app/sourceview/public
|
169
134
|
- examples/app/sourceview/public/coderay.css
|
170
|
-
- examples/app/sourceview/public/images
|
171
135
|
- examples/app/sourceview/public/images/file.gif
|
172
136
|
- examples/app/sourceview/public/images/folder.gif
|
173
137
|
- examples/app/sourceview/public/images/tv-collapsable-last.gif
|
@@ -181,62 +145,38 @@ files:
|
|
181
145
|
- examples/app/sourceview/public/jquery.treeview.js
|
182
146
|
- examples/app/sourceview/public/sourceview.js
|
183
147
|
- examples/app/sourceview/sourceview.rb
|
184
|
-
- examples/app/sourceview/template
|
185
148
|
- examples/app/sourceview/template/index.haml
|
186
|
-
- examples/app/todolist
|
187
149
|
- examples/app/todolist/README
|
188
|
-
- examples/app/todolist/public
|
189
150
|
- examples/app/todolist/public/favicon.ico
|
190
|
-
- examples/app/todolist/public/js
|
191
151
|
- examples/app/todolist/public/js/jquery.js
|
192
152
|
- examples/app/todolist/public/ramaze.png
|
193
|
-
- examples/app/todolist/spec
|
194
153
|
- examples/app/todolist/spec/todolist.rb
|
195
|
-
- examples/app/todolist/src
|
196
|
-
- examples/app/todolist/src/controller
|
197
154
|
- examples/app/todolist/src/controller/main.rb
|
198
|
-
- examples/app/todolist/src/element
|
199
155
|
- examples/app/todolist/src/element/page.rb
|
200
156
|
- examples/app/todolist/src/model.rb
|
201
157
|
- examples/app/todolist/start.rb
|
202
|
-
- examples/app/todolist/template
|
203
158
|
- examples/app/todolist/template/index.xhtml
|
204
159
|
- examples/app/todolist/template/new.xhtml
|
205
|
-
- examples/app/upload
|
206
160
|
- examples/app/upload/start.rb
|
207
|
-
- examples/app/upload/view
|
208
161
|
- examples/app/upload/view/index.xhtml
|
209
|
-
- examples/app/whywiki
|
210
|
-
- examples/app/whywiki/spec
|
211
162
|
- examples/app/whywiki/spec/whywiki.rb
|
212
163
|
- examples/app/whywiki/start.rb
|
213
|
-
- examples/app/whywiki/template
|
214
164
|
- examples/app/whywiki/template/edit.xhtml
|
215
165
|
- examples/app/whywiki/template/show.xhtml
|
216
|
-
- examples/app/wikore
|
217
|
-
- examples/app/wikore/spec
|
218
166
|
- examples/app/wikore/spec/wikore.rb
|
219
|
-
- examples/app/wikore/src
|
220
167
|
- examples/app/wikore/src/controller.rb
|
221
168
|
- examples/app/wikore/src/model.rb
|
222
169
|
- examples/app/wikore/start.rb
|
223
|
-
- examples/app/wikore/template
|
224
170
|
- examples/app/wikore/template/index.xhtml
|
225
|
-
- examples/app/wiktacular
|
226
171
|
- examples/app/wiktacular/README
|
227
|
-
- examples/app/wiktacular/mkd
|
228
|
-
- examples/app/wiktacular/mkd/link
|
229
172
|
- examples/app/wiktacular/mkd/link/2007-07-20_19-45-51.mkd
|
230
173
|
- examples/app/wiktacular/mkd/link/current.mkd
|
231
|
-
- examples/app/wiktacular/mkd/main
|
232
174
|
- examples/app/wiktacular/mkd/main/2007-07-20_16-31-33.mkd
|
233
175
|
- examples/app/wiktacular/mkd/main/2007-07-20_19-21-12.mkd
|
234
176
|
- examples/app/wiktacular/mkd/main/2007-07-20_19-23-10.mkd
|
235
177
|
- examples/app/wiktacular/mkd/main/2007-07-20_19-45-07.mkd
|
236
178
|
- examples/app/wiktacular/mkd/main/current.mkd
|
237
|
-
- examples/app/wiktacular/mkd/markdown
|
238
179
|
- examples/app/wiktacular/mkd/markdown/current.mkd
|
239
|
-
- examples/app/wiktacular/mkd/testing
|
240
180
|
- examples/app/wiktacular/mkd/testing/2007-07-20_16-43-46.mkd
|
241
181
|
- examples/app/wiktacular/mkd/testing/2007-07-20_19-43-50.mkd
|
242
182
|
- examples/app/wiktacular/mkd/testing/2007-07-21_18-46-01.mkd
|
@@ -244,21 +184,16 @@ files:
|
|
244
184
|
- examples/app/wiktacular/mkd/testing/2007-07-21_18-47-08.mkd
|
245
185
|
- examples/app/wiktacular/mkd/testing/2007-07-21_18-47-54.mkd
|
246
186
|
- examples/app/wiktacular/mkd/testing/current.mkd
|
247
|
-
- examples/app/wiktacular/public
|
248
187
|
- examples/app/wiktacular/public/favicon.ico
|
249
188
|
- examples/app/wiktacular/public/screen.css
|
250
|
-
- examples/app/wiktacular/spec
|
251
189
|
- examples/app/wiktacular/spec/wiktacular.rb
|
252
|
-
- examples/app/wiktacular/src
|
253
190
|
- examples/app/wiktacular/src/controller.rb
|
254
191
|
- examples/app/wiktacular/src/model.rb
|
255
192
|
- examples/app/wiktacular/start.rb
|
256
|
-
- examples/app/wiktacular/template
|
257
193
|
- examples/app/wiktacular/template/edit.xhtml
|
258
194
|
- examples/app/wiktacular/template/html_layout.xhtml
|
259
195
|
- examples/app/wiktacular/template/index.xhtml
|
260
196
|
- examples/app/wiktacular/template/new.xhtml
|
261
|
-
- examples/basic
|
262
197
|
- examples/basic/element.rb
|
263
198
|
- examples/basic/gestalt.rb
|
264
199
|
- examples/basic/hello.rb
|
@@ -266,7 +201,6 @@ files:
|
|
266
201
|
- examples/basic/linking.rb
|
267
202
|
- examples/basic/partial.rb
|
268
203
|
- examples/basic/simple.rb
|
269
|
-
- examples/helpers
|
270
204
|
- examples/helpers/cache.rb
|
271
205
|
- examples/helpers/form_with_sequel.rb
|
272
206
|
- examples/helpers/httpdigest.rb
|
@@ -276,7 +210,6 @@ files:
|
|
276
210
|
- examples/helpers/provide.rb
|
277
211
|
- examples/helpers/rest.rb
|
278
212
|
- examples/helpers/simple_captcha.rb
|
279
|
-
- examples/misc
|
280
213
|
- examples/misc/css.rb
|
281
214
|
- examples/misc/facebook.rb
|
282
215
|
- examples/misc/memleak_detector.rb
|
@@ -285,8 +218,6 @@ files:
|
|
285
218
|
- examples/misc/rapp.rb
|
286
219
|
- examples/misc/sequel_scaffolding.rb
|
287
220
|
- examples/misc/simple_auth.rb
|
288
|
-
- examples/templates
|
289
|
-
- examples/templates/template
|
290
221
|
- examples/templates/template/external.amrita
|
291
222
|
- examples/templates/template/external.haml
|
292
223
|
- examples/templates/template/external.liquid
|
@@ -309,35 +240,24 @@ files:
|
|
309
240
|
- examples/templates/template_remarkably.rb
|
310
241
|
- examples/templates/template_tenjin.rb
|
311
242
|
- examples/templates/template_xslt.rb
|
312
|
-
- lib
|
313
|
-
- lib/proto
|
314
|
-
- lib/proto/controller
|
315
243
|
- lib/proto/controller/init.rb
|
316
244
|
- lib/proto/controller/main.rb
|
317
|
-
- lib/proto/model
|
318
245
|
- lib/proto/model/init.rb
|
319
|
-
- lib/proto/public
|
320
|
-
- lib/proto/public/css
|
246
|
+
- lib/proto/public/.htaccess
|
321
247
|
- lib/proto/public/css/ramaze_error.css
|
322
248
|
- lib/proto/public/dispatch.fcgi
|
323
249
|
- lib/proto/public/favicon.ico
|
324
|
-
- lib/proto/public/js
|
325
250
|
- lib/proto/public/js/jquery.js
|
326
251
|
- lib/proto/public/ramaze.png
|
327
|
-
- lib/proto/spec
|
328
252
|
- lib/proto/spec/main.rb
|
329
253
|
- lib/proto/start.rb
|
330
254
|
- lib/proto/start.ru
|
331
|
-
- lib/proto/view
|
332
255
|
- lib/proto/view/error.xhtml
|
333
256
|
- lib/proto/view/index.xhtml
|
334
257
|
- lib/proto/view/page.xhtml
|
335
|
-
- lib/ramaze
|
336
258
|
- lib/ramaze.rb
|
337
|
-
- lib/ramaze/action
|
338
259
|
- lib/ramaze/action.rb
|
339
260
|
- lib/ramaze/action/render.rb
|
340
|
-
- lib/ramaze/adapter
|
341
261
|
- lib/ramaze/adapter.rb
|
342
262
|
- lib/ramaze/adapter/base.rb
|
343
263
|
- lib/ramaze/adapter/cgi.rb
|
@@ -351,21 +271,17 @@ files:
|
|
351
271
|
- lib/ramaze/adapter/swiftiplied_mongrel.rb
|
352
272
|
- lib/ramaze/adapter/thin.rb
|
353
273
|
- lib/ramaze/adapter/webrick.rb
|
354
|
-
- lib/ramaze/cache
|
355
274
|
- lib/ramaze/cache.rb
|
356
275
|
- lib/ramaze/cache/file.rb
|
357
276
|
- lib/ramaze/cache/memcached.rb
|
358
277
|
- lib/ramaze/cache/memory.rb
|
359
278
|
- lib/ramaze/cache/yaml_store.rb
|
360
|
-
- lib/ramaze/contrib
|
361
279
|
- lib/ramaze/contrib.rb
|
362
280
|
- lib/ramaze/contrib/email.rb
|
363
|
-
- lib/ramaze/contrib/facebook
|
364
281
|
- lib/ramaze/contrib/facebook.rb
|
365
282
|
- lib/ramaze/contrib/facebook/facebook.rb
|
366
283
|
- lib/ramaze/contrib/file_cache.rb
|
367
284
|
- lib/ramaze/contrib/gems.rb
|
368
|
-
- lib/ramaze/contrib/gettext
|
369
285
|
- lib/ramaze/contrib/gettext.rb
|
370
286
|
- lib/ramaze/contrib/gettext/mo.rb
|
371
287
|
- lib/ramaze/contrib/gettext/parser.rb
|
@@ -374,27 +290,22 @@ files:
|
|
374
290
|
- lib/ramaze/contrib/maruku_uv.rb
|
375
291
|
- lib/ramaze/contrib/profiling.rb
|
376
292
|
- lib/ramaze/contrib/rest.rb
|
377
|
-
- lib/ramaze/contrib/sequel
|
378
293
|
- lib/ramaze/contrib/sequel/create_join.rb
|
379
294
|
- lib/ramaze/contrib/sequel/fill.rb
|
380
295
|
- lib/ramaze/contrib/sequel/form_field.rb
|
381
296
|
- lib/ramaze/contrib/sequel/image.rb
|
382
297
|
- lib/ramaze/contrib/sequel/relation.rb
|
383
298
|
- lib/ramaze/contrib/sequel_cache.rb
|
384
|
-
- lib/ramaze/controller
|
385
299
|
- lib/ramaze/controller.rb
|
386
300
|
- lib/ramaze/controller/error.rb
|
387
301
|
- lib/ramaze/controller/main.rb
|
388
302
|
- lib/ramaze/controller/resolve.rb
|
389
|
-
- lib/ramaze/current
|
390
303
|
- lib/ramaze/current.rb
|
391
304
|
- lib/ramaze/current/request.rb
|
392
305
|
- lib/ramaze/current/response.rb
|
393
|
-
- lib/ramaze/current/session
|
394
306
|
- lib/ramaze/current/session.rb
|
395
307
|
- lib/ramaze/current/session/flash.rb
|
396
308
|
- lib/ramaze/current/session/hash.rb
|
397
|
-
- lib/ramaze/dispatcher
|
398
309
|
- lib/ramaze/dispatcher.rb
|
399
310
|
- lib/ramaze/dispatcher/action.rb
|
400
311
|
- lib/ramaze/dispatcher/directory.rb
|
@@ -402,10 +313,10 @@ files:
|
|
402
313
|
- lib/ramaze/dispatcher/file.rb
|
403
314
|
- lib/ramaze/error.rb
|
404
315
|
- lib/ramaze/gestalt.rb
|
405
|
-
- lib/ramaze/helper
|
406
316
|
- lib/ramaze/helper.rb
|
407
317
|
- lib/ramaze/helper/aspect.rb
|
408
318
|
- lib/ramaze/helper/auth.rb
|
319
|
+
- lib/ramaze/helper/bench.rb
|
409
320
|
- lib/ramaze/helper/cache.rb
|
410
321
|
- lib/ramaze/helper/cgi.rb
|
411
322
|
- lib/ramaze/helper/flash.rb
|
@@ -433,7 +344,6 @@ files:
|
|
433
344
|
- lib/ramaze/helper/ultraviolet.rb
|
434
345
|
- lib/ramaze/helper/user.rb
|
435
346
|
- lib/ramaze/helper/xhtml.rb
|
436
|
-
- lib/ramaze/log
|
437
347
|
- lib/ramaze/log.rb
|
438
348
|
- lib/ramaze/log/analogger.rb
|
439
349
|
- lib/ramaze/log/growl.rb
|
@@ -445,7 +355,6 @@ files:
|
|
445
355
|
- lib/ramaze/log/rotatinginformer.rb
|
446
356
|
- lib/ramaze/log/syslog.rb
|
447
357
|
- lib/ramaze/log/xosd.rb
|
448
|
-
- lib/ramaze/option
|
449
358
|
- lib/ramaze/option.rb
|
450
359
|
- lib/ramaze/option/dsl.rb
|
451
360
|
- lib/ramaze/option/holder.rb
|
@@ -455,24 +364,18 @@ files:
|
|
455
364
|
- lib/ramaze/reloader/watch_stat.rb
|
456
365
|
- lib/ramaze/route.rb
|
457
366
|
- lib/ramaze/setup.rb
|
458
|
-
- lib/ramaze/snippets
|
459
367
|
- lib/ramaze/snippets.rb
|
460
|
-
- lib/ramaze/snippets/array
|
461
368
|
- lib/ramaze/snippets/array/put_within.rb
|
462
|
-
- lib/ramaze/snippets/binding
|
463
369
|
- lib/ramaze/snippets/binding/locals.rb
|
464
370
|
- lib/ramaze/snippets/blankslate.rb
|
465
371
|
- lib/ramaze/snippets/dictionary.rb
|
466
372
|
- lib/ramaze/snippets/divide.rb
|
467
373
|
- lib/ramaze/snippets/fiber.rb
|
468
|
-
- lib/ramaze/snippets/kernel
|
469
374
|
- lib/ramaze/snippets/kernel/constant.rb
|
470
375
|
- lib/ramaze/snippets/kernel/pretty_inspect.rb
|
471
376
|
- lib/ramaze/snippets/metaid.rb
|
472
|
-
- lib/ramaze/snippets/numeric
|
473
377
|
- lib/ramaze/snippets/numeric/filesize_format.rb
|
474
378
|
- lib/ramaze/snippets/numeric/time.rb
|
475
|
-
- lib/ramaze/snippets/object
|
476
379
|
- lib/ramaze/snippets/object/__dir__.rb
|
477
380
|
- lib/ramaze/snippets/object/acquire.rb
|
478
381
|
- lib/ramaze/snippets/object/instance_variable_defined.rb
|
@@ -480,9 +383,7 @@ files:
|
|
480
383
|
- lib/ramaze/snippets/object/scope.rb
|
481
384
|
- lib/ramaze/snippets/object/traits.rb
|
482
385
|
- lib/ramaze/snippets/ordered_set.rb
|
483
|
-
- lib/ramaze/snippets/proc
|
484
386
|
- lib/ramaze/snippets/proc/locals.rb
|
485
|
-
- lib/ramaze/snippets/ramaze
|
486
387
|
- lib/ramaze/snippets/ramaze/acquire.rb
|
487
388
|
- lib/ramaze/snippets/ramaze/caller_info.rb
|
488
389
|
- lib/ramaze/snippets/ramaze/caller_lines.rb
|
@@ -490,7 +391,6 @@ files:
|
|
490
391
|
- lib/ramaze/snippets/ramaze/fiber.rb
|
491
392
|
- lib/ramaze/snippets/ramaze/state.rb
|
492
393
|
- lib/ramaze/snippets/ramaze/struct.rb
|
493
|
-
- lib/ramaze/snippets/string
|
494
394
|
- lib/ramaze/snippets/string/camel_case.rb
|
495
395
|
- lib/ramaze/snippets/string/color.rb
|
496
396
|
- lib/ramaze/snippets/string/each.rb
|
@@ -500,11 +400,8 @@ files:
|
|
500
400
|
- lib/ramaze/snippets/string/snake_case.rb
|
501
401
|
- lib/ramaze/snippets/string/start_with.rb
|
502
402
|
- lib/ramaze/snippets/string/unindent.rb
|
503
|
-
- lib/ramaze/snippets/thread
|
504
403
|
- lib/ramaze/snippets/thread/into.rb
|
505
|
-
- lib/ramaze/spec
|
506
404
|
- lib/ramaze/spec.rb
|
507
|
-
- lib/ramaze/spec/helper
|
508
405
|
- lib/ramaze/spec/helper.rb
|
509
406
|
- lib/ramaze/spec/helper/bacon.rb
|
510
407
|
- lib/ramaze/spec/helper/browser.rb
|
@@ -513,14 +410,11 @@ files:
|
|
513
410
|
- lib/ramaze/spec/helper/requester.rb
|
514
411
|
- lib/ramaze/spec/helper/simple_http.rb
|
515
412
|
- lib/ramaze/spec/helper/snippets.rb
|
516
|
-
- lib/ramaze/store
|
517
413
|
- lib/ramaze/store/default.rb
|
518
|
-
- lib/ramaze/template
|
519
414
|
- lib/ramaze/template.rb
|
520
415
|
- lib/ramaze/template/amrita2.rb
|
521
416
|
- lib/ramaze/template/builder.rb
|
522
417
|
- lib/ramaze/template/erubis.rb
|
523
|
-
- lib/ramaze/template/ezamar
|
524
418
|
- lib/ramaze/template/ezamar.rb
|
525
419
|
- lib/ramaze/template/ezamar/element.rb
|
526
420
|
- lib/ramaze/template/ezamar/engine.rb
|
@@ -539,7 +433,6 @@ files:
|
|
539
433
|
- lib/ramaze/template/tagz.rb
|
540
434
|
- lib/ramaze/template/tenjin.rb
|
541
435
|
- lib/ramaze/template/xslt.rb
|
542
|
-
- lib/ramaze/tool
|
543
436
|
- lib/ramaze/tool.rb
|
544
437
|
- lib/ramaze/tool/create.rb
|
545
438
|
- lib/ramaze/tool/daemonize.rb
|
@@ -550,9 +443,7 @@ files:
|
|
550
443
|
- lib/ramaze/tool/record.rb
|
551
444
|
- lib/ramaze/trinity.rb
|
552
445
|
- lib/ramaze/version.rb
|
553
|
-
- lib/vendor
|
554
446
|
- lib/vendor/bacon.rb
|
555
|
-
- rake_tasks
|
556
447
|
- rake_tasks/conf.rake
|
557
448
|
- rake_tasks/coverage.rake
|
558
449
|
- rake_tasks/gem.rake
|
@@ -562,12 +453,8 @@ files:
|
|
562
453
|
- rake_tasks/release.rake
|
563
454
|
- rake_tasks/spec.rake
|
564
455
|
- ramaze.gemspec
|
565
|
-
- spec
|
566
|
-
- spec/contrib
|
567
456
|
- spec/contrib/profiling.rb
|
568
|
-
- spec/contrib/sequel
|
569
457
|
- spec/contrib/sequel/fill.rb
|
570
|
-
- spec/examples
|
571
458
|
- spec/examples/caching.rb
|
572
459
|
- spec/examples/css.rb
|
573
460
|
- spec/examples/element.rb
|
@@ -575,7 +462,6 @@ files:
|
|
575
462
|
- spec/examples/linking.rb
|
576
463
|
- spec/examples/simple.rb
|
577
464
|
- spec/examples/simple_auth.rb
|
578
|
-
- spec/examples/templates
|
579
465
|
- spec/examples/templates/template_amrita2.rb
|
580
466
|
- spec/examples/templates/template_erubis.rb
|
581
467
|
- spec/examples/templates/template_ezamar.rb
|
@@ -586,59 +472,44 @@ files:
|
|
586
472
|
- spec/examples/templates/template_remarkably.rb
|
587
473
|
- spec/examples/templates/template_tenjin.rb
|
588
474
|
- spec/helper.rb
|
589
|
-
- spec/ramaze
|
590
|
-
- spec/ramaze/action
|
591
475
|
- spec/ramaze/action/basics.rb
|
592
476
|
- spec/ramaze/action/cache.rb
|
593
477
|
- spec/ramaze/action/file_cache.rb
|
594
478
|
- spec/ramaze/action/layout.rb
|
595
479
|
- spec/ramaze/action/render.rb
|
596
|
-
- spec/ramaze/action/view
|
597
480
|
- spec/ramaze/action/view/bar.xhtml
|
598
|
-
- spec/ramaze/action/view/instancevars
|
599
481
|
- spec/ramaze/action/view/instancevars/layout.xhtml
|
600
482
|
- spec/ramaze/action/view/other_wrapper.xhtml
|
601
483
|
- spec/ramaze/action/view/single_wrapper.xhtml
|
602
|
-
- spec/ramaze/action/view/sub
|
603
484
|
- spec/ramaze/action/view/sub/sub_wrapper.xhtml
|
604
|
-
- spec/ramaze/adapter
|
605
485
|
- spec/ramaze/adapter.rb
|
606
486
|
- spec/ramaze/adapter/ebb.rb
|
607
487
|
- spec/ramaze/adapter/mongrel.rb
|
608
488
|
- spec/ramaze/adapter/record.rb
|
609
489
|
- spec/ramaze/adapter/webrick.rb
|
610
490
|
- spec/ramaze/cache.rb
|
611
|
-
- spec/ramaze/controller
|
612
491
|
- spec/ramaze/controller.rb
|
613
492
|
- spec/ramaze/controller/actionless_templates.rb
|
614
493
|
- spec/ramaze/controller/resolve.rb
|
615
494
|
- spec/ramaze/controller/subclass.rb
|
616
495
|
- spec/ramaze/controller/template_resolving.rb
|
617
|
-
- spec/ramaze/controller/view
|
618
496
|
- spec/ramaze/controller/view/bar.xhtml
|
619
|
-
- spec/ramaze/controller/view/base
|
620
497
|
- spec/ramaze/controller/view/base/another.xhtml
|
621
498
|
- spec/ramaze/controller/view/greet.xhtml
|
622
499
|
- spec/ramaze/controller/view/list.xhtml
|
623
|
-
- spec/ramaze/controller/view/other
|
624
|
-
- spec/ramaze/controller/view/other/greet
|
625
500
|
- spec/ramaze/controller/view/other/greet/other.xhtml
|
626
501
|
- spec/ramaze/controller/view/other_wrapper.xhtml
|
627
|
-
- spec/ramaze/current
|
628
502
|
- spec/ramaze/current/request.rb
|
629
503
|
- spec/ramaze/current/session.rb
|
630
|
-
- spec/ramaze/dispatcher
|
631
504
|
- spec/ramaze/dispatcher.rb
|
632
505
|
- spec/ramaze/dispatcher/directory.rb
|
633
506
|
- spec/ramaze/dispatcher/file.rb
|
634
|
-
- spec/ramaze/dispatcher/public
|
635
507
|
- spec/ramaze/dispatcher/public/favicon.ico
|
636
508
|
- spec/ramaze/dispatcher/public/file name.txt
|
637
509
|
- spec/ramaze/dispatcher/public/test_download.css
|
638
510
|
- spec/ramaze/element.rb
|
639
511
|
- spec/ramaze/error.rb
|
640
512
|
- spec/ramaze/gestalt.rb
|
641
|
-
- spec/ramaze/helper
|
642
513
|
- spec/ramaze/helper/aspect.rb
|
643
514
|
- spec/ramaze/helper/auth.rb
|
644
515
|
- spec/ramaze/helper/cache.rb
|
@@ -654,7 +525,6 @@ files:
|
|
654
525
|
- spec/ramaze/helper/simple_captcha.rb
|
655
526
|
- spec/ramaze/helper/stack.rb
|
656
527
|
- spec/ramaze/helper/user.rb
|
657
|
-
- spec/ramaze/helper/view
|
658
528
|
- spec/ramaze/helper/view/locals.xhtml
|
659
529
|
- spec/ramaze/helper/view/loop.xhtml
|
660
530
|
- spec/ramaze/helper/view/num.xhtml
|
@@ -664,46 +534,34 @@ files:
|
|
664
534
|
- spec/ramaze/helper/view/recursive_locals.xhtml
|
665
535
|
- spec/ramaze/helper/view/test_template.xhtml
|
666
536
|
- spec/ramaze/localize.rb
|
667
|
-
- spec/ramaze/log
|
668
537
|
- spec/ramaze/log/informer.rb
|
669
538
|
- spec/ramaze/log/syslog.rb
|
670
539
|
- spec/ramaze/morpher.rb
|
671
540
|
- spec/ramaze/params.rb
|
672
|
-
- spec/ramaze/public
|
673
541
|
- spec/ramaze/public/error404.xhtml
|
674
542
|
- spec/ramaze/public/favicon.ico
|
675
543
|
- spec/ramaze/public/ramaze.png
|
676
544
|
- spec/ramaze/public/test_download.css
|
677
|
-
- spec/ramaze/request
|
678
545
|
- spec/ramaze/request.rb
|
679
546
|
- spec/ramaze/request/ebb.rb
|
680
547
|
- spec/ramaze/request/mongrel.rb
|
681
548
|
- spec/ramaze/request/thin.rb
|
682
549
|
- spec/ramaze/request/webrick.rb
|
683
|
-
- spec/ramaze/rewrite
|
684
550
|
- spec/ramaze/rewrite.rb
|
685
551
|
- spec/ramaze/rewrite/file.css
|
686
552
|
- spec/ramaze/route.rb
|
687
553
|
- spec/ramaze/session.rb
|
688
|
-
- spec/ramaze/store
|
689
554
|
- spec/ramaze/store/default.rb
|
690
555
|
- spec/ramaze/struct.rb
|
691
|
-
- spec/ramaze/template
|
692
556
|
- spec/ramaze/template.rb
|
693
|
-
- spec/ramaze/template/amrita2
|
694
557
|
- spec/ramaze/template/amrita2.rb
|
695
558
|
- spec/ramaze/template/amrita2/external.amrita
|
696
559
|
- spec/ramaze/template/amrita2/sum.amrita
|
697
|
-
- spec/ramaze/template/builder
|
698
560
|
- spec/ramaze/template/builder.rb
|
699
561
|
- spec/ramaze/template/builder/external.rxml
|
700
|
-
- spec/ramaze/template/erubis
|
701
562
|
- spec/ramaze/template/erubis.rb
|
702
563
|
- spec/ramaze/template/erubis/sum.rhtml
|
703
|
-
- spec/ramaze/template/ezamar
|
704
564
|
- spec/ramaze/template/ezamar.rb
|
705
|
-
- spec/ramaze/template/ezamar/another
|
706
|
-
- spec/ramaze/template/ezamar/another/long
|
707
565
|
- spec/ramaze/template/ezamar/another/long/action.zmr
|
708
566
|
- spec/ramaze/template/ezamar/combined.zmr
|
709
567
|
- spec/ramaze/template/ezamar/file_only.zmr
|
@@ -712,23 +570,17 @@ files:
|
|
712
570
|
- spec/ramaze/template/ezamar/other__index.xhtml
|
713
571
|
- spec/ramaze/template/ezamar/some__long__action.zmr
|
714
572
|
- spec/ramaze/template/ezamar/sum.zmr
|
715
|
-
- spec/ramaze/template/haml
|
716
573
|
- spec/ramaze/template/haml.rb
|
717
574
|
- spec/ramaze/template/haml/index.haml
|
718
575
|
- spec/ramaze/template/haml/locals.haml
|
719
576
|
- spec/ramaze/template/haml/with_vars.haml
|
720
|
-
- spec/ramaze/template/liquid
|
721
577
|
- spec/ramaze/template/liquid.rb
|
722
578
|
- spec/ramaze/template/liquid/index.liquid
|
723
579
|
- spec/ramaze/template/liquid/products.liquid
|
724
|
-
- spec/ramaze/template/markaby
|
725
580
|
- spec/ramaze/template/markaby.rb
|
726
581
|
- spec/ramaze/template/markaby/external.mab
|
727
582
|
- spec/ramaze/template/markaby/sum.mab
|
728
|
-
- spec/ramaze/template/nagoro
|
729
583
|
- spec/ramaze/template/nagoro.rb
|
730
|
-
- spec/ramaze/template/nagoro/another
|
731
|
-
- spec/ramaze/template/nagoro/another/long
|
732
584
|
- spec/ramaze/template/nagoro/another/long/action.nag
|
733
585
|
- spec/ramaze/template/nagoro/combined.nag
|
734
586
|
- spec/ramaze/template/nagoro/file_only.nag
|
@@ -736,54 +588,38 @@ files:
|
|
736
588
|
- spec/ramaze/template/nagoro/nested.nag
|
737
589
|
- spec/ramaze/template/nagoro/some__long__action.nag
|
738
590
|
- spec/ramaze/template/nagoro/sum.nag
|
739
|
-
- spec/ramaze/template/ramaze
|
740
591
|
- spec/ramaze/template/ramaze/external.test
|
741
|
-
- spec/ramaze/template/redcloth
|
742
592
|
- spec/ramaze/template/redcloth.rb
|
743
593
|
- spec/ramaze/template/redcloth/external.redcloth
|
744
|
-
- spec/ramaze/template/remarkably
|
745
594
|
- spec/ramaze/template/remarkably.rb
|
746
595
|
- spec/ramaze/template/remarkably/external.rem
|
747
596
|
- spec/ramaze/template/remarkably/sum.rem
|
748
|
-
- spec/ramaze/template/sass
|
749
597
|
- spec/ramaze/template/sass.rb
|
750
598
|
- spec/ramaze/template/sass/file.css.sass
|
751
|
-
- spec/ramaze/template/tagz
|
752
599
|
- spec/ramaze/template/tagz.rb
|
753
600
|
- spec/ramaze/template/tagz/external.tagz
|
754
601
|
- spec/ramaze/template/tagz/sum.tagz
|
755
|
-
- spec/ramaze/template/tenjin
|
756
602
|
- spec/ramaze/template/tenjin.rb
|
757
603
|
- spec/ramaze/template/tenjin/external.tenjin
|
758
|
-
- spec/ramaze/template/xslt
|
759
604
|
- spec/ramaze/template/xslt.rb
|
760
605
|
- spec/ramaze/template/xslt/concat_words.xsl
|
761
606
|
- spec/ramaze/template/xslt/index.xsl
|
762
607
|
- spec/ramaze/template/xslt/products.xsl
|
763
608
|
- spec/ramaze/template/xslt/ruby_version.xsl
|
764
|
-
- spec/snippets
|
765
|
-
- spec/snippets/array
|
766
609
|
- spec/snippets/array/put_within.rb
|
767
|
-
- spec/snippets/binding
|
768
610
|
- spec/snippets/binding/locals.rb
|
769
|
-
- spec/snippets/kernel
|
770
611
|
- spec/snippets/kernel/constant.rb
|
771
|
-
- spec/snippets/numeric
|
772
612
|
- spec/snippets/numeric/filesize_format.rb
|
773
613
|
- spec/snippets/numeric/time.rb
|
774
|
-
- spec/snippets/object
|
775
614
|
- spec/snippets/object/__dir__.rb
|
776
615
|
- spec/snippets/ordered_set.rb
|
777
|
-
- spec/snippets/ramaze
|
778
616
|
- spec/snippets/ramaze/acquire.rb
|
779
617
|
- spec/snippets/ramaze/caller_info.rb
|
780
618
|
- spec/snippets/ramaze/caller_lines.rb
|
781
|
-
- spec/snippets/string
|
782
619
|
- spec/snippets/string/camel_case.rb
|
783
620
|
- spec/snippets/string/color.rb
|
784
621
|
- spec/snippets/string/snake_case.rb
|
785
622
|
- spec/snippets/string/unindent.rb
|
786
|
-
- spec/snippets/thread
|
787
623
|
- spec/snippets/thread/into.rb
|
788
624
|
has_rdoc: true
|
789
625
|
homepage: http://ramaze.rubyforge.org
|