ramaze 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -30,7 +30,6 @@ CLEAN.include %w[
30
30
  **/*~
31
31
  **/{data.db,cache.yaml}
32
32
  pkg
33
- rdoc
34
33
  ]
35
34
  RDOC_OPTS = %w[
36
35
  --all
data/bin/ramaze CHANGED
@@ -5,7 +5,6 @@
5
5
  # The commandline tool to control ramaze
6
6
  #
7
7
  # = Usage
8
- #
9
8
  # ramaze [switches] startfile [arguments]
10
9
  #
11
10
  # --create:: create a new application based on proto
@@ -48,7 +47,6 @@
48
47
  # Please report bugs to <m.fellinger at gmail.com>
49
48
  #
50
49
  # = Copyright
51
- #
52
50
  # Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com
53
51
  # All files in this distribution are subject to the terms of the Ruby license.
54
52
 
@@ -86,9 +84,10 @@ begin
86
84
  [ '--console', '-c', GetoptLong::NO_ARGUMENT ],
87
85
  [ '--help', '-h', GetoptLong::NO_ARGUMENT ],
88
86
  [ '--version', '-v', GetoptLong::NO_ARGUMENT ],
87
+ [ '--copyright', GetoptLong::NO_ARGUMENT ],
89
88
  ]
90
89
 
91
- options = {:force_setup => true}
90
+ options = {:force_setup => true, :force => true}
92
91
 
93
92
  create = lambda do |app|
94
93
  require 'ramaze/tool/create'
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link rel="stylesheet" href="%style_url%" media="screen" type="text/css"/><script type="text/javascript">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link rel="stylesheet" href="%style_url%" media="screen" type="text/css"/><script type="text/javascript">
2
2
  // Javascript for Allison RDoc template
3
3
  // Copyright 2006 Cloudburst LLC
4
4
  // Some sections originally from public domain material
@@ -401,7 +401,7 @@ ENDIF:name
401
401
  END:methods
402
402
  </div>
403
403
  ENDIF:methods
404
- <div id="spacer"></div><div class="navigation dark index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" id="class_link" onclick="toggle('class'); toggleText('class_link'); return false;">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input onKeyPress="return disableSubmit(event);" id="filter_class" type="text" onKeyUp="return filterList('class', this.value, event);"></input></form></div></div><div class="navigation dark index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" id="file_link" onclick="toggle('file'); toggleText('file_link'); return false;">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input onKeyPress="return disableSubmit(event);" id="filter_file" type="text" onKeyUp="return filterList('file', this.value, event);"></input></form></div></div><div class="navigation dark index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" id="method_link" onclick="toggle('method'); toggleText('method_link'); return false;">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input onKeyPress="return disableSubmit(event);" id="filter_method" type="text" onKeyUp="return filterList('method', this.value, event);"></input></form></div></div><div class="curve" id="left_curve_0"></div><div class="curve" id="left_curve_1"></div><div class="curve" id="left_curve_2"></div><div class="curve" id="left_curve_3"></div><div class="curve" id="left_curve_4"></div><div class="curve" id="left_curve_5"></div><div class="curve" id="left_curve_6"></div><div class="curve" id="left_curve_7"></div><div class="curve" id="left_curve_8"></div><div class="curve" id="left_curve_9"></div></div><div id="content">
404
+ <div id="spacer"></div><div class="navigation dark index" id="class_wrapper"><div class="list_header"><h3>All classes</h3></div><div class="list_header_link"><a href="#" onclick="toggle('class'); toggleText('class_link'); return false;" id="class_link">Hide...</a></div><div class="clear"></div><div id="class"><form><label for="filter_class">Filter:&nbsp;&nbsp;</label><input onKeyUp="return filterList('class', this.value, event);" id="filter_class" onKeyPress="return disableSubmit(event);" type="text"></input></form></div></div><div class="navigation dark index" id="file_wrapper"><div class="list_header"><h3>All files</h3></div><div class="list_header_link"><a href="#" onclick="toggle('file'); toggleText('file_link'); return false;" id="file_link">Hide...</a></div><div class="clear"></div><div id="file"><form><label for="filter_file">Filter:&nbsp;&nbsp;</label><input onKeyUp="return filterList('file', this.value, event);" id="filter_file" onKeyPress="return disableSubmit(event);" type="text"></input></form></div></div><div class="navigation dark index" id="method_wrapper"><div class="list_header"><h3>All methods</h3></div><div class="list_header_link"><a href="#" onclick="toggle('method'); toggleText('method_link'); return false;" id="method_link">Show...</a></div><div class="clear"></div><div id="method"><form><label for="filter_method">Filter:&nbsp;&nbsp;</label><input onKeyUp="return filterList('method', this.value, event);" id="filter_method" onKeyPress="return disableSubmit(event);" type="text"></input></form></div></div><div class="curve" id="left_curve_0"></div><div class="curve" id="left_curve_1"></div><div class="curve" id="left_curve_2"></div><div class="curve" id="left_curve_3"></div><div class="curve" id="left_curve_4"></div><div class="curve" id="left_curve_5"></div><div class="curve" id="left_curve_6"></div><div class="curve" id="left_curve_7"></div><div class="curve" id="left_curve_8"></div><div class="curve" id="left_curve_9"></div></div><div id="content">
405
405
  IF:title
406
406
  <h1 id="item_name">%title%</h1>
407
407
  ENDIF:title
@@ -571,7 +571,7 @@ IF:m_desc
571
571
  ENDIF:m_desc
572
572
 
573
573
  IF:sourcecode
574
- <p class="source_link" id="%aref%-show-link"><a href="#" id="%aref%-link" onclick="toggle('%aref%-source'); toggleText('%aref%-link'); return false;">Show source...</a></p><div class="source" id="%aref%-source"><pre>%sourcecode%</pre></div>
574
+ <p class="source_link" id="%aref%-show-link"><a href="#" onclick="toggle('%aref%-source'); toggleText('%aref%-link'); return false;" id="%aref%-link">Show source...</a></p><div class="source" id="%aref%-source"><pre>%sourcecode%</pre></div>
575
575
  ENDIF:sourcecode
576
576
  </div></div>
577
577
  END:methods
@@ -1 +1 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link rel="stylesheet" href="rdoc-style.css" media="screen" type="text/css"/><meta content="0;url=%initial_page%" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div class="curve" id="preheader_curve_6"></div><div class="curve" id="preheader_curve_7"></div><div class="curve" id="preheader_curve_8"></div><div class="curve" id="preheader_curve_9"></div><div id="header"><span id="title"><p>&nbsp;</p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="%initial_page%"><h1>Redirect</h1></a></div></div></body></html>
1
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link rel="stylesheet" href="rdoc-style.css" media="screen" type="text/css"/><meta content="0;url=%initial_page%" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div class="curve" id="preheader_curve_6"></div><div class="curve" id="preheader_curve_7"></div><div class="curve" id="preheader_curve_8"></div><div class="curve" id="preheader_curve_9"></div><div id="header"><span id="title"><p>&nbsp;</p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="%initial_page%"><h1>Redirect</h1></a></div></div></body></html>
@@ -0,0 +1,2021 @@
1
+ Wed Feb 7 19:02:15 JST 2007 m.fellinger@gmail.com
2
+ * this introduces a new startup/shutdown hook system
3
+
4
+ Wed Feb 7 19:00:52 JST 2007 m.fellinger@gmail.com
5
+ * update changelog, fixing Rakefile and making bin/ramaze a bit nicer.
6
+
7
+ Tue Feb 6 17:29:23 JST 2007 m.fellinger@gmail.com
8
+ * adding documentation for all traits.
9
+
10
+ Tue Feb 6 17:29:09 JST 2007 m.fellinger@gmail.com
11
+ * improving Hash#keys_to_sym
12
+
13
+ Tue Feb 6 17:28:42 JST 2007 m.fellinger@gmail.com
14
+ * adding the files for the allison-template
15
+
16
+ Tue Feb 6 17:28:25 JST 2007 m.fellinger@gmail.com
17
+ * add rake allison for the improved allison rdoc-template
18
+
19
+ Tue Feb 6 16:08:35 JST 2007 manveru@weez-int.com
20
+ * add a post install message for the gem and add documentation for Tool::Create
21
+
22
+ Tue Feb 6 13:51:17 JST 2007 manveru@weez-int.com
23
+ * handle referer for mongrel too
24
+
25
+ Tue Feb 6 13:50:29 JST 2007 manveru@weez-int.com
26
+ * remove the require coderay in error.rb main-body, this is done dynamically and with a proper rescue in the error-method instead, therefor removing the shown dependecy in rake dependencies
27
+
28
+ Tue Feb 6 13:49:03 JST 2007 manveru@weez-int.com
29
+ * fixing rake rdoc, adding rake readme2html and adding rake as dependency
30
+
31
+ Sun Feb 4 23:34:54 JST 2007 manveru@weez-int.com
32
+ * adding some more methods to Store::Default
33
+
34
+ Sun Feb 4 22:50:29 JST 2007 manveru@weez-int.com
35
+ * finally make ramaze --create project work
36
+
37
+ Tue Feb 6 12:42:37 JST 2007 m.fellinger@gmail.com
38
+ * fixing minor typos in the README, removing ramaze.xcf and fixing require hpricot in tc_helper_feed
39
+
40
+ Mon Feb 5 11:30:34 JST 2007 m.fellinger@gmail.com
41
+ * minor changes to README
42
+
43
+ Mon Feb 5 11:23:41 JST 2007 m.fellinger@gmail.com
44
+ * adding todo
45
+
46
+ Mon Feb 5 11:23:21 JST 2007 m.fellinger@gmail.com
47
+ * update documentation for Global
48
+
49
+ Mon Feb 5 11:23:13 JST 2007 m.fellinger@gmail.com
50
+ * update doc/TODO
51
+
52
+ Mon Feb 5 11:21:25 JST 2007 m.fellinger@gmail.com
53
+ * little patch to rake todolist
54
+
55
+ Sat Feb 3 08:45:15 JST 2007 manveru@weez-int.com
56
+ * adding testcase_requires in spec_helper to have a standard way of saying whether a testcase is supposed to pass at all, also fixing a little issue with require-path for ramaze and problematic lookup of Ramaze::Helper in haml (it's extended anyway)
57
+
58
+ Sat Feb 3 08:09:37 JST 2007 manveru@weez-int.com
59
+ * use proto/public for static lookup, not lib/public
60
+
61
+ Sat Feb 3 08:09:25 JST 2007 manveru@weez-int.com
62
+ * fixing logger for files
63
+
64
+ Sat Feb 3 08:07:46 JST 2007 manveru@weez-int.com
65
+ * adds the other stuff for lib/proto, just a very simple little hello-world app with most of the structure of a fully grown application and some example configurations.
66
+
67
+ Sat Feb 3 08:07:26 JST 2007 manveru@weez-int.com
68
+ * move lib/public to lib/proto/public
69
+
70
+ Sat Feb 3 08:06:33 JST 2007 manveru@weez-int.com
71
+ * add tool/create and change the bin/ramaze for ramaze --create myapp, which basically copies the proto-directory from lib/proto
72
+
73
+ Sat Feb 3 08:06:18 JST 2007 manveru@weez-int.com
74
+ * uh, forgot the source of these two files
75
+
76
+ Sat Feb 3 08:05:32 JST 2007 manveru@weez-int.com
77
+ * add the snippets for Hash and Symbol
78
+
79
+ Sat Feb 3 08:05:01 JST 2007 manveru@weez-int.com
80
+ * update Rakefile for testing and superior options for rdoc
81
+
82
+ Sat Feb 3 08:03:42 JST 2007 manveru@weez-int.com
83
+ * remove lib/test
84
+
85
+ Sat Feb 3 08:02:45 JST 2007 manveru@weez-int.com
86
+ * move lib/test/request_maker into the rake-task request
87
+
88
+ Sat Feb 3 08:02:03 JST 2007 manveru@weez-int.com
89
+ * patch the specs to work in the new directory
90
+
91
+ Sat Feb 3 08:01:21 JST 2007 manveru@weez-int.com
92
+ * move test_helper to spec/spec_helper and all_tests to spec_all
93
+
94
+ Sat Feb 3 08:00:50 JST 2007 manveru@weez-int.com
95
+ * move test to spec
96
+
97
+ Sat Feb 3 04:45:39 JST 2007 manveru@weez-int.com
98
+ * tons of little changes to make dispatcher work again, also adding support for defining your Global.inform_to in a YAML file ('stdout', 'stderr', :stdout, :stderr or a filename)
99
+
100
+ Fri Feb 2 21:14:46 JST 2007 m.fellinger@gmail.com
101
+ * yet another typo
102
+
103
+ Fri Feb 2 21:13:38 JST 2007 m.fellinger@gmail.com
104
+ * typo
105
+
106
+ Fri Feb 2 21:12:10 JST 2007 m.fellinger@gmail.com
107
+ * document String#snake_case
108
+
109
+ Fri Feb 2 21:11:03 JST 2007 m.fellinger@gmail.com
110
+ * docu for String#camel_case
111
+
112
+ Fri Feb 2 21:07:29 JST 2007 m.fellinger@gmail.com
113
+ * MAJOR update to README ;) - now it should be a lot more RDoc-able
114
+
115
+ Fri Feb 2 20:39:37 JST 2007 m.fellinger@gmail.com
116
+ * update docs for Template::Amrita2
117
+
118
+ Fri Feb 2 20:37:47 JST 2007 m.fellinger@gmail.com
119
+ * remove the Template::Stupid
120
+
121
+ Fri Feb 2 20:33:16 JST 2007 m.fellinger@gmail.com
122
+ * document some more snippets
123
+
124
+ Fri Feb 2 20:24:54 JST 2007 m.fellinger@gmail.com
125
+ * adding docs for OpenStruct#temp
126
+
127
+ Fri Feb 2 20:20:46 JST 2007 m.fellinger@gmail.com
128
+ * add the last bits of code and documentation for request/response/session (mostly the ::current method)
129
+
130
+ Fri Feb 2 20:20:07 JST 2007 m.fellinger@gmail.com
131
+ * a little bit nicer API in Dispatcher, but most importantly, fully documented!
132
+
133
+ Fri Feb 2 14:32:26 JST 2007 manveru@weez-int.com
134
+ * first draft of documentation for dispatcher
135
+
136
+ Fri Feb 2 14:24:48 JST 2007 manveru@weez-int.com
137
+ * completing documentation of ramaze.rb and lib/test/test_helper
138
+
139
+ Fri Feb 2 14:24:19 JST 2007 manveru@weez-int.com
140
+ * completing documentation for Ramaze::Template
141
+
142
+ Fri Feb 2 14:24:07 JST 2007 manveru@weez-int.com
143
+ * minor changes and full documenation for Gestalt
144
+
145
+ Fri Feb 2 14:23:42 JST 2007 manveru@weez-int.com
146
+ * completing documentation of adapter/mongrel adapter/webrick
147
+
148
+ Fri Feb 2 14:01:44 JST 2007 manveru@weez-int.com
149
+ * taking advantage of a custom external config-file... i won't build an automatic loading of that file since it's just a oneliner to load it. this is for the blog-example
150
+
151
+ Fri Feb 2 14:01:01 JST 2007 manveru@weez-int.com
152
+ * support for mapping controllers as symbols/strings, looking up the constants on startup.
153
+
154
+ Thu Feb 1 22:47:06 JST 2007 manveru@weez-int.com
155
+ * testing redirect_referer in tc_helper_redirect
156
+
157
+ Thu Feb 1 22:46:16 JST 2007 manveru@weez-int.com
158
+ * updating tc_helper_auth for the different ways to set the auth_table
159
+
160
+ Thu Feb 1 22:45:30 JST 2007 manveru@weez-int.com
161
+ * this adds the possibility to add a base url for the context (like path to a controller)... nasty, nasty stuff
162
+
163
+ Thu Feb 1 22:45:01 JST 2007 manveru@weez-int.com
164
+ * make rake all_tests compatible for tinderbox and a little bit prettier
165
+
166
+ Thu Feb 1 22:44:15 JST 2007 manveru@weez-int.com
167
+ * use request.referer and add request.local_net? from nitro
168
+
169
+ Thu Feb 1 22:43:32 JST 2007 manveru@weez-int.com
170
+ * restructuring and documenting AuthHelper
171
+
172
+ Thu Feb 1 22:43:11 JST 2007 manveru@weez-int.com
173
+ * use ancestral_trait for aspects
174
+
175
+ Thu Feb 1 22:42:53 JST 2007 manveru@weez-int.com
176
+ * add documentation for the Rakefile tasks
177
+
178
+ Thu Feb 1 20:40:42 JST 2007 manveru@weez-int.com
179
+ * remove a bit of debugging-info from AspectHelper
180
+
181
+ Thu Feb 1 20:39:36 JST 2007 manveru@weez-int.com
182
+ * adding stack functionality in the AuthHelper by default. So once you are logged in, you will be redirected back to the last known position.
183
+
184
+ Thu Feb 1 20:39:05 JST 2007 manveru@weez-int.com
185
+ * simplify the code in helper.rb a little bit
186
+
187
+ Thu Feb 1 17:26:41 JST 2007 m.fellinger@gmail.com
188
+ * something broke... now reading the template extra-early... this should give us better ways to do action-compiles later on...
189
+
190
+ Thu Feb 1 16:48:13 JST 2007 m.fellinger@gmail.com
191
+ * Ramaze::Template::Element => Ramaze::Element
192
+
193
+ Wed Jan 31 22:33:16 JST 2007 manveru@weez-int.com
194
+ * small updates to the README again, adding some links.
195
+
196
+ Wed Jan 31 22:22:35 JST 2007 manveru@weez-int.com
197
+ * adding the Liquid templating-engine (Template::Liquid) complete with tests and example.
198
+
199
+ Wed Jan 31 22:19:59 JST 2007 manveru@weez-int.com
200
+ * little fixes for Haml (examples/templates) and adding the option to pass your own haml_options or set a trait... also some docs for transform.
201
+
202
+ Wed Jan 31 13:35:06 JST 2007 manveru@weez-int.com
203
+ * another Inform => Informer for erubis and amrita2
204
+
205
+ Wed Jan 31 13:34:18 JST 2007 manveru@weez-int.com
206
+ * adding Haml example in examples/templates
207
+
208
+ Wed Jan 31 13:06:47 JST 2007 manveru@weez-int.com
209
+ * updating README
210
+
211
+ Wed Jan 31 13:05:26 JST 2007 manveru@weez-int.com
212
+ * adding Haml Templating-engine. (Template::Haml)
213
+
214
+ Wed Jan 31 01:09:22 JST 2007 manveru@weez-int.com
215
+ * add a tc_error
216
+
217
+ Wed Jan 31 01:06:50 JST 2007 manveru@weez-int.com
218
+ * fixing Element => Template::Element
219
+
220
+ Tue Jan 30 22:58:16 JST 2007 manveru@weez-int.com
221
+ * limiting the backtrace for the errorpage to 0..20 to make it speedier, requiring coderay
222
+
223
+ Tue Jan 30 22:57:28 JST 2007 manveru@weez-int.com
224
+ * putting Element and Morpher in the Ramaze::Template namespace, prefixing the Ramaze::BASEDIR
225
+
226
+ Tue Jan 30 22:57:00 JST 2007 manveru@weez-int.com
227
+ * fixing dispatcher errorhandling for webrick... was broken, as usual.
228
+
229
+ Tue Jan 30 22:56:26 JST 2007 manveru@weez-int.com
230
+ * adapt the errorpage and give it really neat new CodeRay highlighting, the old one was b0rken ages ago.
231
+
232
+ Tue Jan 30 21:42:15 JST 2007 manveru@weez-int.com
233
+ * use Informer in the templating to avoid confusion with the error method on the controller and of Inform (which will need to search for a new naming-scheme, i fear)
234
+
235
+ Tue Jan 30 21:41:06 JST 2007 manveru@weez-int.com
236
+ * template.rb gets a new trait, the :public which points per default to ramazes public directory, we extend the paths searched to this directory, some more general cleanup as well.
237
+
238
+ Tue Jan 30 21:39:13 JST 2007 manveru@weez-int.com
239
+ * just a little nicety ;)
240
+
241
+ Tue Jan 30 21:38:24 JST 2007 manveru@weez-int.com
242
+ * remove the old errorpage-cruft from the error.rb, it will in future serve for some general errors that Ramaze will use.
243
+
244
+ Tue Jan 30 21:37:52 JST 2007 manveru@weez-int.com
245
+ * make dispatcher aware of error-handling (not just that hardcoded errorpage-stuff
246
+
247
+ Tue Jan 30 21:37:00 JST 2007 manveru@weez-int.com
248
+ * create the new error.xhtml and error.css in order to finally get some sane structure in error-handling.
249
+
250
+ Tue Jan 30 20:00:37 JST 2007 manveru@weez-int.com
251
+ * show the error-message as well when Template.transform fails.
252
+
253
+ Tue Jan 30 20:00:10 JST 2007 manveru@weez-int.com
254
+ * remove Template from the pipeline again, just causing problems with multiple evaluation.
255
+
256
+ Tue Jan 30 19:59:15 JST 2007 manveru@weez-int.com
257
+ * splitting out Element.transform into multiple methods, this is the preparation to make it a bit more... itelligent :)
258
+
259
+ Mon Jan 29 23:59:38 JST 2007 manveru@weez-int.com
260
+ * _yet_ another way how webrick handles cookies... this is getting tiresome :P
261
+
262
+ Mon Jan 29 23:59:14 JST 2007 manveru@weez-int.com
263
+ * if the action is a symbol convert to string before escaping
264
+
265
+ Mon Jan 29 23:58:26 JST 2007 manveru@weez-int.com
266
+ * changes to morpher and rearranging the pipeline... evaluating twice should be avoided somehow...
267
+
268
+ Mon Jan 29 23:57:59 JST 2007 manveru@weez-int.com
269
+ * vast upgrade of AuthHelper
270
+
271
+ Mon Jan 29 23:57:30 JST 2007 manveru@weez-int.com
272
+ * support different arity for pre-aspects
273
+
274
+ Mon Jan 29 23:57:11 JST 2007 manveru@weez-int.com
275
+ * final version of the blog (for the time being, as always ;)
276
+
277
+ Mon Jan 29 22:32:00 JST 2007 manveru@weez-int.com
278
+ * remove the pointers to EntryController and remove the list.xhtml
279
+
280
+ Mon Jan 29 22:28:49 JST 2007 manveru@weez-int.com
281
+ * remove the EntryController and use MainController instead
282
+
283
+ Mon Jan 29 22:27:05 JST 2007 manveru@weez-int.com
284
+ * move the templates for the wiki to the root template-folder
285
+
286
+ Mon Jan 29 22:25:38 JST 2007 manveru@weez-int.com
287
+ * use the cleaner Global.setup instead of direct assignment
288
+
289
+ Mon Jan 29 22:25:20 JST 2007 manveru@weez-int.com
290
+ * fixing session for non-POST
291
+
292
+ Mon Jan 29 22:24:44 JST 2007 manveru@weez-int.com
293
+ * remove the old index of blog, we'll implement that more minimalistic
294
+
295
+ Mon Jan 29 22:17:27 JST 2007 manveru@weez-int.com
296
+ * remove miniwiki and move microwiki to whywiki
297
+
298
+ Mon Jan 29 21:22:46 JST 2007 m.fellinger@gmail.com
299
+ * huuge patch (kinda) to support cookies via POST with Net::HTTP to webrick, improves some tests and remove tc_helper_crud
300
+
301
+ Mon Jan 29 21:22:24 JST 2007 m.fellinger@gmail.com
302
+ * prevent stack from answering if the stack is empty
303
+
304
+ Mon Jan 29 21:22:06 JST 2007 m.fellinger@gmail.com
305
+ * little typo, forgot comma ;)
306
+
307
+ Mon Jan 29 20:14:42 JST 2007 m.fellinger@gmail.com
308
+ * uhm... remove model... again? :)
309
+
310
+ Mon Jan 29 20:13:57 JST 2007 m.fellinger@gmail.com
311
+ * removing the CrudHelper stuff again, it's just confusing and quite worthless in practice.
312
+
313
+ Mon Jan 29 20:10:02 JST 2007 m.fellinger@gmail.com
314
+ * little fix in tc_helper_form in case Og isn't there.
315
+
316
+ Mon Jan 29 20:09:27 JST 2007 m.fellinger@gmail.com
317
+ * as promised, using throw(:respond) now to do redirection properly
318
+
319
+ Mon Jan 29 20:07:39 JST 2007 m.fellinger@gmail.com
320
+ * adding a new option Global.cookies to turn sending cookies on and off... also we are now catching :respond to break out of a request/response cycle early (this will be used for redirection)
321
+
322
+ Mon Jan 29 20:06:36 JST 2007 m.fellinger@gmail.com
323
+ * alias Ramaze.start with Ramaze.new
324
+
325
+ Mon Jan 29 20:06:13 JST 2007 m.fellinger@gmail.com
326
+ * a little more explanation in the examples/hello
327
+
328
+ Mon Jan 29 20:05:39 JST 2007 m.fellinger@gmail.com
329
+ * adding ramaze --console for starting up an irb-session while the server runs in the background
330
+
331
+ Mon Jan 29 16:41:05 JST 2007 m.fellinger@gmail.com
332
+ * Ramaze.autoreload instead of Kernel.autoreload
333
+
334
+ Mon Jan 29 15:03:28 JST 2007 manveru@weez-int.com
335
+ * the adapter should return only one thread to watch...
336
+
337
+ Mon Jan 29 14:56:06 JST 2007 manveru@weez-int.com
338
+ * implement multiple ports for webrick + tests
339
+
340
+ Mon Jan 29 14:55:46 JST 2007 manveru@weez-int.com
341
+ * implement for mongrel + tests
342
+
343
+ Mon Jan 29 14:54:24 JST 2007 manveru@weez-int.com
344
+ * first step in supporting startup for multiple servers at once (ramaze -p 7000..7010) via a new Global.ports that is taken from Global.port (which loses in significance... but it's only of value before startup anyway
345
+
346
+ Mon Jan 29 07:49:46 JST 2007 manveru@weez-int.com
347
+ * small change to make ancestral_trait work for the current instance as well.
348
+
349
+ Sun Jan 28 15:46:11 JST 2007 manveru@weez-int.com
350
+ * add documentation and fix minor bugs in ramaze, ramaze/global and ramaze/inform
351
+
352
+ Sun Jan 28 15:34:08 JST 2007 manveru@weez-int.com
353
+ * document ramaze/template and remove the require of ramaze/model
354
+
355
+ Sun Jan 28 15:33:41 JST 2007 manveru@weez-int.com
356
+ * it should be :transform_pipeline, not :template_pipeline
357
+
358
+ Sun Jan 28 15:29:35 JST 2007 manveru@weez-int.com
359
+ * remove lib/ramaze/model.rb - nowhere used anyway :P
360
+
361
+ Sun Jan 28 15:27:30 JST 2007 manveru@weez-int.com
362
+ * documentation for adapter/mongrel, adapter/webrick, AuthHelper and CacheHelper
363
+
364
+ Sun Jan 28 15:22:24 JST 2007 manveru@weez-int.com
365
+ * set the default method for mongrels log-method to Informer#<<
366
+
367
+ Sun Jan 28 15:01:37 JST 2007 manveru@weez-int.com
368
+ * documentation for: FeedHelper, StackHelper and FormHelper
369
+
370
+ Sun Jan 28 14:28:00 JST 2007 manveru@weez-int.com
371
+ * remove #instance? was a nice hack but we don't use it anywhere
372
+
373
+ Sun Jan 28 14:27:03 JST 2007 manveru@weez-int.com
374
+ * fixing rake undocmented... missed out some methods and added some too much
375
+
376
+ Sun Jan 28 14:25:14 JST 2007 manveru@weez-int.com
377
+ * remove test/tc_helper, it was just a copy of test/tc_helper_redirect ... makes my autocomplete a little bit faster ;)
378
+
379
+ Sun Jan 28 14:24:53 JST 2007 manveru@weez-int.com
380
+ * use head instead of @head in the response
381
+
382
+ Sun Jan 28 14:24:00 JST 2007 manveru@weez-int.com
383
+ * template/ramaze uses render_action instead of render_method... another ancestral_trait
384
+
385
+ Sun Jan 28 14:23:43 JST 2007 manveru@weez-int.com
386
+ * docs for template/markaby
387
+
388
+ Sun Jan 28 14:23:14 JST 2007 manveru@weez-int.com
389
+ * replace the clumsy ancestors_trait by ancestral_trait
390
+
391
+ Sun Jan 28 14:22:28 JST 2007 manveru@weez-int.com
392
+ * a little bit of docs for store/default - still pondering about removing it since it's not used anywhere... also remove the [] and []= method, they should be handled by method_missing anyway.
393
+
394
+ Sun Jan 28 14:21:07 JST 2007 manveru@weez-int.com
395
+ * changes for Object#trait, adding docs and replacing the ancestors_trait with the ancestral_trait method, it yields an hash that consists of all the traits of the ancestors
396
+
397
+ Sun Jan 28 14:20:24 JST 2007 manveru@weez-int.com
398
+ * Ramaze::Informer instead of Ramaze::Inform for autoreload output
399
+
400
+ Sun Jan 28 14:20:10 JST 2007 manveru@weez-int.com
401
+ * make Informer respond to << for WEBrick
402
+
403
+ Sun Jan 28 14:19:10 JST 2007 manveru@weez-int.com
404
+ * it's Global.inform_ ... no Hash anymore for easier defaults
405
+
406
+ Sun Jan 28 14:18:24 JST 2007 manveru@weez-int.com
407
+ * new defaults for Global plus a little bit of documentation-stubs... we really should make a seperate documentation in doc/ for the options.
408
+
409
+ Sun Jan 28 14:17:04 JST 2007 manveru@weez-int.com
410
+ * check for the :benchmark tag in the adapter
411
+
412
+ Sun Jan 28 14:16:42 JST 2007 manveru@weez-int.com
413
+ * make mongrel log as #debug instead of info
414
+
415
+ Sun Jan 28 14:16:13 JST 2007 manveru@weez-int.com
416
+ * Global.autoreload is now a simple integer, no mapping of modes to integers, since we don't have modes anymore
417
+
418
+ Sun Jan 28 14:15:30 JST 2007 manveru@weez-int.com
419
+ * close the thing Inform logs to at shutdown
420
+
421
+ Sun Jan 28 14:14:40 JST 2007 manveru@weez-int.com
422
+ * small change, in case the adapter doesn't respond to #stop
423
+
424
+ Sun Jan 28 14:13:30 JST 2007 manveru@weez-int.com
425
+ * little change in examples/element
426
+
427
+ Sun Jan 28 14:12:18 JST 2007 manveru@weez-int.com
428
+ * adjust the bin/ramaze for the new Inform and use RDocs parser for the output of help, version and copyright.
429
+
430
+ Fri Jan 26 23:22:53 JST 2007 manveru@weez-int.com
431
+ * typo
432
+
433
+ Fri Jan 26 23:22:20 JST 2007 manveru@weez-int.com
434
+ * move init_global a bit forward so it's available right from the start.
435
+
436
+ Fri Jan 26 23:21:29 JST 2007 manveru@weez-int.com
437
+ * update the Global for the new Inform
438
+
439
+ Fri Jan 26 23:20:41 JST 2007 manveru@weez-int.com
440
+ * patch the rest of the system for the new Inform
441
+
442
+ Fri Jan 26 23:19:48 JST 2007 manveru@weez-int.com
443
+ * rewrite Inform to be tag-based and a lot simpler :)
444
+
445
+ Fri Jan 26 13:52:42 JST 2007 manveru@weez-int.com
446
+ * finally set a default mapping to {} at require Global
447
+
448
+ Fri Jan 26 13:52:17 JST 2007 manveru@weez-int.com
449
+ * prevent errors in case we pass Coderay some empty piece of code
450
+
451
+ Fri Jan 26 13:51:13 JST 2007 manveru@weez-int.com
452
+ * supporting mongrels send_file, should give some decent speedups.
453
+
454
+ Thu Jan 25 13:52:55 JST 2007 manveru@weez-int.com
455
+ * append a newline to the output of CrudHelper... makes CLI-use easier
456
+
457
+ Thu Jan 25 13:52:20 JST 2007 manveru@weez-int.com
458
+ * add the examples/crud.rb to show how to use the CrudHelper
459
+
460
+ Wed Jan 24 20:28:55 JST 2007 manveru@weez-int.com
461
+ * for subsequent starts of ramaze in tests we finally have the :fake_start option that updates the Global but doesn't do much else, so that the original instance can just continue to work, i like the implementation... but our Global slowly gets stuffed :)
462
+
463
+ Wed Jan 24 20:26:16 JST 2007 manveru@weez-int.com
464
+ * big change also to the way Global is set up, new method init_global on Ramaze that sets up the Global as usual but now also preserves the mappings set before the start of ramaze and just adds new mappings that you pass on start, gives the CrudHelper the ability to set up a mapping for your Store... you can change the name of the mapping with 'crud => YourStore, :name => "blah"' which maps to /blah...
465
+
466
+ Wed Jan 24 20:22:41 JST 2007 manveru@weez-int.com
467
+ * rewrite of CrudHelper, now it only converts your Store into a kind of Controller, extends it with Trinity and defines the ::handle_request method (yay for ducktyping), it just sets up a proxy and you can define your own 'route', which request should send what method.
468
+
469
+ Wed Jan 24 14:50:15 JST 2007 manveru@weez-int.com
470
+ * introduce custom morphs and add even more docs... ratio must be 2:1 by now :)
471
+
472
+ Tue Jan 23 21:09:16 JST 2007 manveru@weez-int.com
473
+ * adding documentation for Morpher#transform and making the rescue a lot better.
474
+
475
+ Tue Jan 23 20:34:33 JST 2007 manveru@weez-int.com
476
+ * rearrange tc_heper_form to resemble tc_morpher in regard to the require-failsafe
477
+
478
+ Tue Jan 23 20:32:32 JST 2007 manveru@weez-int.com
479
+ * add template/ramaze/morpher and tests for it, it requires hpricot at the moment but got a graceful fallback that just won't process morphers... maybe i can whip up a pure ruby variant later, but the code using hpricot is just sweet :)
480
+
481
+ Tue Jan 23 20:30:41 JST 2007 manveru@weez-int.com
482
+ * add test for headers in tc_request and add a method for raw_get that gives you the original object from open() back
483
+
484
+ Mon Jan 22 21:25:19 JST 2007 manveru@weez-int.com
485
+ * CrudHelper and testcase
486
+
487
+ Mon Jan 22 19:56:21 JST 2007 manveru@weez-int.com
488
+ * fixing tons of typos in the README
489
+
490
+ Mon Jan 22 19:46:42 JST 2007 manveru@weez-int.com
491
+ * fail gently on require rubygems... we probably should remove that requires completly...
492
+
493
+ Mon Jan 22 17:39:32 JST 2007 manveru@weez-int.com
494
+ * add some more tests for the previous bug (request.params instead of request.query)
495
+
496
+ Mon Jan 22 17:32:28 JST 2007 manveru@weez-int.com
497
+ * fix request[key] and request[key] = value
498
+
499
+ Mon Jan 22 17:28:43 JST 2007 manveru@weez-int.com
500
+ * add an example for the usage of Element in examples/element.rb
501
+
502
+ Mon Jan 22 14:45:16 JST 2007 manveru@weez-int.com
503
+ * make tc_request pass again, request.body.read instead
504
+
505
+ Mon Jan 22 14:42:59 JST 2007 manveru@weez-int.com
506
+ * fixing helper/feed
507
+
508
+ Mon Jan 22 14:40:10 JST 2007 manveru@weez-int.com
509
+ * add exitstatus checking for all_tests
510
+
511
+ Mon Jan 22 14:37:25 JST 2007 manveru@weez-int.com
512
+ * reimplementation of Element, making code a bit cleaner (but longer... and possibly harder to understand?) also adding some tests for <Element />
513
+
514
+ Sun Jan 21 03:16:56 JST 2007 manveru@weez-int.com
515
+ * remove cruft from helper/feed
516
+
517
+ Fri Jan 19 21:39:52 JST 2007 manveru@weez-int.com
518
+ * document lib/test/test_helper
519
+
520
+ Fri Jan 19 21:39:31 JST 2007 manveru@weez-int.com
521
+ * document lib/test/all_tests
522
+
523
+ Fri Jan 19 21:39:15 JST 2007 manveru@weez-int.com
524
+ * document tool/tidy
525
+
526
+ Fri Jan 19 21:38:55 JST 2007 manveru@weez-int.com
527
+ * complete documentation of template/ramaze/element
528
+
529
+ Fri Jan 19 21:38:23 JST 2007 manveru@weez-int.com
530
+ * add/remove documentation from snippets/kernel/self_method
531
+
532
+ Fri Jan 19 21:13:30 JST 2007 manveru@weez-int.com
533
+ * change rake uncommented to rake undocumented
534
+
535
+ Fri Jan 19 21:12:26 JST 2007 manveru@weez-int.com
536
+ * document all of Inform
537
+
538
+ Fri Jan 19 21:07:27 JST 2007 manveru@weez-int.com
539
+ * document all of Trinity
540
+
541
+ Fri Jan 19 21:07:14 JST 2007 manveru@weez-int.com
542
+ * document all of trinity/session
543
+
544
+ Fri Jan 19 21:06:56 JST 2007 manveru@weez-int.com
545
+ * document all of trinity/response
546
+
547
+ Fri Jan 19 21:06:34 JST 2007 manveru@weez-int.com
548
+ * document all of trinity/request
549
+
550
+ Fri Jan 19 21:05:42 JST 2007 manveru@weez-int.com
551
+ * don't include the dot-graph here (yet), also show all methods (private, protected)
552
+
553
+ Fri Jan 19 20:10:25 JST 2007 manveru@weez-int.com
554
+ * new rake todolist and the file it generates
555
+
556
+ Fri Jan 19 14:31:44 JST 2007 manveru@weez-int.com
557
+ * add support for CDATA in FeedHelper, add some more tests and add from_xml to parse the class in again (just basic yet, no nested niceties)
558
+
559
+ Fri Jan 19 13:54:11 JST 2007 manveru@weez-int.com
560
+ * extending FeedHelper and testcase, now attributes to tags are possible... (just for the enclosing class for now)
561
+
562
+ Fri Jan 19 13:32:57 JST 2007 manveru@weez-int.com
563
+ * don't duplicate body by reading it, the user can always see it with request.body.read in the controller.
564
+
565
+ Fri Jan 19 00:13:58 JST 2007 manveru@weez-int.com
566
+ * set the trinity-methods to private, we don't want them to be accessable
567
+
568
+ Fri Jan 19 00:11:04 JST 2007 manveru@weez-int.com
569
+ * ignore memcached in the tests if it's not installed
570
+
571
+ Thu Jan 18 22:57:49 JST 2007 manveru@weez-int.com
572
+ * fixing the controller-method-lookup
573
+
574
+ Thu Jan 18 22:44:18 JST 2007 manveru@weez-int.com
575
+ * remove the useless invalidate_cache method from CacheHelper
576
+
577
+ Thu Jan 18 22:43:14 JST 2007 manveru@weez-int.com
578
+ * make rake record a bit less annoying ;)
579
+
580
+ Thu Jan 18 22:41:47 JST 2007 manveru@weez-int.com
581
+ * add example/caching.rb
582
+
583
+ Thu Jan 18 22:28:07 JST 2007 manveru@weez-int.com
584
+ * total reimplementation of caching, the CacheHelper now finally works (added testcase) for both actions (based on action(*params)) and values, this is a giant step for ramaze, since proper caching is a key to serving fast. The implementation might not be perfect yet, but some real-life testing will show if the current API and use-cases are worth anything, for now i'm very satisfied :)
585
+
586
+ Thu Jan 18 21:25:01 JST 2007 manveru@weez-int.com
587
+ * test/tc_aspect.rb => test/tc_helper_aspect.rb
588
+
589
+ Thu Jan 18 20:43:16 JST 2007 manveru@weez-int.com
590
+ * provide a little anonymous gulp-class to catch the stuff Og sends out in the testcase, finally the rake test looks pretty enough :)
591
+
592
+ Thu Jan 18 20:33:35 JST 2007 manveru@weez-int.com
593
+ * add Kernel#silently, to temporarly turn off warnings on reassinging constants and use it in session.rb
594
+
595
+ Thu Jan 18 13:50:48 JST 2007 manveru@weez-int.com
596
+ * add/remove some todos
597
+
598
+ Thu Jan 18 13:49:42 JST 2007 manveru@weez-int.com
599
+ * introduce caching now for sessions as well, setting the adapter for tc_request back to mongrel since webrick doesn't implement PUT (fix that too)
600
+
601
+ Thu Jan 18 13:35:36 JST 2007 manveru@weez-int.com
602
+ * add test for PUT, we need to find a way to do a DELETE-request, possibly with Net::HTTP? (also investigate other ways not to rely on curl for PUT)
603
+
604
+ Thu Jan 18 13:35:19 JST 2007 manveru@weez-int.com
605
+ * rewrite tc_helper_feed
606
+
607
+ Thu Jan 18 13:34:58 JST 2007 manveru@weez-int.com
608
+ * better implementation of the tc_global, it would fail on slow or busy systems
609
+
610
+ Thu Jan 18 13:34:29 JST 2007 manveru@weez-int.com
611
+ * support PUT and DELETE
612
+
613
+ Thu Jan 18 13:33:57 JST 2007 manveru@weez-int.com
614
+ * rewrite FeedHelper, still not functional, but a lot nicer to build XML from objects
615
+
616
+ Thu Jan 18 12:24:54 JST 2007 m.fellinger@gmail.com
617
+ * patching method-lookup for controllers... now it should be possible to expose public methods via helper-methods... have to test this first though.
618
+
619
+ Wed Jan 17 11:56:21 JST 2007 m.fellinger@gmail.com
620
+ * rephrase message on startup...
621
+
622
+ Wed Jan 17 00:18:30 JST 2007 manveru@weez-int.com
623
+ * provide some info about where the adapter attempts to connect... also fix debugging-output in tests
624
+
625
+ Wed Jan 17 00:18:06 JST 2007 manveru@weez-int.com
626
+ * remove require of fastthread, they finally fixed it
627
+
628
+ Wed Jan 17 00:17:48 JST 2007 manveru@weez-int.com
629
+ * add handling of multipart (file-uploads)
630
+
631
+ Mon Jan 15 21:17:42 JST 2007 manveru@weez-int.com
632
+ * all_tests gives _much_ prettier and more informative output... still gotta use systemu for catching that nasty output from Og though...
633
+
634
+ Mon Jan 15 21:16:55 JST 2007 manveru@weez-int.com
635
+ * redirect takes now a :status argument, for your very own redirect-status-code
636
+
637
+ Mon Jan 15 20:53:16 JST 2007 manveru@weez-int.com
638
+ * fix the spaces ;)
639
+
640
+ Mon Jan 15 20:52:43 JST 2007 manveru@weez-int.com
641
+ * run fix-end-spaces and add-copyright before rake record
642
+
643
+ Mon Jan 15 20:50:45 JST 2007 manveru@weez-int.com
644
+ * rake fix-end-spaces, new task to remove spaces at end of line where not needed ;)
645
+
646
+ Mon Jan 15 20:50:29 JST 2007 manveru@weez-int.com
647
+ * add a .each method to GlobalStruct
648
+
649
+ Mon Jan 15 20:48:21 JST 2007 manveru@weez-int.com
650
+ * a much POLSer way of working with the bin/ramaze, options from the CLI are not overwritten by options in your app anymore... also ignores start from your app if you use this command.
651
+
652
+ Mon Jan 15 14:42:43 JST 2007 manveru@weez-int.com
653
+ * add rake patchsize to show how many patches we got
654
+
655
+ Mon Jan 15 14:15:49 JST 2007 manveru@weez-int.com
656
+ * nicer handling of SIGINT
657
+
658
+ Sun Jan 14 09:10:50 JST 2007 manveru@weez-int.com
659
+ * add example/microwiki, like miniwiki but total reimplementation using Template::Ramaze, should do one for every templating-engine to show usage
660
+
661
+ Sun Jan 14 09:10:08 JST 2007 manveru@weez-int.com
662
+ * run tests per default on port 7007 and only on 127.0.0.1, avoids interfering with running apps
663
+
664
+ Sun Jan 14 09:09:48 JST 2007 manveru@weez-int.com
665
+ * improve shutdown
666
+
667
+ Sun Jan 14 09:09:24 JST 2007 manveru@weez-int.com
668
+ * rearrange and add the Global parameters a little bit
669
+
670
+ Sun Jan 14 09:08:56 JST 2007 manveru@weez-int.com
671
+ * provide a content_type for the error-page... old bug, need to add some tests for the errorpage...
672
+
673
+ Sun Jan 14 09:08:33 JST 2007 manveru@weez-int.com
674
+ * clean the setting of response/request/sessions a little bit
675
+
676
+ Sun Jan 14 09:07:44 JST 2007 manveru@weez-int.com
677
+ * CGI.unescape all parameters of GET/POST
678
+
679
+ Sun Jan 14 09:06:39 JST 2007 manveru@weez-int.com
680
+ * use method_missing to catch all the transactions for YAML::Store, cleans the API quite a bit and provides more functionality
681
+
682
+ Sun Jan 14 07:28:57 JST 2007 manveru@weez-int.com
683
+ tagged 0.0.5
684
+
685
+ Sun Jan 14 07:28:33 JST 2007 manveru@weez-int.com
686
+ * Ramaze 0.0.5
687
+
688
+ Sun Jan 14 07:28:04 JST 2007 manveru@weez-int.com
689
+ * update CHANGELOG
690
+
691
+ Sun Jan 14 07:27:20 JST 2007 manveru@weez-int.com
692
+ * added changelog task that updates doc/CHANGELOG based on doc/changes.txt (from rake changes)
693
+
694
+ Sun Jan 14 07:26:15 JST 2007 manveru@weez-int.com
695
+ * ran add-copyright once again
696
+
697
+ Sun Jan 14 07:20:50 JST 2007 manveru@weez-int.com
698
+ * update README a bit
699
+
700
+ Sun Jan 14 06:53:17 JST 2007 manveru@weez-int.com
701
+ * update and extend testcases for tc_cache
702
+
703
+ Sun Jan 14 06:52:54 JST 2007 manveru@weez-int.com
704
+ * change Rakefile to sweep out cache.yaml and run rake clean after rake test
705
+
706
+ Sun Jan 14 06:49:14 JST 2007 manveru@weez-int.com
707
+ * finally added and integrated caching, possible caches for now are YAML::Store, usual Hash (for one instance only) and MemCache, the respective objects are YAMLStoreCache, MemoryCache and MemcachedCache, you can set them with Global.cache = respective_class before startup, there is no functionality yet to change this during runtime, but you could Ramaze.const_set('Cache', YourClass.new) since Ramze::Cache is the usual instance. See the testcases and documentation for more information on the usage
708
+
709
+ Fri Jan 12 00:43:08 JST 2007 manveru@weez-int.com
710
+ * fix Rakefile
711
+
712
+ Fri Jan 12 00:35:03 JST 2007 manveru@weez-int.com
713
+ * add some more tasks, :record and :changes (record calls changes)
714
+
715
+ Fri Jan 12 00:28:19 JST 2007 manveru@weez-int.com
716
+ * added tasks changes-xml and changes-text to the Rakefile, stores the current changes into textual format for further use :)
717
+
718
+ Tue Jan 9 14:19:11 JST 2007 manveru@weez-int.com
719
+ * add the template for the tc_template_ramaze
720
+
721
+ Tue Jan 9 14:17:22 JST 2007 manveru@weez-int.com
722
+ * support template-only actions for Template::Ramaze, now you can just put a file with the appropiate name in your template-directory and it doesn't need a seperate method in your controller... this does not work yet with multiple arguments
723
+
724
+ Sat Jan 13 07:12:07 JST 2007 manveru@weez-int.com
725
+ * add tc_feed_helper
726
+
727
+ Sat Jan 13 07:11:56 JST 2007 manveru@weez-int.com
728
+ * add tc_cache
729
+
730
+ Sat Jan 13 07:11:28 JST 2007 manveru@weez-int.com
731
+ * autoreload now has its own method on Ramaze and can be turned off by Global.autoreload = false
732
+
733
+ Sat Jan 13 07:10:51 JST 2007 manveru@weez-int.com
734
+ * require 'ramaze/cache' (not yet used)
735
+
736
+ Sat Jan 13 07:10:20 JST 2007 manveru@weez-int.com
737
+ * use Set instead of Array for the Controllers
738
+
739
+ Sat Jan 13 07:09:33 JST 2007 manveru@weez-int.com
740
+ * finally fix the problem of having another application running (we can detect it now!)
741
+
742
+ Sat Jan 13 07:09:01 JST 2007 manveru@weez-int.com
743
+ * use Set instead of Array in autoreload... makes it a bit nicer
744
+
745
+ Sat Jan 13 07:08:21 JST 2007 manveru@weez-int.com
746
+ * fix FeedHelper, had one <feed> too much
747
+
748
+ Sat Jan 13 07:07:50 JST 2007 manveru@weez-int.com
749
+ * first version of (real) cache
750
+
751
+ Thu Jan 11 23:00:53 JST 2007 manveru@weez-int.com
752
+ * simple CacheHelper
753
+
754
+ Mon Jan 8 22:38:33 JST 2007 manveru@weez-int.com
755
+ * stop some squeaking of the wheel and added a little comment of the why
756
+
757
+ Mon Jan 8 17:38:21 JST 2007 manveru@weez-int.com
758
+ * fix feed.rb _again_
759
+
760
+ Mon Jan 8 18:37:14 JST 2007 manveru@weez-int.com
761
+ * check before undef method id in Feed::Bag, that makes it better suited for autoreload
762
+
763
+ Mon Jan 8 16:28:02 JST 2007 manveru@weez-int.com
764
+ * serious extension of TCFormHelper
765
+
766
+ Mon Jan 8 16:27:46 JST 2007 manveru@weez-int.com
767
+ * remove useless code in ramaze.rb
768
+
769
+ Mon Jan 8 16:26:47 JST 2007 manveru@weez-int.com
770
+ * critical, log error when one happens on render! not just recall (which is a bad thing... we should keep a record to avoid loops in case of errors... horrible DoS :|
771
+
772
+ Mon Jan 8 16:26:33 JST 2007 manveru@weez-int.com
773
+ * make error-output prettier
774
+
775
+ Mon Jan 8 16:25:49 JST 2007 manveru@weez-int.com
776
+ * FormHelper now handles Date and works! (total rewrite of the option-handling)
777
+
778
+ Mon Jan 8 16:25:22 JST 2007 manveru@weez-int.com
779
+ * add 'docs' in the FeedHelper :)
780
+
781
+ Mon Jan 8 16:24:57 JST 2007 manveru@weez-int.com
782
+ * little prettification in dispatcher
783
+
784
+ Mon Jan 8 18:15:30 JST 2007 manveru@weez-int.com
785
+ * escape the stuff we get (possibly dangerous)
786
+
787
+ Mon Jan 8 12:55:09 JST 2007 manveru@weez-int.com
788
+ * fixed test (for rcov)
789
+
790
+ Mon Jan 8 12:54:19 JST 2007 manveru@weez-int.com
791
+ * not yet completed rewrite of form-helper
792
+
793
+ Mon Jan 8 12:53:45 JST 2007 manveru@weez-int.com
794
+ * extend FormHelper test
795
+
796
+ Mon Jan 8 11:44:52 JST 2007 manveru@weez-int.com
797
+ * Session.current added
798
+
799
+ Mon Jan 8 11:44:27 JST 2007 manveru@weez-int.com
800
+ * fix Inform, make output a bit nicer again
801
+
802
+ Mon Jan 8 11:43:24 JST 2007 manveru@weez-int.com
803
+ * two fixes, use AuthHelper::PASSWORD rather than a preset one (still defaults to 'passwort')
804
+
805
+ Mon Jan 8 11:43:02 JST 2007 manveru@weez-int.com
806
+ * inform on using cached version
807
+
808
+ Fri Jan 5 23:14:28 JST 2007 manveru@weez-int.com
809
+ * fix OpenStruct#temp
810
+
811
+ Fri Jan 5 09:37:32 JST 2007 manveru@weez-int.com
812
+ * changes in Template::Ramaze again, mostly passing filenames to eval
813
+
814
+ Fri Jan 5 06:35:43 JST 2007 manveru@weez-int.com
815
+ * add a very simple AuthHelper
816
+
817
+ Sat Jan 6 00:10:47 JST 2007 manveru@weez-int.com
818
+ * some comfy changes in Inform
819
+
820
+ Sat Jan 6 00:07:40 JST 2007 manveru@weez-int.com
821
+ * first implementation of FeedHelper
822
+
823
+ Fri Jan 5 08:56:27 JST 2007 manveru@weez-int.com
824
+ * add copyright to files that still lack it
825
+
826
+ Fri Jan 5 08:56:09 JST 2007 manveru@weez-int.com
827
+ * rake add_copyright adds copyright to files that don't have it :)
828
+
829
+ Fri Jan 5 06:27:48 JST 2007 manveru@weez-int.com
830
+ * stub for a TC to send a file.
831
+
832
+ Fri Jan 5 06:26:48 JST 2007 manveru@weez-int.com
833
+ * patch the parsing of GET/POST parameters again... accidentially used escape instead of unescape :P
834
+
835
+ Fri Jan 5 06:26:07 JST 2007 manveru@weez-int.com
836
+ * this little patch uses the ability of erubis to eval with a filename to give better error-reports
837
+
838
+ Thu Jan 4 03:47:10 JST 2007 manveru@weez-int.com
839
+ * fixing POST-requests
840
+
841
+ Thu Jan 4 03:46:50 JST 2007 manveru@weez-int.com
842
+ * add String.camel_case String.snake_case
843
+
844
+ Tue Jan 2 14:32:24 JST 2007 manveru@weez-int.com
845
+ * smaller changes not really worth mentioning :P
846
+
847
+ Tue Jan 2 14:32:02 JST 2007 manveru@weez-int.com
848
+ * pass on parameter-parsing to CGI.parse
849
+
850
+ Tue Jan 2 14:31:23 JST 2007 manveru@weez-int.com
851
+ * set an instance variable instead of checking for arity of render-method (@hash) for Elements
852
+
853
+ Tue Jan 2 14:30:59 JST 2007 manveru@weez-int.com
854
+ * fix form-helper in case there is no control
855
+
856
+ Tue Jan 2 14:30:36 JST 2007 manveru@weez-int.com
857
+ * fix url for stylesheet of error-page
858
+
859
+ Tue Jan 2 10:03:21 JST 2007 manveru@weez-int.com
860
+ * don't break this test if we got no Og... suboptimal :|
861
+
862
+ Tue Jan 2 10:01:17 JST 2007 manveru@weez-int.com
863
+ * rewrite the usage of the render-method a bit to be clear :)
864
+
865
+ Mon Jan 1 19:55:47 JST 2007 manveru@weez-int.com
866
+ * extending tc_session
867
+
868
+ Mon Jan 1 07:10:12 JST 2007 manveru@weez-int.com
869
+ * fix ramaze for fastthread-require... and split shutdown into shutoff/shutdown for more granularity
870
+
871
+ Mon Jan 1 07:09:08 JST 2007 manveru@weez-int.com
872
+ * add the rake uncommented task, this is a very simple method that shows you which methods are not documented yet (alpha phase, it's got loads of bugs... but is quite helpful already just as a rough overview)
873
+
874
+ Mon Jan 1 07:08:20 JST 2007 manveru@weez-int.com
875
+ * modify all the testcases to fit the new ramaze-method inside context... also split tc_adapter into tc_adapter_mongrel/tc_adapter_webrick
876
+
877
+ Mon Jan 1 07:05:37 JST 2007 manveru@weez-int.com
878
+ * huge change to the test_helper... no more ramaze{} but ramaze() - this will shield us from future pain and is also a lot nicer for integration into RSpec
879
+
880
+ Sun Dec 31 23:33:43 JST 2006 manveru@weez-int.com
881
+ * fixing a rather serious bug in the Element, only consider an Element if you really find the class for it and this class responds to :render
882
+
883
+ Sun Dec 31 23:32:51 JST 2006 manveru@weez-int.com
884
+ * big changes again in the form-helper... added loads of options, most are used in the testcases (that still have to be expanded, but they give a good idea of what is possible now)
885
+
886
+ Sun Dec 31 23:32:22 JST 2006 manveru@weez-int.com
887
+ * added OpenStruct#temp to create temporary copies just with an updated table
888
+
889
+ Sat Dec 30 06:57:13 JST 2006 manveru@weez-int.com
890
+ * support for element-parameters and some tests for it
891
+
892
+ Fri Dec 29 21:01:42 JST 2006 manveru@weez-int.com
893
+ * forgot one Logger => Inform in autoreload
894
+
895
+ Fri Dec 29 14:00:20 JST 2006 manveru@weez-int.com
896
+ * Ramaze::Logger => Ramaze::Inform - avoid clashes with the tons of other Logger thingies out there
897
+
898
+ Fri Dec 29 13:42:23 JST 2006 manveru@weez-int.com
899
+ * fix tc_tidy
900
+
901
+ Fri Dec 29 13:25:19 JST 2006 manveru@weez-int.com
902
+ * change from digest/sha1 to digest/sha2 - would someone explain me what this does?
903
+
904
+ Fri Dec 29 13:24:48 JST 2006 manveru@weez-int.com
905
+ * fixing diverse issues with latest rubygems update
906
+
907
+ Tue Dec 26 07:01:15 JST 2006 manveru@weez-int.com
908
+ * give the markaby-templates in the miniwiki-example the proper ext.
909
+
910
+ Mon Dec 25 03:52:03 JST 2006 manveru@weez-int.com
911
+ * stop autoreload from failing from some mysterious bug...
912
+
913
+ Mon Dec 25 03:51:18 JST 2006 manveru@weez-int.com
914
+ * fix the error-page to work with the new template-implementation... also remove the old Gestalt-code, it's in darcs anyway
915
+
916
+ Sat Dec 23 05:28:35 JST 2006 manveru@weez-int.com
917
+ * blog/template/entry/list.rmze
918
+
919
+ Sat Dec 23 05:27:47 JST 2006 manveru@weez-int.com
920
+ * snippet/kernel/rescue_require.rb
921
+
922
+ Sat Dec 23 05:26:17 JST 2006 manveru@weez-int.com
923
+ * additional specification for tc_element
924
+
925
+ Sat Dec 23 05:26:04 JST 2006 manveru@weez-int.com
926
+ * add test/tc_aspect
927
+
928
+ Sat Dec 23 05:24:58 JST 2006 manveru@weez-int.com
929
+ * restructure test_helper for fastthread...
930
+
931
+ Sat Dec 23 05:24:38 JST 2006 manveru@weez-int.com
932
+ * reimplementation of session... mainly better hash
933
+
934
+ Sat Dec 23 05:22:06 JST 2006 manveru@weez-int.com
935
+ * typo
936
+
937
+ Sat Dec 23 05:21:15 JST 2006 manveru@weez-int.com
938
+ * fix a serious bug with the HEREDOC in the template/ramaze... if we don't prefix a character it will break if the hash starts with a number (oddly enough, this happens very seldom)
939
+
940
+ Sat Dec 23 05:20:24 JST 2006 manveru@weez-int.com
941
+ * add the helper/aspect
942
+
943
+ Sat Dec 23 05:20:10 JST 2006 manveru@weez-int.com
944
+ * prepare the helper for addition of aspect
945
+
946
+ Sat Dec 23 05:18:53 JST 2006 manveru@weez-int.com
947
+ * do not load fastthread in adapter/mongrel, if it has not been required so far by ramaze.rb it's too late already and we get only an annoying warning.
948
+
949
+ Sat Dec 23 05:18:12 JST 2006 manveru@weez-int.com
950
+ * minor restructuring for ramaze.rb requires (mainly cause of fastthread)
951
+
952
+ Sat Dec 23 03:02:39 JST 2006 manveru@weez-int.com
953
+ * fix problem for fastthread-require, it has to be loaded before everything else (especially mongrel and/or thread)
954
+
955
+ Wed Dec 20 16:33:40 JST 2006 manveru@weez-int.com
956
+ * fix tc_template_ramaze for the restructuring (you don't have to call transform() in the controller anymore)
957
+
958
+ Wed Dec 20 16:33:11 JST 2006 manveru@weez-int.com
959
+ * move the trap... now that i know that it uses continuations we should propably use a different technique...
960
+
961
+ Wed Dec 20 16:30:17 JST 2006 manveru@weez-int.com
962
+ * make find_template private, fix the :transform_pipeline and add a little comment
963
+
964
+ Wed Dec 20 16:30:03 JST 2006 manveru@weez-int.com
965
+ * fixing Element for passing parameters
966
+
967
+ Wed Dec 20 16:28:34 JST 2006 manveru@weez-int.com
968
+ * restructuring of the ramaze-templating... looks a lot nicer and is a whole lot more modular... preparing to change for the use of render() in templates
969
+
970
+ Wed Dec 20 16:26:11 JST 2006 manveru@weez-int.com
971
+ * simplify the dispatcher a little bit, splitting the fill_out into respond_file and resopnd_action, so we can use it from the Templating for relookup of actions on different controllers
972
+
973
+ Wed Dec 20 16:25:55 JST 2006 manveru@weez-int.com
974
+ * little change in the README
975
+
976
+ Mon Dec 18 15:09:50 JST 2006 manveru@weez-int.com
977
+ * adding trait[:transform_pipeline] to Ramaze... this still is very buggy :|
978
+
979
+ Mon Dec 18 15:08:51 JST 2006 manveru@weez-int.com
980
+ * first implementation of ancestor_trait, which searches the ancestors for a trait... this should be made default in a bit
981
+
982
+ Mon Dec 18 15:07:49 JST 2006 manveru@weez-int.com
983
+ * fixes some problems with autoreload when the path/file is b0rken
984
+
985
+ Mon Dec 18 14:24:03 JST 2006 manveru@weez-int.com
986
+ * remove method_missing from Logger... it overwrites alle method_missings everywhere!!!
987
+
988
+ Mon Dec 18 14:21:32 JST 2006 manveru@weez-int.com
989
+ * do not run setup_global in the bin/ramaze anymore, just pass them along... also fixes a problem for method-missing... error doesn't take multiple arguments (string/error-object only)
990
+
991
+ Fri Dec 15 22:18:43 JST 2006 manveru@weez-int.com
992
+ * removed the Timout for the total ramaze{} block for testing, added Ramaze.shutdown for the teardown (still commented, it has nasty side-effects)
993
+
994
+ Fri Dec 15 22:16:47 JST 2006 manveru@weez-int.com
995
+ * tiny updates to ramaze.rb, rewrite of the shutdown method... it still is very fragile though... Mongrel seems to do magic to threads beyond my knowledge
996
+
997
+ Fri Dec 15 22:15:44 JST 2006 manveru@weez-int.com
998
+ * use the new Logger-capabilities to finally catch the stuff WEBrick has thrown long enough to STDOUT
999
+
1000
+ Fri Dec 15 22:14:45 JST 2006 manveru@weez-int.com
1001
+ * Logger.puts is no longer private, added also << as an alias... additionally it can be sneaked into usual Logger-systems and take them over :P
1002
+
1003
+ Fri Dec 15 22:13:58 JST 2006 manveru@weez-int.com
1004
+ * a little bit nicer adapters by use of class << self ... also added a stop-method for future use
1005
+
1006
+ Fri Dec 15 22:12:10 JST 2006 manveru@weez-int.com
1007
+ * rewrite of the tc_global for the new structure
1008
+
1009
+ Fri Dec 15 22:11:00 JST 2006 manveru@weez-int.com
1010
+ * reimplementation of Global - should be a lot saner and simpler now ;)
1011
+
1012
+ Fri Dec 15 14:59:38 JST 2006 manveru@weez-int.com
1013
+ * do not require digest/sha1 in session.rb - it is not used for calculating sessions
1014
+
1015
+ Fri Dec 15 14:52:32 JST 2006 manveru@weez-int.com
1016
+ * this moves handle_elements into the ramaze/element.rb and names it transform, it handles arity of an render-method in the elements and passes optional parameters when given... this will give us a hard time when handling arbitary objects... :P
1017
+
1018
+ Fri Dec 15 14:51:27 JST 2006 manveru@weez-int.com
1019
+ * some minor changes regarding logging... there has still to be done a lot (esp webrick and logging to files)
1020
+
1021
+ Fri Dec 15 14:48:37 JST 2006 manveru@weez-int.com
1022
+ * this moves all global-stuff into the global.rb - makes ramaze.rb a lot nicer ;) - also added some more tests
1023
+
1024
+ Fri Dec 15 14:20:21 JST 2006 manveru@weez-int.com
1025
+ * patching Global further, we move the defaults in here since they only clutter the ramaze.rb and make handling difficult
1026
+
1027
+ Fri Dec 15 14:19:34 JST 2006 manveru@weez-int.com
1028
+ * do not raise on initialize of Global... it just looks odd ;)
1029
+
1030
+ Fri Dec 15 14:18:56 JST 2006 manveru@weez-int.com
1031
+ * do not timeout requests anymore...
1032
+
1033
+ Fri Dec 15 14:18:08 JST 2006 manveru@weez-int.com
1034
+ * give mongrel a proper way to handle logging
1035
+
1036
+ Thu Dec 14 22:37:16 JST 2006 manveru@weez-int.com
1037
+ * convert the action to a string since we might get symbols as well, and remove some other useless debugging-info
1038
+
1039
+ Thu Dec 14 22:36:40 JST 2006 manveru@weez-int.com
1040
+ * trying to use #{render} and it seems to work, mostly
1041
+
1042
+ Thu Dec 14 14:31:46 JST 2006 manveru@weez-int.com
1043
+ * removing some unneeded debugging-info from the template-file lookup
1044
+
1045
+ Thu Dec 14 14:31:01 JST 2006 manveru@weez-int.com
1046
+ * making the blog-example a good deal neater... next up: sidebar ;)
1047
+
1048
+ Wed Dec 13 22:22:54 JST 2006 manveru@weez-int.com
1049
+ * remove the test for the amrita-controller, it's not neccesary anymore since we have an own testsuite for it...
1050
+
1051
+ Wed Dec 13 22:18:59 JST 2006 manveru@weez-int.com
1052
+ * fixing the testcases for templates... for some templates we used to use $0 as root, which would be lethal would it be a real application and it was started with the bin/ramaze - i removed that oddity and require it to have the real path, not relative to the first file
1053
+
1054
+ Wed Dec 13 22:18:26 JST 2006 manveru@weez-int.com
1055
+ * simplify template/ramaze by inheriting from Template
1056
+
1057
+ Wed Dec 13 22:17:10 JST 2006 manveru@weez-int.com
1058
+ * move the Element in its own file... template/ramaze/element - which also introduces a default way of extending templating-engines with new classes
1059
+
1060
+ Wed Dec 13 22:16:30 JST 2006 manveru@weez-int.com
1061
+ * simplify template/markaby by inheriting from Template
1062
+
1063
+ Wed Dec 13 22:16:06 JST 2006 manveru@weez-int.com
1064
+ * simplify template/erubis by inheriting from Template
1065
+
1066
+ Wed Dec 13 22:15:31 JST 2006 manveru@weez-int.com
1067
+ * simplify the template/amrita2 by inheriting from Template
1068
+
1069
+ Wed Dec 13 22:14:28 JST 2006 manveru@weez-int.com
1070
+ * this introduces Ramaze::Template::Template - it's a really stupid name, but i couldn't come up with anything better... this is the first step in slacking down the templates (they are really not DRY anymore)
1071
+
1072
+ Wed Dec 13 22:12:30 JST 2006 manveru@weez-int.com
1073
+ * a neat little hack to see if an object is an 'instance' or not... though every object is an instance not every object responds to :new (which makes the distinction class/instance for me)
1074
+
1075
+ Wed Dec 13 22:11:46 JST 2006 manveru@weez-int.com
1076
+ * set the priority for the handling thread really high... should give it some advantages over the autoreload-thread in case of high load
1077
+
1078
+ Wed Dec 13 22:10:40 JST 2006 manveru@weez-int.com
1079
+ * equalize the testcases for templates with the prefix tc_template_ (just for ramaze, which was tc_template.rb till now)
1080
+
1081
+ Wed Dec 13 22:06:35 JST 2006 manveru@weez-int.com
1082
+ * small update to the Rakefile... testing task-dependencies :P
1083
+
1084
+ Wed Dec 13 19:09:51 JST 2006 manveru@weez-int.com
1085
+ * wielding all the power of ramaze, the blog-example is coming along very very well, it uses elements and form-helper now, you can add/delete/edit entries... more to come ;)
1086
+
1087
+ Wed Dec 13 19:09:12 JST 2006 manveru@weez-int.com
1088
+ * adding an Element for the blog-example... makes overall design a _lot_ nicer :)
1089
+
1090
+ Wed Dec 13 19:08:49 JST 2006 manveru@weez-int.com
1091
+ * giving the blog-example a 'nice' stylesheet
1092
+
1093
+ Wed Dec 13 19:07:59 JST 2006 manveru@weez-int.com
1094
+ * various fixes for the lookup of template/ramaze templates
1095
+
1096
+ Wed Dec 13 19:07:19 JST 2006 manveru@weez-int.com
1097
+ * added implementation of element-handling into the template/ramaze, will add lots of docs later as well.
1098
+
1099
+ Wed Dec 13 19:06:58 JST 2006 manveru@weez-int.com
1100
+ * added the basic structure of Element... maybe put this in its own file later
1101
+
1102
+ Wed Dec 13 19:05:44 JST 2006 manveru@weez-int.com
1103
+ * rewrite of form-helper... should rename it since it works only with Og currently
1104
+
1105
+ Wed Dec 13 19:05:07 JST 2006 manveru@weez-int.com
1106
+ * added a very basic testcases for how Element should work
1107
+
1108
+ Wed Dec 13 13:49:28 JST 2006 manveru@weez-int.com
1109
+ * do not use .rmze templates for markaby, only .mab - this should be done for the other templating-systems as well.
1110
+
1111
+ Wed Dec 13 13:48:48 JST 2006 manveru@weez-int.com
1112
+ * some experiments with the helper-facility in markaby... not really working yet, but we're getting there
1113
+
1114
+ Wed Dec 13 13:48:20 JST 2006 manveru@weez-int.com
1115
+ * do not rescue in markaby anymore, this is done already by markaby itself and it just obfuscates the error-report
1116
+
1117
+ Wed Dec 13 13:47:44 JST 2006 manveru@weez-int.com
1118
+ * better handling of the instance-variable-collection, due to the .flatten it used to break if it encounters and empty array as value
1119
+
1120
+ Wed Dec 13 13:46:38 JST 2006 manveru@weez-int.com
1121
+ * the error-page used to break when it meets a (eval) in the backtrace, make it just ignore them (may add some more information later)
1122
+
1123
+ Wed Dec 13 13:46:13 JST 2006 manveru@weez-int.com
1124
+ * make ramaze run again, the helper/form really messed things up due to some syntax-errors
1125
+
1126
+ Wed Dec 13 13:45:41 JST 2006 manveru@weez-int.com
1127
+ * unification of the examples/template
1128
+
1129
+ Wed Dec 13 13:44:59 JST 2006 manveru@weez-int.com
1130
+ * introducing examples/templates/template_markaby (not yet working due to some odd bugs using helpers)
1131
+
1132
+ Tue Dec 12 21:52:15 JST 2006 manveru@weez-int.com
1133
+ * now, that's finally a nice README :)
1134
+
1135
+ Tue Dec 12 20:44:44 JST 2006 manveru@weez-int.com
1136
+ * fixing the tests for the templates to use the template_root
1137
+
1138
+ Tue Dec 12 20:43:48 JST 2006 manveru@weez-int.com
1139
+ * this fixes the template-lookup for ramaze, it's now also possible to use trait :template_root in the controller, please read the rdoc for more infos and a small example
1140
+
1141
+ Tue Dec 12 20:43:02 JST 2006 manveru@weez-int.com
1142
+ * small cosmetic update
1143
+
1144
+ Tue Dec 12 00:26:55 JST 2006 manveru@weez-int.com
1145
+ * LOTS of testcases added for markaby
1146
+
1147
+ Tue Dec 12 00:24:57 JST 2006 manveru@weez-int.com
1148
+ * this patch makes Template::Ramaze some magnitudes faster and adds some better security for the case someone is funny and tries to hack the HEREDOC
1149
+
1150
+ Tue Dec 12 00:24:29 JST 2006 manveru@weez-int.com
1151
+ * major upgrade for Markaby, should be finally running now :)
1152
+
1153
+ Tue Dec 12 00:23:33 JST 2006 manveru@weez-int.com
1154
+ * class-lookup in the error-template was a bit wrong
1155
+
1156
+ Tue Dec 12 00:23:19 JST 2006 manveru@weez-int.com
1157
+ * added Error::Template
1158
+
1159
+ Mon Dec 11 23:27:02 JST 2006 manveru@weez-int.com
1160
+ * a little beautification :P
1161
+
1162
+ Mon Dec 11 23:26:04 JST 2006 manveru@weez-int.com
1163
+ * lots of additions/changes in the tc_helper_link to reflect the changes made
1164
+
1165
+ Mon Dec 11 23:25:29 JST 2006 manveru@weez-int.com
1166
+ * set the @action instance-variable for use in templates (the examples use it quite a bit, so i thought it would be useful)
1167
+
1168
+ Mon Dec 11 23:25:03 JST 2006 manveru@weez-int.com
1169
+ * require helper.rb in template.rb
1170
+
1171
+ Mon Dec 11 23:24:32 JST 2006 manveru@weez-int.com
1172
+ * Trinity -> Helper update for template/stupid (no idea if we need that one at all anymore...)
1173
+
1174
+ Mon Dec 11 23:23:22 JST 2006 manveru@weez-int.com
1175
+ * a little bit of moving around in Template::Ramaze, same changes for Helper instead of Trinity and removal of the helper-method for use in other templating-systems
1176
+
1177
+ Mon Dec 11 23:22:06 JST 2006 manveru@weez-int.com
1178
+ * Ramaze::Helper instead of Trinity for template/markaby
1179
+
1180
+ Mon Dec 11 23:20:40 JST 2006 manveru@weez-int.com
1181
+ * this adds the transform-method for conformity to Template::Erubis, also improved the template-lookup quite a bit and using Ramaze::Helper instead of Trinity
1182
+
1183
+ Mon Dec 11 23:19:49 JST 2006 manveru@weez-int.com
1184
+ * use Ramaze::Helper instead of Trinity in template/amrita2
1185
+
1186
+ Mon Dec 11 23:18:42 JST 2006 manveru@weez-int.com
1187
+ * further improvments in the LinkHelper, not only can you now just pass self instead of self.class, but it also supports get-parameters in the ?foo=bar style - link(self, :foo => :bar)
1188
+
1189
+ Mon Dec 11 23:18:24 JST 2006 manveru@weez-int.com
1190
+ * use Helper instead of Trinity in Ramaze::Controller
1191
+
1192
+ Mon Dec 11 23:17:39 JST 2006 manveru@weez-int.com
1193
+ * this puts the helper-method into its own module that also includes Trinity for convinience
1194
+
1195
+ Mon Dec 11 23:15:29 JST 2006 manveru@weez-int.com
1196
+ * added examples for templating in ramaze and erubis, more to come
1197
+
1198
+ Mon Dec 11 14:59:11 JST 2006 manveru@weez-int.com
1199
+ * added template/markaby with some tests (not all pass yet... lunchtime is just too short :)
1200
+
1201
+ Sun Dec 10 18:28:41 JST 2006 manveru@weez-int.com
1202
+ * added testcase for link :title
1203
+
1204
+ Sun Dec 10 18:27:59 JST 2006 manveru@weez-int.com
1205
+ * change from load()ing the helpers to require()ing them, so we can update them via autoreload as well (load doesn't add to the $LOADED_FEATURES...)
1206
+
1207
+ Sun Dec 10 18:27:18 JST 2006 manveru@weez-int.com
1208
+ * added redirect_referer to the RedirectHelper - it redirects you directly to where you come from.
1209
+
1210
+ Sat Dec 9 01:57:38 JST 2006 manveru@weez-int.com
1211
+ * small fix for the LinkHelper - would't use :title proper if given more than '/'
1212
+
1213
+ Sat Dec 9 01:56:24 JST 2006 manveru@weez-int.com
1214
+ * this is the first stub for the new FormHelper, no real documentation or functionality here yet, mostly a summary of ideas that i need to reevaluate [ok... in reality my notebook ran out of power ;]
1215
+
1216
+ Sat Dec 9 01:54:51 JST 2006 manveru@weez-int.com
1217
+ * vast extension of the example/blog - added some templates and stuff to the controller, this will use the FormHelper (that i will stub soon)
1218
+
1219
+ Sat Dec 9 01:49:48 JST 2006 manveru@weez-int.com
1220
+ * added a simple testsuite for the blog-example, nothing too heavy yet.
1221
+
1222
+ Thu Dec 7 23:09:10 JST 2006 manveru@weez-int.com
1223
+ * oops, almost forgot to check in this file :)
1224
+
1225
+ Thu Dec 7 22:33:53 JST 2006 manveru@weez-int.com
1226
+ * a new error-page, totally implemented in Template::Ramaze instead of Gestalt, left the Gestalt one in there commented, not sure what i should do with it... use it as an example? (might horrify people though ;)
1227
+
1228
+ Thu Dec 7 22:32:38 JST 2006 manveru@weez-int.com
1229
+ * Template::Ramaze.transform now takes an optional binding, gotta make this API nicer, since it also takes optional ivs... maybe :binding => binding, :ivs => {} - oh, and commented the nasty #[] for the time being
1230
+
1231
+ Thu Dec 7 21:09:57 JST 2006 manveru@weez-int.com
1232
+ * use STATUS_CODE lookup instead of the direct error-codes
1233
+
1234
+ Thu Dec 7 21:02:35 JST 2006 manveru@weez-int.com
1235
+ * tc_session should use the new get/eget of Context
1236
+
1237
+ Thu Dec 7 21:02:25 JST 2006 manveru@weez-int.com
1238
+ * tc_helper_stack - added a logged_in? to the controller and doing more extensive testing for get and post using the new abilities of Context
1239
+
1240
+ Thu Dec 7 20:58:36 JST 2006 manveru@weez-int.com
1241
+ * Context now uses eget/get instead of reqest/erequest to be look more like get(); also added post/epost, this is lots of fun ahead :)
1242
+
1243
+ Thu Dec 7 20:35:20 JST 2006 manveru@weez-int.com
1244
+ * added test/tc_helper_stack - this is tests the new call/answer behaviour that works just like the one in nitro. please check the test for further understanding.
1245
+
1246
+ Thu Dec 7 20:34:31 JST 2006 manveru@weez-int.com
1247
+ * moving Context into test_helper - it is used to mock sessions
1248
+
1249
+ Thu Dec 7 20:33:15 JST 2006 manveru@weez-int.com
1250
+ * changing link_raw to R - you can also set titles now with link(:foo, :title => 'foo')
1251
+
1252
+ Thu Dec 7 19:58:49 JST 2006 manveru@weez-int.com
1253
+ * split tc_helper into tc_helper_redirect and tc_helper_link
1254
+
1255
+ Thu Dec 7 19:36:27 JST 2006 manveru@weez-int.com
1256
+ * huuge update for the testcases... to make it more testing-friendly we gotta use different controller-classes for each testcase, also the update of Global didn't allow a change of the used adapter, this is fixed now.
1257
+
1258
+ Thu Dec 7 19:36:10 JST 2006 manveru@weez-int.com
1259
+ * update todo for template/ramaze
1260
+
1261
+ Thu Dec 7 19:35:34 JST 2006 manveru@weez-int.com
1262
+ * remove todo 'add host' for webrick, we do that since ages already ;)
1263
+
1264
+ Thu Dec 7 19:34:59 JST 2006 manveru@weez-int.com
1265
+ * some addtional changes... i really gotta fix the rcov-task...
1266
+
1267
+ Thu Dec 7 19:32:26 JST 2006 manveru@weez-int.com
1268
+ * make output of rake todo a little bit nicer
1269
+
1270
+ Wed Dec 6 22:41:57 JST 2006 manveru@weez-int.com
1271
+ tagged 0.0.4
1272
+
1273
+ Wed Dec 6 22:41:08 JST 2006 manveru@weez-int.com
1274
+ * dump version to 0.0.4 the first really nice and stable release
1275
+
1276
+ Wed Dec 6 22:40:05 JST 2006 manveru@weez-int.com
1277
+ * don't pretty-inspect Global at startup anymore
1278
+
1279
+ Wed Dec 6 22:38:45 JST 2006 manveru@weez-int.com
1280
+ * we now have a proper interaction with Global via the bin/ramaze
1281
+
1282
+ Usage: ramaze [switches] startfile [arguments]
1283
+ -a, --adapter=ADAPTER select an adapter [mongrel|webrick]
1284
+ -m, --mongrel use mongrel to process requests
1285
+ -w, --webrick the default
1286
+
1287
+ --mode=LEVEL set the running-mode
1288
+ -b, --benchmark full logging with benchmarks, autoreload 5
1289
+ -d, --debug the default, full logging, autoreload 5
1290
+ -t, --stage log infos/errors, autoreload 10
1291
+ -l, --live log errors, autoreload 20
1292
+ -s, --silent no logging, autoreload 40
1293
+
1294
+ -o, --host which host should ramaze listen for requests
1295
+ default is 0.0.0.0
1296
+ -p, --port what port should ramaze use
1297
+ default is 7000
1298
+
1299
+ -n, --no-errorpage don't use the default errorpage of ramaze
1300
+ helpful if you want to make sure noone can
1301
+ ever see your code by accident or for testing
1302
+ --template-root set a custom template-root for the whole
1303
+ application, please note that ~ is not
1304
+ expanded to your home-directory
1305
+ --autoreload=N set how frequent ramaze should search for
1306
+ updated files in your application
1307
+ default depends on the (-mode)
1308
+ -r, --run-loose don't take control after startup.
1309
+ this is useful for testcases.
1310
+ --cache use the simple caching based on the signature
1311
+ of your requests (experimental)
1312
+ --tidy run Tool::Tidy over text/html output
1313
+
1314
+ -h, --help print this help
1315
+ -v, --version print the version
1316
+ -c, --copyright print the copyrith
1317
+
1318
+ Please report bugs to <m.fellinger at gmail.com>
1319
+
1320
+
1321
+ Wed Dec 6 22:38:13 JST 2006 manveru@weez-int.com
1322
+ * added doc/COPYING and doc/COPYING.ja from the ruby-distribution
1323
+
1324
+ Wed Dec 6 22:37:08 JST 2006 manveru@weez-int.com
1325
+ * added copyright to all .rb files
1326
+
1327
+ Wed Dec 6 20:30:34 JST 2006 manveru@weez-int.com
1328
+ * improved tc_controller a little bit
1329
+
1330
+ Wed Dec 6 20:30:12 JST 2006 manveru@weez-int.com
1331
+ * tc_adapter should use get() instead of its own calling of open
1332
+
1333
+ Wed Dec 6 20:29:55 JST 2006 manveru@weez-int.com
1334
+ * default test-adapter is mongrel again, enables out-of-the-box testing
1335
+
1336
+ Wed Dec 6 20:27:10 JST 2006 manveru@weez-int.com
1337
+ * wrapping webricks server.start in a Thread.new{} again, this provides proper handling of it again. also the default-response status is now 500
1338
+
1339
+ Wed Dec 6 20:26:43 JST 2006 manveru@weez-int.com
1340
+ * removed the params/parse_params from adapter/webrick they will be handled in trinity/request now
1341
+
1342
+ Wed Dec 6 20:22:01 JST 2006 manveru@weez-int.com
1343
+ * moved the get?/post? methods into trinity/request also added put? and delete? for REST
1344
+
1345
+ Tue Dec 5 15:36:36 JST 2006 manveru@weez-int.com
1346
+ * add tests for private methods to the controller
1347
+
1348
+ Tue Dec 5 15:36:15 JST 2006 manveru@weez-int.com
1349
+ * raise error if no template is found in amrita2
1350
+
1351
+ Tue Dec 5 15:36:04 JST 2006 manveru@weez-int.com
1352
+ * small typo in the blog-template
1353
+
1354
+ Mon Dec 4 23:11:48 JST 2006 manveru@weez-int.com
1355
+ * a rather huge structural change, we extract Trinity from Dispatcher and give it its own file, controller subsequently only exists as an optional Controller-namespace and to identify Controllers. moved request/response/session into their own trinity-directory. also changed the require to something plain, simple and maybe stupid, but every parser and reader will thank me ;)
1356
+
1357
+ Mon Dec 4 22:47:49 JST 2006 manveru@weez-int.com
1358
+ * added extensions .ephp .ec .ejava .escheme .eprl .ejs - i have no idea yet how to implement them, but as a simple reminder ;)
1359
+
1360
+ Mon Dec 4 22:42:08 JST 2006 manveru@weez-int.com
1361
+ * change default-mode for tests to :debug
1362
+
1363
+ Mon Dec 4 22:41:52 JST 2006 manveru@weez-int.com
1364
+ * do not catch errors in the test_helper anymore, everything seems fine now
1365
+
1366
+ Mon Dec 4 22:41:16 JST 2006 manveru@weez-int.com
1367
+ * changed the require-path to match the new require-style inside the testcases
1368
+
1369
+ Mon Dec 4 22:40:30 JST 2006 manveru@weez-int.com
1370
+ * removed the non-working requireing of each testcase (which was previously commented out anyway)
1371
+
1372
+ Mon Dec 4 22:40:10 JST 2006 manveru@weez-int.com
1373
+ * added Template::Erubis
1374
+
1375
+ Mon Dec 4 22:39:04 JST 2006 manveru@weez-int.com
1376
+ * rewrote Template::Amrita2 in the way the implementation of Erubis worked out, a lot cleaner and straight-forward. will have to minimize the overhead of find_file though.
1377
+
1378
+ Mon Dec 4 22:34:00 JST 2006 manveru@weez-int.com
1379
+ * moved the controller out of the blog/main.rb to blog/src/controller.rb and added an EntryController to take advantage of Og
1380
+
1381
+ Mon Dec 4 22:32:34 JST 2006 manveru@weez-int.com
1382
+ * added an index.rmze with the first extensive ramaze-template to the blog-example - it's supposed to list all the entries
1383
+
1384
+ Mon Dec 4 22:28:12 JST 2006 manveru@weez-int.com
1385
+ * prepare for erubis
1386
+
1387
+ Mon Dec 4 22:27:39 JST 2006 manveru@weez-int.com
1388
+ * avoid aliasing Kernel#method twice
1389
+
1390
+ Mon Dec 4 22:27:15 JST 2006 manveru@weez-int.com
1391
+ * added tc_template_erubis and it passes :)
1392
+
1393
+ Mon Dec 4 22:26:55 JST 2006 manveru@weez-int.com
1394
+ * moved tc_amrita2 to test/
1395
+
1396
+ Mon Dec 4 22:26:37 JST 2006 manveru@weez-int.com
1397
+ * sane trait for the controller
1398
+
1399
+ Mon Dec 4 22:25:34 JST 2006 manveru@weez-int.com
1400
+ * change all the requires to require a bit different... (insiede test only - it is now required that you run the tests from ../test which gives the whole thing a bit more substance)
1401
+
1402
+ Mon Dec 4 22:24:55 JST 2006 manveru@weez-int.com
1403
+ * add a simple template for erubis (standard-extension .rhtml)
1404
+
1405
+ Mon Dec 4 22:23:49 JST 2006 manveru@weez-int.com
1406
+ * rearrange the stuff inside test/template - move the tests in the basedir and use it soley for templates, less confusion, more efficient (just a bit uglier filenames :)
1407
+
1408
+ Mon Dec 4 22:22:51 JST 2006 manveru@weez-int.com
1409
+ * give the standard-return-code of 500 if none is set.
1410
+
1411
+ Mon Dec 4 08:57:15 JST 2006 manveru@weez-int.com
1412
+ * added a rcov-task to Rakefil and changed from catching only timeout to everything in the test_helper
1413
+
1414
+ Fri Dec 1 22:59:19 JST 2006 manveru@weez-int.com
1415
+ * changed all testcases from usage of #[] to #{}
1416
+
1417
+ Fri Dec 1 22:59:00 JST 2006 manveru@weez-int.com
1418
+ * extended the tc_template
1419
+
1420
+ Fri Dec 1 22:58:07 JST 2006 manveru@weez-int.com
1421
+ * LOADS of documentation for the template/ramaze and better implementation of the transform (avoiding easily used variables)
1422
+
1423
+ Fri Dec 1 22:57:24 JST 2006 manveru@weez-int.com
1424
+ * minor patch for the case that autoreload doesn't get a valid interval
1425
+
1426
+ Fri Dec 1 22:57:07 JST 2006 manveru@weez-int.com
1427
+ * documentation for helpers
1428
+
1429
+ Fri Dec 1 21:43:02 JST 2006 manveru@weez-int.com
1430
+ * added a pretty good coverage of the helpers in test/tc_helper.rb
1431
+
1432
+ Fri Dec 1 21:42:12 JST 2006 manveru@weez-int.com
1433
+ * output of <?r ?> is no longer considered worthwhile, would have strange effects on arr.each or some other iterators who return self
1434
+
1435
+ Fri Dec 1 21:41:10 JST 2006 manveru@weez-int.com
1436
+ * adding a helper method to Template::Ramaze, use it like: helper :link, :redirect
1437
+
1438
+ Fri Dec 1 21:35:29 JST 2006 manveru@weez-int.com
1439
+ * redirect is now a helper too
1440
+
1441
+ like LinkHelper, but even simpler
1442
+
1443
+ RedirectHelper actually takes advantage of LinkHelper.link_raw to build the links
1444
+ it redirects to.
1445
+ It doesn't do much else than this:
1446
+ setting a status-code of 303 and a head['Location'] = link
1447
+ returning some nice text for visitors who insist on ignoring those hints :P
1448
+
1449
+ example of usage:
1450
+ redirect MainController
1451
+ redirect MainController, :foo
1452
+ redirect 'foo/bar'
1453
+
1454
+ still todo:
1455
+ - setting custom status-code, it ignores any preset ones at the moment
1456
+ - maybe some more options, like a delay
1457
+
1458
+ Fri Dec 1 21:24:35 JST 2006 manveru@weez-int.com
1459
+ * added the LinkHelper, the first of the helpers
1460
+
1461
+ it is included into the Template::Ramaze by default
1462
+
1463
+ this helper tries to get along without any major magic, the only 'magic'
1464
+ thing is that it looks up controller-paths if you pass it a controller
1465
+ the text shown is always the last segmet of the finished link from split('/')
1466
+
1467
+ usage is pretty much shown in test/tc_helper
1468
+ however, to give you some idea of how it actually works, some examples:
1469
+
1470
+ link MainController, :foo #=> '<a href="/foo">foo</a>'
1471
+ link MinorController, :foo #=> '<a href="/minor/foo">foo</a>'
1472
+ link MinorController, :foo, :bar #=> '<a href="/minor/foo/bar">bar</a>'
1473
+ link MainController, :foo, :raw => true #=> '/foo'
1474
+
1475
+ link_raw MainController, :foo #=> '/foo'
1476
+ link_raw MinorController, :foo #=> '/minor/foo'
1477
+ link_raw MinorController, :foo, :bar #=> '/minor/foo/bar'
1478
+
1479
+ still todo:
1480
+ - handling of no passed parameters
1481
+ - setting of a custom link-title, possibly images as well
1482
+ - setting of id or class
1483
+ - taking advantae of Gestalt to build links
1484
+ - lots of other minor niceties, for the moment i'm only concerned to keep
1485
+ it as simple as possible
1486
+
1487
+
1488
+ Fri Dec 1 21:23:19 JST 2006 manveru@weez-int.com
1489
+ * total rewrite of the mongrel-adapter, passing around less stuff and making it a lot more readable
1490
+
1491
+ Fri Dec 1 21:20:54 JST 2006 manveru@weez-int.com
1492
+ * major update to the blog-example, it now works with Og and has a cleaner structure, also some simple templating and multiple controllers
1493
+
1494
+ Fri Dec 1 21:20:23 JST 2006 manveru@weez-int.com
1495
+ * update rake clean to delete leftover vim-tempfiles and data.db
1496
+
1497
+ Thu Nov 30 21:53:41 JST 2006 manveru@weez-int.com
1498
+ * commenting out the testcase for #[]! - this should not be used anymore, for now.
1499
+
1500
+ Thu Nov 30 21:52:52 JST 2006 manveru@weez-int.com
1501
+ * remark about the odd behaviour of the return of a POST, suddenly it just didn't fail anymore, and i have no idea how to reproduce it.
1502
+
1503
+ Thu Nov 30 21:52:08 JST 2006 manveru@weez-int.com
1504
+ * the raise just changes too often, this time i just check for raise - maybe we get more consistent behaviour later on, but for now i'll let it be
1505
+
1506
+ Thu Nov 30 21:51:52 JST 2006 manveru@weez-int.com
1507
+ * extended tc_global
1508
+
1509
+ Thu Nov 30 21:51:20 JST 2006 manveru@weez-int.com
1510
+ * the test_helper methods have now sane timeouts to make things fail faster
1511
+
1512
+ Thu Nov 30 21:50:47 JST 2006 manveru@weez-int.com
1513
+ * just another way to run the tests, commented due to non-functionality
1514
+
1515
+ Thu Nov 30 21:50:10 JST 2006 manveru@weez-int.com
1516
+ * marking the adapter-thread with [:task] = :adapter to make killing easier
1517
+
1518
+ Thu Nov 30 21:49:37 JST 2006 manveru@weez-int.com
1519
+ * give Global responsibility for update itself, makes ramaze.rb cleaner
1520
+
1521
+ Thu Nov 30 21:49:15 JST 2006 manveru@weez-int.com
1522
+ * comment about the bad behaviour of #[] in templates
1523
+
1524
+ Thu Nov 30 21:48:21 JST 2006 manveru@weez-int.com
1525
+ * marking the autoreload-thread with the new Thread.current[:task] = :autoreload - to make them easier to identify... all threads in Ramaze should have a [:task] from now on
1526
+
1527
+ Thu Nov 30 21:47:34 JST 2006 manveru@weez-int.com
1528
+ * give poor request a request.params for get/post parameters (post has precendence)
1529
+
1530
+ Thu Nov 30 21:47:09 JST 2006 manveru@weez-int.com
1531
+ * replacing Global with something totally new, we should create dynamic methods though to get some minor speedup
1532
+
1533
+ Thu Nov 30 21:45:03 JST 2006 manveru@weez-int.com
1534
+ * do not use start in examples/simple
1535
+
1536
+ Thu Nov 30 15:53:56 JST 2006 manveru@weez-int.com
1537
+ * embedding tc_amrita2 correctly into a ramaze{} block
1538
+
1539
+ Thu Nov 30 15:53:47 JST 2006 manveru@weez-int.com
1540
+ * typo
1541
+
1542
+ Thu Nov 30 15:53:08 JST 2006 manveru@weez-int.com
1543
+ * adding net/http to test_helper and make some text nicer ;)
1544
+
1545
+ Thu Nov 30 15:52:33 JST 2006 manveru@weez-int.com
1546
+ * this is a fix in case some testcase just hangs, at least you will know which one does
1547
+
1548
+ Thu Nov 30 15:51:34 JST 2006 manveru@weez-int.com
1549
+ * finally fixed the adapter-startup, at least for mongrel... still very weird issues with webrick
1550
+
1551
+ Thu Nov 30 15:50:49 JST 2006 manveru@weez-int.com
1552
+ * start a new process on rake test, avoids possible side-effects
1553
+
1554
+ Thu Nov 30 14:41:52 JST 2006 manveru@weez-int.com
1555
+ * patching the testcases to fit in the new way of testing
1556
+
1557
+ Thu Nov 30 14:40:58 JST 2006 manveru@weez-int.com
1558
+ * we add a nice testing-block called ramaze, you pass it a hash for startup-options and a block and it does setup/teardown... specify-driven would take too long and is too verbose
1559
+
1560
+ Thu Nov 30 14:40:42 JST 2006 manveru@weez-int.com
1561
+ * nicer output of all_tests
1562
+
1563
+ Thu Nov 30 14:39:57 JST 2006 manveru@weez-int.com
1564
+ * this should improve the startup-behaviour for the adapters... there must be bugs lurking in there though.
1565
+
1566
+ Thu Nov 30 14:38:54 JST 2006 manveru@weez-int.com
1567
+ * update the global nicer on startup, we have no idea what the user passes or has set already, so be very careful as well (not you, ramaze)
1568
+
1569
+ Thu Nov 30 14:38:14 JST 2006 manveru@weez-int.com
1570
+ * kill all threads except for main on exit... i need some way to get out nicely without exit...
1571
+
1572
+ Thu Nov 30 14:37:25 JST 2006 manveru@weez-int.com
1573
+ * this is a major improvment for the Template::Ramaze - passing (almost) all tests, just slight problems with #[] still
1574
+
1575
+ Thu Nov 30 14:36:55 JST 2006 manveru@weez-int.com
1576
+ * slightly more expressive code in response-creation
1577
+
1578
+ Thu Nov 30 14:36:33 JST 2006 manveru@weez-int.com
1579
+ * no thread in thread anymore for webrick
1580
+
1581
+ Thu Nov 30 14:35:07 JST 2006 manveru@weez-int.com
1582
+ * just start up ramaze, we ignore the problem that it might be started already since we never can be sure and people would partially build trust on it despite that fact - so as a rule, don't start your files manually if you want bin/ramaze to start it
1583
+
1584
+ Wed Nov 29 17:44:01 JST 2006 manveru@weez-int.com
1585
+ * added the templates for the tc_template in test/template/
1586
+
1587
+ Wed Nov 29 15:22:05 JST 2006 manveru@weez-int.com
1588
+ * major change in the templating... now using <%= %> <% %> <?r ?> #[] - this needs some extensive testing and is not fully done yet, but getting there...
1589
+
1590
+ Wed Nov 29 15:21:43 JST 2006 manveru@weez-int.com
1591
+ * added tc_template
1592
+
1593
+ Tue Nov 28 21:44:22 JST 2006 manveru@weez-int.com
1594
+ * this improves the templating a tiny bit... however #[]! still fails, we need some serious regex-magic here.
1595
+
1596
+ Tue Nov 28 21:33:21 JST 2006 manveru@weez-int.com
1597
+ * saner tc_store
1598
+
1599
+ Tue Nov 28 21:32:32 JST 2006 manveru@weez-int.com
1600
+ * improved templating further, now, if a template-file is given and returns something useful we discard the stuff from the controller-method and use that instead
1601
+
1602
+ Tue Nov 28 21:32:09 JST 2006 manveru@weez-int.com
1603
+ * touch the db before initializing the default-store
1604
+
1605
+ Tue Nov 28 21:31:49 JST 2006 manveru@weez-int.com
1606
+ * minor patch for mongrel-cookies
1607
+
1608
+ Tue Nov 28 20:57:59 JST 2006 manveru@weez-int.com
1609
+ * added a mostly-stub for the new blog-example
1610
+
1611
+ Tue Nov 28 20:57:13 JST 2006 manveru@weez-int.com
1612
+ * added the default-store, this is just a very simple wrapper over YAML::Store and doesn't offer anything really... just to satisfy the tests
1613
+
1614
+ Tue Nov 28 20:56:20 JST 2006 manveru@weez-int.com
1615
+ * move the test-request-methods over from test_get/test_post/request to get/post
1616
+
1617
+ Tue Nov 28 20:54:56 JST 2006 manveru@weez-int.com
1618
+ * update to test_helper, now using get/post instead of test_get/test_post or request
1619
+
1620
+ Tue Nov 28 20:53:26 JST 2006 manveru@weez-int.com
1621
+ * Template::Ramaze now supports extremly simple templating with #[expr] - more to come
1622
+
1623
+ Tue Nov 28 20:53:13 JST 2006 manveru@weez-int.com
1624
+ * fixing sessions for webrick
1625
+
1626
+ Tue Nov 28 20:52:54 JST 2006 manveru@weez-int.com
1627
+ * updated README with coderay-info
1628
+
1629
+ Tue Nov 28 20:51:22 JST 2006 manveru@weez-int.com
1630
+ * don't be so verbose about missing coderay, if someone wants it we should mention it in the README
1631
+
1632
+ Tue Nov 28 20:49:31 JST 2006 manveru@weez-int.com
1633
+ * moving from ann to trait
1634
+
1635
+ Tue Nov 28 20:47:37 JST 2006 manveru@weez-int.com
1636
+ * just a FIXME
1637
+
1638
+ Tue Nov 28 20:45:48 JST 2006 manveru@weez-int.com
1639
+ * lots of improved compatibility between the mongrel and webrick adapter, added respone.content_type
1640
+
1641
+ Tue Nov 28 20:44:54 JST 2006 manveru@weez-int.com
1642
+ * Socket.do_not_reverse_lookup = true # for OSX
1643
+
1644
+ Tue Nov 28 20:43:06 JST 2006 manveru@weez-int.com
1645
+ * removed some debugging-info about timeouted
1646
+
1647
+ Tue Nov 28 20:42:34 JST 2006 manveru@weez-int.com
1648
+ * added small doc-snippets to the simple example about error-page
1649
+
1650
+ Tue Nov 28 20:42:10 JST 2006 manveru@weez-int.com
1651
+ * added indication which file is ran by bin/ramaze
1652
+
1653
+ Tue Nov 28 20:40:47 JST 2006 manveru@weez-int.com
1654
+ * simplified ann, which is now trait (should be double speed ;)
1655
+
1656
+ Tue Nov 28 20:40:02 JST 2006 manveru@weez-int.com
1657
+ * moved add.rb to traits.rb to avoid conflicts with facets (used by Og)
1658
+
1659
+ Fri Nov 24 14:37:07 JST 2006 manveru@weez-int.com
1660
+ * added a testcase for sum (from example/simple)
1661
+
1662
+ Fri Nov 24 14:36:32 JST 2006 manveru@weez-int.com
1663
+ * added a timeout if the port is already used, otherwise it would retry indefinitly
1664
+
1665
+ Fri Nov 24 14:32:15 JST 2006 manveru@weez-int.com
1666
+ * change the default-adapter to webrick for all the poor lads who don't have mongrel yet
1667
+
1668
+ Fri Nov 24 14:31:13 JST 2006 manveru@weez-int.com
1669
+ * added lots of docs and further examples in examples/simple.rb
1670
+
1671
+ Fri Nov 24 14:11:06 JST 2006 manveru@weez-int.com
1672
+ * added some more docs to hello.rb
1673
+
1674
+ Wed Nov 22 19:50:27 JST 2006 manveru@weez-int.com
1675
+ * upgrade of rspec to 0.7
1676
+
1677
+ Sun Nov 5 20:09:04 JST 2006 manveru@weez-int.com
1678
+ * updated CHANGELOG and a bit of docu in tidy
1679
+
1680
+ Sun Nov 5 17:44:20 JST 2006 manveru@weez-int.com
1681
+ * more efficient lookup of the libtidy.so, still relying on `locate`, but you can set it yourself now with Ramaze::Tool::Tidy.ann[:path]
1682
+
1683
+ Sun Nov 5 17:42:38 JST 2006 manveru@weez-int.com
1684
+ * fixing the amrita2 controller to find the correct path for templates (ann[:template_root] to override it)
1685
+
1686
+ Sun Nov 5 17:42:02 JST 2006 manveru@weez-int.com
1687
+ * patches to dispatcher, proper handling of caching and actionless controllers in case of / => index
1688
+
1689
+ Sun Nov 5 17:40:15 JST 2006 manveru@weez-int.com
1690
+ * fixing the tc_controller and added the amrita template for the controller testcase, also added the annotation for template_root
1691
+
1692
+ Sun Nov 5 13:57:58 JST 2006 manveru@weez-int.com
1693
+ * updated the Rakefile and changed to version 0.0.3 - one todo marked as done
1694
+
1695
+ Fri Nov 3 00:13:31 JST 2006 manveru@weez-int.com
1696
+ * changed the amrita testcase to work
1697
+
1698
+ Fri Nov 3 00:13:16 JST 2006 manveru@weez-int.com
1699
+ * default testmode is now :live instead of :silent
1700
+
1701
+ Fri Nov 3 00:12:44 JST 2006 manveru@weez-int.com
1702
+ * added a simple YAMLstore... to be replaced by the real thing
1703
+
1704
+ Fri Nov 3 00:12:29 JST 2006 manveru@weez-int.com
1705
+ * the dispatcher respects actionless controllers now (Amrita2)
1706
+
1707
+ Fri Nov 3 00:10:47 JST 2006 manveru@weez-int.com
1708
+ * added trinity in most places and using the annotations now, also a bit of cleanup
1709
+
1710
+ Fri Nov 3 00:10:13 JST 2006 manveru@weez-int.com
1711
+ * added trinity, to be extracted
1712
+
1713
+ Fri Nov 3 00:10:05 JST 2006 manveru@weez-int.com
1714
+ * added self_method
1715
+
1716
+ Fri Nov 3 00:09:53 JST 2006 manveru@weez-int.com
1717
+ * added new Annotation
1718
+
1719
+ Fri Nov 3 00:09:26 JST 2006 manveru@weez-int.com
1720
+ * added favicon and logo
1721
+
1722
+ Wed Nov 1 08:00:49 JST 2006 manveru@weez-int.com
1723
+ * added testcases for controller and templating of amrita2/ramaze - they still have to be made passing
1724
+
1725
+ Thu Oct 26 19:39:45 JST 2006 manveru@weez-int.com
1726
+ * added a setup for tc_adapter, makes it a bit slower but a lot better
1727
+
1728
+ Thu Oct 26 19:29:22 JST 2006 manveru@weez-int.com
1729
+ * after fix in mongrel, this should work nice again and the tcs should pass
1730
+
1731
+ Thu Oct 26 19:29:00 JST 2006 manveru@weez-int.com
1732
+ * more elegant tc_gestalt
1733
+
1734
+ Thu Oct 26 19:28:35 JST 2006 manveru@weez-int.com
1735
+ * finish up in the ramaze.rb and bring together the loose ends
1736
+
1737
+ Thu Oct 26 19:28:12 JST 2006 manveru@weez-int.com
1738
+ * rewrote the ramaze-template
1739
+
1740
+ Thu Oct 26 19:27:16 JST 2006 manveru@weez-int.com
1741
+ * autoreload is now a method in Ramaze and i added a Global.autoreload hash that holds the autoreload-times for the hashes, additionally there is the new :benchmark mode
1742
+
1743
+ Thu Oct 26 19:26:08 JST 2006 manveru@weez-int.com
1744
+ * added pretty_inspect to the response to fit better into the new error-page
1745
+
1746
+ Thu Oct 26 19:25:58 JST 2006 manveru@weez-int.com
1747
+ * implemented the logger-todos
1748
+
1749
+ Thu Oct 26 19:24:55 JST 2006 manveru@weez-int.com
1750
+ * Gestalt is now no subclass of BlankSlate anymore... it was unneccesary and just complicating the whole code. using the simple p-hack again
1751
+
1752
+ Thu Oct 26 19:24:20 JST 2006 manveru@weez-int.com
1753
+ * a really huge update to the errorpage again... remember to remove the logo ;)
1754
+
1755
+ Thu Oct 26 19:23:54 JST 2006 manveru@weez-int.com
1756
+ * added a timeout to the dispatcher and removed some annoying return-statements
1757
+
1758
+ Thu Oct 26 19:23:34 JST 2006 manveru@weez-int.com
1759
+ * added response method to controller-prototype
1760
+
1761
+ Thu Oct 26 19:23:17 JST 2006 manveru@weez-int.com
1762
+ * adapter have now the possibilities to bench requests when mode is :benchmark
1763
+
1764
+ Thu Oct 26 19:20:58 JST 2006 manveru@weez-int.com
1765
+ * updated the miniwiki to use YAML::Store and work correctly in general
1766
+
1767
+ Mon Oct 23 19:36:40 JST 2006 manveru@weez-int.com
1768
+ * added a testcase for params and proper handling of the errors now. (thanks mfp)
1769
+
1770
+ Mon Oct 23 19:36:29 JST 2006 manveru@weez-int.com
1771
+ * output the error if tidy fails
1772
+
1773
+ Mon Oct 23 19:36:05 JST 2006 manveru@weez-int.com
1774
+ * adding __instance_variable_set__ to Gestalt to better handle iv without evaling
1775
+
1776
+ Mon Oct 23 19:35:22 JST 2006 manveru@weez-int.com
1777
+ * better handling of CodeRay inside error-template
1778
+
1779
+ Mon Oct 23 19:34:49 JST 2006 manveru@weez-int.com
1780
+ * little cleanup and adding documentation in the error-page
1781
+
1782
+ Mon Oct 23 19:34:26 JST 2006 manveru@weez-int.com
1783
+ * proper handling of -1 params
1784
+
1785
+ Mon Oct 23 19:33:54 JST 2006 manveru@weez-int.com
1786
+ * adding proper params-handling for webrick, (very very bad proper handling)
1787
+
1788
+ Mon Oct 23 19:33:23 JST 2006 manveru@weez-int.com
1789
+ * remove the require 'rubygems' and error-handling from the adapter itself, that is handled one level lower
1790
+
1791
+ Mon Oct 23 19:33:03 JST 2006 manveru@weez-int.com
1792
+ * added a default in public/css/coderay.css since i will use it quite often.
1793
+
1794
+ Mon Oct 23 19:32:03 JST 2006 manveru@weez-int.com
1795
+ * first templates for Ramaze (called .rmze) and a proper working miniwiki-example - very very simplistic, but does its job so far
1796
+
1797
+ Mon Oct 23 19:31:35 JST 2006 manveru@weez-int.com
1798
+ * yay for my new miniwiki example :)
1799
+
1800
+ Mon Oct 23 17:01:05 JST 2006 manveru@weez-int.com
1801
+ * use webrick in the miniwiki
1802
+
1803
+ Mon Oct 23 16:57:57 JST 2006 manveru@weez-int.com
1804
+ * added codray-highlighting (if installed) and inspecting of request/session/response/global
1805
+
1806
+ Mon Oct 23 16:23:09 JST 2006 manveru@weez-int.com
1807
+ * better handling if the adapter is not found and don't kill the autoreload-threads anymore
1808
+
1809
+ Mon Oct 23 16:21:17 JST 2006 manveru@weez-int.com
1810
+ * update of the Global defaults (most important, added Global.logger[:timestamp|:prefix_(info|error|debug)]
1811
+
1812
+ Mon Oct 23 16:20:33 JST 2006 manveru@weez-int.com
1813
+ * replaced autoreload with the new one (and some settings for the reload-speed based on the Global.mode
1814
+
1815
+ Mon Oct 23 16:19:53 JST 2006 manveru@weez-int.com
1816
+ * replaced the Module.autoload with a require beforehand... the other way just added complexitiy though it's a nice thing :)
1817
+
1818
+ Mon Oct 23 16:18:44 JST 2006 manveru@weez-int.com
1819
+ * usage of Tidy.tidy now possible
1820
+
1821
+ Mon Oct 23 16:18:22 JST 2006 manveru@weez-int.com
1822
+ * reimplementation of autoreload
1823
+
1824
+ Mon Oct 23 16:17:42 JST 2006 manveru@weez-int.com
1825
+ * little update in the request, in case there is no @request.params (webrick)
1826
+
1827
+ Mon Oct 23 16:16:43 JST 2006 manveru@weez-int.com
1828
+ * rather large update to the error-page... not fully finished i fear - but i added CSS so it's going to be nicer to change :)
1829
+
1830
+ Mon Oct 23 16:16:15 JST 2006 manveru@weez-int.com
1831
+ * better use of the Logger in the dispatcher
1832
+
1833
+ Mon Oct 23 16:13:12 JST 2006 manveru@weez-int.com
1834
+ * a rather huge update to the logger, introducing the Global.logger hash to easily define your own favorite settings, also we got a Timestamp now! :)
1835
+
1836
+ Mon Oct 23 16:11:49 JST 2006 manveru@weez-int.com
1837
+ * updates to the mongrel-adapter, better rescue for rubygems/mongrel and nicer usage of Tidy
1838
+
1839
+ Mon Oct 23 16:11:10 JST 2006 manveru@weez-int.com
1840
+ * small updates to the simple example
1841
+
1842
+ Mon Oct 23 16:08:43 JST 2006 manveru@weez-int.com
1843
+ * added the webrick-adapter, it's not perfect, but works smooth so far
1844
+
1845
+ Mon Oct 23 16:07:46 JST 2006 manveru@weez-int.com
1846
+ * added testcase for the adapters (tc_adapter) [mongrel|webrick] so far
1847
+
1848
+ Mon Oct 23 09:13:27 JST 2006 manveru@weez-int.com
1849
+ * moved the HTTP-status codes to http_status.rb from dispatcher.rb
1850
+
1851
+ Mon Oct 23 08:33:05 JST 2006 manveru@weez-int.com
1852
+ * small typo in Logger.debug output ('d-' instead of 'd')
1853
+
1854
+ Mon Oct 23 08:29:14 JST 2006 manveru@weez-int.com
1855
+ * added stub for miniwiki
1856
+
1857
+ Fri Oct 20 18:55:28 JST 2006 manveru@weez-int.com
1858
+ * one todo gone, one added
1859
+
1860
+ Fri Oct 20 18:51:40 JST 2006 manveru@weez-int.com
1861
+ * an ultimate patch... this addes lots of documentation, rewrite of the Response to be Struct instead of OpenStruct (17 times faster) and also some minor tweaks all over the place, notable also the change of the logger-format
1862
+
1863
+ Fri Oct 20 18:50:38 JST 2006 manveru@weez-int.com
1864
+ * minor updates to the testcases, somehow i should fix the tc_params on the errors... but that takes a bit more time, otherwise just removed the sleeps that are now handled by ramaze
1865
+
1866
+ Fri Oct 20 18:48:35 JST 2006 manveru@weez-int.com
1867
+ * small fixes to the simple example
1868
+
1869
+ Fri Oct 20 14:53:55 JST 2006 manveru@weez-int.com
1870
+ * added new rake task, todo - it scrapes the source for TODO markers and prints them out.
1871
+
1872
+ Fri Oct 20 10:50:34 JST 2006 manveru@weez-int.com
1873
+ * added documentation and Gestalt.build, which takes a block instead of Gestalt.new
1874
+
1875
+ Fri Oct 20 16:49:36 JST 2006 manveru@weez-int.com
1876
+ * cleaned up the tests a bit and updated the test-runner to show some summary
1877
+
1878
+ Thu Oct 19 19:18:12 JST 2006 manveru@weez-int.com
1879
+ * loooooots of documentation (which is not displayed on rdoc due to some very weird behaviour
1880
+
1881
+ Thu Oct 19 19:16:49 JST 2006 manveru@weez-int.com
1882
+ * a new and simple way to react on signals, default is SIGINT, it executes Ramaze.shutdown which in turn kills the adapter, to change the signal listened on change Global.shutdown_trap
1883
+
1884
+ Thu Oct 19 19:14:54 JST 2006 manveru@weez-int.com
1885
+ * very minor cleanup of some methods...
1886
+
1887
+ Thu Oct 19 19:14:40 JST 2006 manveru@weez-int.com
1888
+ * added an rdoc-task to the Rakefile
1889
+
1890
+ Thu Oct 19 19:14:18 JST 2006 manveru@weez-int.com
1891
+ * moved README and CHANGELOG to the new /doc dir
1892
+
1893
+ Thu Oct 19 19:13:26 JST 2006 manveru@weez-int.com
1894
+ * tidy takes now an hash of options and i added extensive documentation ... could use some more though (removed require for rubygems)
1895
+
1896
+ Wed Oct 18 19:27:23 JST 2006 manveru@weez-int.com
1897
+ * lots of smaller changes, extracted tidy from the mongrel-adapter to a new dir named tool - where most helper-stuff should go to.
1898
+
1899
+ Wed Oct 18 19:27:04 JST 2006 manveru@weez-int.com
1900
+ * updates to global.rb - stuff that doesn't make sense for a singleton
1901
+
1902
+ Wed Oct 18 19:25:31 JST 2006 manveru@weez-int.com
1903
+ * revised most testcases and added tc_global and tc_tidy
1904
+
1905
+ Wed Oct 18 19:25:16 JST 2006 manveru@weez-int.com
1906
+ * added rcov-task
1907
+
1908
+ Wed Oct 18 16:36:37 JST 2006 manveru@weez-int.com
1909
+ * use String#/ instead of File.join
1910
+
1911
+ Wed Oct 18 16:35:04 JST 2006 manveru@weez-int.com
1912
+ * much better handling of restarts and stuff by joining still running mongrel-threads
1913
+
1914
+ Wed Oct 18 16:34:41 JST 2006 manveru@weez-int.com
1915
+ * remove the gostruct.rb
1916
+
1917
+ Wed Oct 18 16:34:08 JST 2006 manveru@weez-int.com
1918
+ * update to README
1919
+
1920
+ Wed Oct 18 16:33:23 JST 2006 manveru@weez-int.com
1921
+ * removing the global openstruct and just use Global...
1922
+
1923
+ Wed Oct 18 15:34:48 JST 2006 manveru@weez-int.com
1924
+ * removing the default-adapter because it's useless and not used
1925
+
1926
+ Wed Oct 18 13:57:50 JST 2006 manveru@weez-int.com
1927
+ * removed a bit of debugging-info from tc_session
1928
+
1929
+ Wed Oct 18 13:55:14 JST 2006 manveru@weez-int.com
1930
+ * this drives in the last nail to support sessions, also speeds up requests a tiny weeny bit ;)
1931
+
1932
+ Wed Oct 18 13:54:04 JST 2006 manveru@weez-int.com
1933
+ * controller now accesses the Thread#[] to get request/session
1934
+
1935
+ Wed Oct 18 13:53:23 JST 2006 manveru@weez-int.com
1936
+ * split up the response in mongrel into set_out and set_head
1937
+
1938
+ Wed Oct 18 13:53:11 JST 2006 manveru@weez-int.com
1939
+ * added ramaze/session
1940
+
1941
+ Wed Oct 18 13:52:41 JST 2006 manveru@weez-int.com
1942
+ * added a session-testcase
1943
+
1944
+ Tue Oct 17 09:52:07 JST 2006 manveru@weez-int.com
1945
+ * updated CHANGELOG
1946
+
1947
+ Tue Oct 17 09:51:30 JST 2006 manveru@weez-int.com
1948
+ tagged Ramaze 0.0.2
1949
+
1950
+ Tue Oct 17 09:50:51 JST 2006 manveru@weez-int.com
1951
+ * tagged 0.0.2 - next version will support sessions (hopefully :)
1952
+
1953
+ Tue Oct 17 09:50:36 JST 2006 manveru@weez-int.com
1954
+ * updated the readmy and rakefile-description a bit
1955
+
1956
+ Tue Oct 17 09:50:13 JST 2006 manveru@weez-int.com
1957
+ * added Ramaze::VERSION
1958
+
1959
+ Tue Oct 17 09:47:00 JST 2006 manveru@weez-int.com
1960
+ * added a SIGINT-trap to cleanly shutdown
1961
+
1962
+ Tue Oct 17 09:29:31 JST 2006 manveru@weez-int.com
1963
+ * added test/tc_request [passes]
1964
+
1965
+ Tue Oct 17 09:29:00 JST 2006 manveru@weez-int.com
1966
+ * further improvment to the testcase-runner and setting default Global.error_page to true
1967
+
1968
+ Mon Oct 16 20:18:33 JST 2006 manveru@weez-int.com
1969
+ * and everything passes now...
1970
+
1971
+ Mon Oct 16 17:52:59 JST 2006 manveru@weez-int.com
1972
+ * patching the test-runner to shut down ramaze before it is run again from the next testcase...
1973
+
1974
+ Mon Oct 16 17:48:09 JST 2006 manveru@weez-int.com
1975
+ * huuuuge patch, perfect error-handling, better automagic controller-mapping, superb tidy-functionlity, even the params-testcase passes again :P - to turn on tidy, set Global.tidy to true
1976
+
1977
+ Mon Oct 16 11:39:42 JST 2006 manveru@weez-int.com
1978
+ * added snippets for String#/
1979
+
1980
+ Mon Oct 16 11:38:47 JST 2006 manveru@weez-int.com
1981
+ * added caller_lines in the snippets
1982
+
1983
+ Mon Oct 16 10:08:51 JST 2006 manveru@weez-int.com
1984
+ * a new snapshot with some more tests and lots of bugs fixed... also working now on the pluggable templating again.
1985
+
1986
+ Sun Oct 15 13:53:32 JST 2006 manveru@weez-int.com
1987
+ * this fixes a bug that lead to problems if you don't define a mapping
1988
+
1989
+ Sun Oct 15 13:52:19 JST 2006 manveru@weez-int.com
1990
+ * this introduces a new Global.running_adapter, for later easy access outside of Ramaze - should add some methods to check if the adapter is running and the like
1991
+
1992
+ Sun Oct 15 13:51:46 JST 2006 manveru@weez-int.com
1993
+ * by default, require 'pp', i think it's far too useful not to be available all the time
1994
+
1995
+ Sun Oct 15 13:50:47 JST 2006 manveru@weez-int.com
1996
+ * some more info in the CHANGELOG, this will only be updated in releases from now on, the information comes from darcs anyway
1997
+
1998
+ Sun Oct 15 13:49:10 JST 2006 manveru@weez-int.com
1999
+ * changed hello.rb to fit in with the use of the ramaze-binary
2000
+
2001
+ Sun Oct 15 13:48:30 JST 2006 manveru@weez-int.com
2002
+ * updated the Rakefile to prodcue some more useful stuff :) - also knows about the executable 'ramaze' now
2003
+
2004
+ Sun Oct 15 13:47:20 JST 2006 manveru@weez-int.com
2005
+ * updated the README a bit, more to come
2006
+
2007
+ Sun Oct 15 13:44:54 JST 2006 manveru@weez-int.com
2008
+ * added an ramaze executable
2009
+ it can be found in bin/ramaze and you use it like that:
2010
+
2011
+ $ cd example
2012
+ $ ls
2013
+ main.rb
2014
+ $ ramaze
2015
+
2016
+ which will in turn run the main.rb
2017
+ you can give ramaze a parameter for the run-file, more sophisticated parameters are not included (yet)
2018
+
2019
+
2020
+ Sat Oct 14 04:22:49 JST 2006 manveru@weez-int.com
2021
+ * initialize