innate 2010.07 → 2011.01

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ pkg
2
+ .yardoc
3
+ ydoc
4
+ *~
5
+ *.swp
data/AUTHORS CHANGED
@@ -1,19 +1,20 @@
1
1
  Following persons have contributed to innate.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 767 Michael Fellinger <m.fellinger@gmail.com>
4
+ 770 Michael Fellinger <m.fellinger@gmail.com>
5
5
  31 Tadahiko Uehara <kikofx@gmail.com>
6
+ 9 Lee Jarvis <injekt.me@gmail.com>
6
7
  8 Pistos <gitsomegrace.5.pistos@geoshell.com>
7
8
  5 injekt <injekt.me@gmail.com>
8
9
  5 Ryan Grove <ryan@wonko.com>
9
10
  4 Zoxc <zoxc32@gmail.com>
11
+ 3 Antti Tuomi <antti.tuomi@tkk.fi>
10
12
  3 Lin Jen-Shin <godfat@godfat.org>
11
13
  2 Andreas Karlsson <andreas@proxel.se>
12
- 2 Antti Tuomi <antti.tuomi@tkk.fi>
13
14
  2 Arnaud Meuret <arnaud@meuret.name>
15
+ 2 injekt <ljjarvis@gmail.com>
14
16
  2 TJ Vanderpoel <bougy.man@gmail.com>
15
17
  1 crab <crabtw@gmail.com>
16
18
  1 Jérémy Zurcher <jeremy@asynk.ch>
17
- 1 Lee Jarvis <injekt.me@gmail.com>
18
19
  1 ravage <ravage@fragmentized.net>
19
20
  1 Sam Carr <samcarr@gmail.com>
data/CHANGELOG CHANGED
@@ -1,145 +1,211 @@
1
- [f4ecc85 | 2010-07-11 16:34:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1
+ [2b3a9ca | 2011-01-26 21:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Version 2011.01
4
+
5
+ [6039ffa | 2010-12-12 04:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * Adjust spec for changes in Rack
8
+
9
+ [5e30254 | 2010-09-18 00:58:10 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
10
+
11
+ * New method for Innate::Session, #resid!, that can be used to change the session key.
12
+
13
+ The intent of the method is to allow changing session keys when user logs in
14
+ to prevent certain session fixation attack vectors. #resid! moves all
15
+ session data under a new session key and thus invalidates the old key.
16
+
17
+ It is probably a good idea to explicitly reset the session data as well on
18
+ login, but the necessity of this depends on the application.
19
+
20
+ [85d45ea | 2010-09-07 15:14:44 UTC] Lee Jarvis <injekt.me@gmail.com>
21
+
22
+ * updated git url
23
+
24
+ [51eac73 | 2010-09-07 13:25:22 UTC] Lee Jarvis <injekt.me@gmail.com>
25
+
26
+ * added gitignore
27
+
28
+ [32c943c | 2010-09-06 20:02:25 UTC] Lee Jarvis <injekt.me@gmail.com>
29
+
30
+ * fixed pointless spec addition
31
+
32
+ [b180c1c | 2010-09-06 20:00:44 UTC] Lee Jarvis <injekt.me@gmail.com>
33
+
34
+ * added specs for helper suffix
35
+
36
+ [c7fccc6 | 2010-09-06 19:50:45 UTC] Lee Jarvis <injekt.me@gmail.com>
37
+
38
+ * removed send_file helper spec
39
+
40
+ [49c9963 | 2010-09-06 19:49:54 UTC] Lee Jarvis <injekt.me@gmail.com>
41
+
42
+ * removed send_file from default helpers
43
+
44
+ [4ca7b0c | 2010-09-06 19:22:23 UTC] Lee Jarvis <injekt.me@gmail.com>
45
+
46
+ * allow helper modules to be suffixed with 'helper'
47
+
48
+ this allows us to create helpers which may have identical names as
49
+ Models without having namespace conflicts
50
+
51
+ [7d8437e | 2010-08-27 05:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
52
+
53
+ * Support HttpOnly
54
+
55
+ [1183bca | 2010-08-21 04:15:58 UTC] Lee Jarvis <injekt.me@gmail.com>
56
+
57
+ * moved send_file helper to ramaze
58
+
59
+ [6412640 | 2010-07-21 18:32:15 UTC] injekt <ljjarvis@gmail.com>
60
+
61
+ * fixed readme formatting
62
+
63
+ [1ac3e6f | 2010-07-21 18:31:27 UTC] injekt <ljjarvis@gmail.com>
64
+
65
+ * updated installation docs
66
+
67
+ [f4ecc85 | 2010-07-12 06:34:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
68
 
3
69
  * Version 2010.07
4
70
 
5
- [d11be17 | 2010-07-11 16:24:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
71
+ [d11be17 | 2010-07-12 06:24:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
72
 
7
73
  * Fix issue with Ruby 1.9.2
8
74
 
9
- [154fdf8 | 2010-06-30 06:53:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
75
+ [154fdf8 | 2010-06-30 20:53:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
10
76
 
11
77
  * Fix typo
12
78
 
13
- [231b0ee | 2010-06-17 15:40:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
79
+ [231b0ee | 2010-06-18 05:40:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
14
80
 
15
81
  * Version 2010.06.18
16
82
 
17
- [ce8b903 | 2010-06-17 15:40:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
83
+ [ce8b903 | 2010-06-18 05:40:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
18
84
 
19
85
  * Allow latest version of Rack
20
86
 
21
- [dbaaeb5 | 2010-06-03 08:00:56 UTC] Lee Jarvis <injekt.me@gmail.com>
87
+ [dbaaeb5 | 2010-06-03 22:00:56 UTC] Lee Jarvis <injekt.me@gmail.com>
22
88
 
23
89
  * edited documentation for render_view
24
90
 
25
- [55bf889 | 2010-05-04 02:29:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
91
+ [55bf889 | 2010-05-04 16:29:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
26
92
 
27
93
  * Remove AccessLog option from webrick handler to avoid log duplication
28
94
 
29
- [32886da | 2010-04-11 04:42:13 UTC] Zoxc <zoxc32@gmail.com>
95
+ [32886da | 2010-04-11 18:42:13 UTC] Zoxc <zoxc32@gmail.com>
30
96
 
31
97
  * Updated Etanni specs.
32
98
 
33
- [9bf55e5 | 2010-04-11 04:30:17 UTC] Zoxc <zoxc32@gmail.com>
99
+ [9bf55e5 | 2010-04-11 18:30:17 UTC] Zoxc <zoxc32@gmail.com>
34
100
 
35
101
  * Some tweaks to Etanni.
36
102
 
37
- [3502814 | 2010-04-09 09:49:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
103
+ [3502814 | 2010-04-09 23:49:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
38
104
 
39
105
  * Major speedup for Etanni as suggested by Zoxc
40
106
 
41
- [b796644 | 2010-04-04 00:56:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
107
+ [b796644 | 2010-04-04 14:56:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
42
108
 
43
109
  * Version 2010.04
44
110
 
45
- [1aeacca | 2010-04-03 14:45:46 UTC] injekt <injekt.me@gmail.com>
111
+ [1aeacca | 2010-04-04 04:45:46 UTC] injekt <injekt.me@gmail.com>
46
112
 
47
113
  * fixed redirect spec
48
114
 
49
- [0a71ec2 | 2010-04-03 14:42:52 UTC] injekt <injekt.me@gmail.com>
115
+ [0a71ec2 | 2010-04-04 04:42:52 UTC] injekt <injekt.me@gmail.com>
50
116
 
51
117
  * fixed redirect spec
52
118
 
53
- [6eedc76 | 2010-03-29 14:07:51 UTC] injekt <injekt.me@gmail.com>
119
+ [6eedc76 | 2010-03-30 04:07:51 UTC] injekt <injekt.me@gmail.com>
54
120
 
55
121
  * minor fixes to README
56
122
 
57
- [b5787a4 | 2010-03-29 08:31:03 UTC] injekt <injekt.me@gmail.com>
123
+ [b5787a4 | 2010-03-29 22:31:03 UTC] injekt <injekt.me@gmail.com>
58
124
 
59
125
  * Added support for case-insensitive View lookups
60
126
 
61
127
  Removed case sensitive restriction when using Controller::engine
62
128
  for View lookup; :haml is as good as :Haml
63
129
 
64
- [edc00df | 2010-03-27 14:55:07 UTC] injekt <injekt.me@gmail.com>
130
+ [edc00df | 2010-03-28 04:55:07 UTC] injekt <injekt.me@gmail.com>
65
131
 
66
132
  * fixed doc for flash helper (depreciated method)
67
133
 
68
- [2e4bdbd | 2010-03-24 06:18:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
134
+ [2e4bdbd | 2010-03-24 20:18:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
69
135
 
70
136
  * Add spec for how to pass arguments to provide actions
71
137
 
72
- [d09ff45 | 2010-03-18 16:37:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
138
+ [d09ff45 | 2010-03-19 06:37:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
73
139
 
74
140
  * Fix some issues, don't split Content-Type at all
75
141
 
76
- [abe842c | 2010-03-18 16:33:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
142
+ [abe842c | 2010-03-19 06:33:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
77
143
 
78
144
  * Make sure ; doesn't break Content-Type
79
145
 
80
- [acce333 | 2010-03-18 03:26:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
146
+ [acce333 | 2010-03-18 17:26:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
81
147
 
82
148
  * The Response Content-Type option should influence default mime type
83
149
 
84
- [7ad4de7 | 2010-03-11 04:44:42 UTC] crab <crabtw@gmail.com>
150
+ [7ad4de7 | 2010-03-11 19:44:42 UTC] crab <crabtw@gmail.com>
85
151
 
86
152
  * use Innate.options.prefix as redirect fallback
87
153
 
88
- [e13e2b2 | 2010-03-09 01:48:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
154
+ [e13e2b2 | 2010-03-09 16:48:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
89
155
 
90
156
  * Fix .dup in Rakefile
91
157
 
92
- [4fa40fc | 2010-03-08 13:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
158
+ [4fa40fc | 2010-03-09 04:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
93
159
 
94
160
  * Version 2010.03
95
161
 
96
- [c48a647 | 2010-02-03 07:59:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
162
+ [c48a647 | 2010-02-03 22:59:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
97
163
 
98
164
  * Add a spec for Etanni
99
165
 
100
- [baa0dd8 | 2010-01-17 06:57:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
166
+ [baa0dd8 | 2010-01-17 21:57:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
101
167
 
102
168
  * clarify precedence
103
169
 
104
- [c9fa60f | 2010-01-06 07:14:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
170
+ [c9fa60f | 2010-01-06 22:14:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
105
171
 
106
172
  * Set correct header in referrer spec
107
173
 
108
- [59f03da | 2010-01-06 07:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
174
+ [59f03da | 2010-01-06 22:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
109
175
 
110
176
  * Fix request spec for new rack behaviour
111
177
 
112
- [82cd8d9 | 2010-01-06 06:53:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
178
+ [82cd8d9 | 2010-01-06 21:53:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
113
179
 
114
180
  * Version 2010.01
115
181
 
116
- [2511e2b | 2010-01-06 06:52:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
182
+ [2511e2b | 2010-01-06 21:52:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
117
183
 
118
184
  * Update Rakefile
119
185
 
120
- [07f9238 | 2009-12-01 14:57:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
186
+ [07f9238 | 2009-12-02 05:57:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
121
187
 
122
188
  * Revert "Major performance improvement for Etanni."
123
189
 
124
190
  This reverts commit 1b736b793e9f31cf79fad2820f3f20a00802c2c8.
125
191
 
126
- [1b736b7 | 2009-11-30 19:17:23 UTC] Zoxc <zoxc32@gmail.com>
192
+ [1b736b7 | 2009-12-01 10:17:23 UTC] Zoxc <zoxc32@gmail.com>
127
193
 
128
194
  * Major performance improvement for Etanni.
129
195
 
130
- [7b14652 | 2009-11-30 09:50:01 UTC] Zoxc <zoxc32@gmail.com>
196
+ [7b14652 | 2009-12-01 00:50:01 UTC] Zoxc <zoxc32@gmail.com>
131
197
 
132
198
  * Performance improvement for Etanni.
133
199
 
134
- [17dba1a | 2009-11-18 19:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
200
+ [17dba1a | 2009-11-19 10:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
135
201
 
136
202
  * Remove comment
137
203
 
138
- [aac4faf | 2009-11-16 13:16:56 UTC] Lin Jen-Shin <godfat@godfat.org>
204
+ [aac4faf | 2009-11-17 04:16:56 UTC] Lin Jen-Shin <godfat@godfat.org>
139
205
 
140
206
  * [helper/render.rb] dup on variables arg is not needed. never refered.
141
207
 
142
- [5d1e95d | 2009-11-16 12:52:12 UTC] Lin Jen-Shin <godfat@godfat.org>
208
+ [5d1e95d | 2009-11-17 03:52:12 UTC] Lin Jen-Shin <godfat@godfat.org>
143
209
 
144
210
  * [helper/render.rb] fixed render_file's sync_variables. see detail:
145
211
 
@@ -157,111 +223,111 @@
157
223
 
158
224
  spec this behavior in SpecHelperRenderFile.
159
225
 
160
- [42b5ec5 | 2009-10-28 12:43:54 UTC] Lin Jen-Shin <godfat@godfat.org>
226
+ [42b5ec5 | 2009-10-29 02:43:54 UTC] Lin Jen-Shin <godfat@godfat.org>
161
227
 
162
228
  * Add a simple Unicorn wrapper in innate/adapter.rb
163
229
 
164
- [14a340f | 2009-10-17 18:01:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
230
+ [14a340f | 2009-10-18 08:01:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
165
231
 
166
232
  * Allow skipping the template discovery to speed things up
167
233
 
168
- [d02bd71 | 2009-10-17 17:50:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
234
+ [d02bd71 | 2009-10-18 07:50:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
169
235
 
170
236
  * Fix gem_setup task
171
237
 
172
- [0f3c5fe | 2009-10-05 09:32:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
238
+ [0f3c5fe | 2009-10-05 23:32:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
173
239
 
174
240
  * Allow for change of the default action name as proposed by Daniel Azuma
175
241
 
176
- [ee96b28 | 2009-10-04 08:37:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
242
+ [ee96b28 | 2009-10-04 22:37:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
177
243
 
178
244
  * Remove temp README
179
245
 
180
- [3e90299 | 2009-10-04 08:37:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
246
+ [3e90299 | 2009-10-04 22:37:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
181
247
 
182
248
  * Fix precedence issue in redirect_referer
183
249
 
184
- [44f40da | 2009-10-03 14:33:11 UTC] Arnaud Meuret <arnaud@meuret.name>
250
+ [44f40da | 2009-10-04 04:33:11 UTC] Arnaud Meuret <arnaud@meuret.name>
185
251
 
186
252
  * Typos and minor rephrasing.
187
253
 
188
- [7ad5fd9 | 2009-10-02 15:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
254
+ [7ad5fd9 | 2009-10-03 05:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
189
255
 
190
256
  * Sync metadata after release
191
257
 
192
- [1b0702f | 2009-10-02 13:24:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
258
+ [1b0702f | 2009-10-03 03:24:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
193
259
 
194
260
  * Version 2009.10
195
261
 
196
- [88451a1 | 2009-10-02 13:23:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
262
+ [88451a1 | 2009-10-03 03:23:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
197
263
 
198
264
  * Improve the release tasks, add one for gemcutter
199
265
 
200
- [c37df32 | 2009-10-01 11:16:02 UTC] Arnaud Meuret <arnaud@meuret.name>
266
+ [c37df32 | 2009-10-02 01:16:02 UTC] Arnaud Meuret <arnaud@meuret.name>
201
267
 
202
268
  * Fix: specifying a layout from a method and a filter block was broken
203
269
 
204
- [18668be | 2009-09-29 14:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
270
+ [18668be | 2009-09-30 04:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
205
271
 
206
272
  * Update dependencies
207
273
 
208
- [672bbaa | 2009-09-22 15:15:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
274
+ [672bbaa | 2009-09-23 05:15:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
209
275
 
210
276
  * Use Rack::Utils::build_query, this changes query separator from ; to &
211
277
 
212
- [0d4d2d1 | 2009-09-22 15:04:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
278
+ [0d4d2d1 | 2009-09-23 05:04:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
213
279
 
214
280
  * Improve code readability a bit
215
281
 
216
- [44d02ed | 2009-09-21 17:02:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
282
+ [44d02ed | 2009-09-22 07:02:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
217
283
 
218
284
  * Use Mutex instead of Thread::critical
219
285
 
220
- [1b80af6 | 2009-09-21 17:00:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
286
+ [1b80af6 | 2009-09-22 07:00:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
221
287
 
222
288
  * Fix ruby/jruby dependency mixup
223
289
 
224
- [783f554 | 2009-09-21 16:32:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
290
+ [783f554 | 2009-09-22 06:32:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
225
291
 
226
292
  * Fix startup issue regarding jruby-rack
227
293
 
228
- [a908b32 | 2009-09-15 07:15:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
294
+ [a908b32 | 2009-09-15 21:15:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
229
295
 
230
296
  * Fix typo
231
297
 
232
- [79df3a5 | 2009-08-27 08:21:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
298
+ [79df3a5 | 2009-08-27 22:21:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
233
299
 
234
300
  * Don't call aspects in layout
235
301
 
236
- [b69e9dd | 2009-08-27 03:55:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
302
+ [b69e9dd | 2009-08-27 17:55:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
237
303
 
238
304
  * Fix Options#pretty_print spec
239
305
 
240
- [6b8c32d | 2009-08-27 03:36:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
306
+ [6b8c32d | 2009-08-27 17:36:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
241
307
 
242
308
  * dev dependencies for jruby
243
309
 
244
- [0bb6ea5 | 2009-08-26 16:59:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
310
+ [0bb6ea5 | 2009-08-27 06:59:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
245
311
 
246
312
  * Forgot to require digest/md5
247
313
 
248
- [2bc0566 | 2009-08-19 08:27:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
314
+ [2bc0566 | 2009-08-19 22:27:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
249
315
 
250
316
  * Cache is not a module
251
317
 
252
- [c74c2b8 | 2009-08-17 05:37:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
318
+ [c74c2b8 | 2009-08-17 19:37:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
253
319
 
254
320
  * fix doc typo
255
321
 
256
- [9650f8c | 2009-07-28 06:49:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
322
+ [9650f8c | 2009-07-28 20:49:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
257
323
 
258
324
  * Some more specs for double underscore
259
325
 
260
- [822560a | 2009-07-28 06:43:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
326
+ [822560a | 2009-07-28 20:43:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
261
327
 
262
328
  * Expand specs for double underscore
263
329
 
264
- [b865335 | 2009-05-21 13:27:38 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
330
+ [b865335 | 2009-05-22 03:27:38 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
265
331
 
266
332
  * Aspect spec uses inline layout instead a file-based.
267
333
 
@@ -269,7 +335,7 @@
269
335
 
270
336
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
271
337
 
272
- [62d8853 | 2009-05-21 13:16:57 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
338
+ [62d8853 | 2009-05-22 03:16:57 UTC] Antti Tuomi <antti.tuomi@tkk.fi>
273
339
 
274
340
  * Aspect spec checks the functionality when using layouts.
275
341
 
@@ -277,212 +343,212 @@
277
343
 
278
344
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
279
345
 
280
- [e4735cb | 2009-05-27 14:57:48 UTC] ravage <ravage@fragmentized.net>
346
+ [e4735cb | 2009-05-28 04:57:48 UTC] ravage <ravage@fragmentized.net>
281
347
 
282
348
  * Resolve fake depth
283
349
 
284
350
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
285
351
 
286
- [10d7ef3 | 2009-07-21 16:11:57 UTC] Jérémy Zurcher <jeremy@asynk.ch>
352
+ [10d7ef3 | 2009-07-22 06:11:57 UTC] Jérémy Zurcher <jeremy@asynk.ch>
287
353
 
288
354
  * fix default option handling overriding in options/dsl
289
355
 
290
356
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
291
357
 
292
- [03274f3 | 2009-07-19 03:02:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
358
+ [03274f3 | 2009-07-19 17:02:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
293
359
 
294
360
  * Version 2009.07
295
361
 
296
- [3ed8553 | 2009-07-19 03:01:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
362
+ [3ed8553 | 2009-07-19 17:01:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
297
363
 
298
364
  * Update dependencies
299
365
 
300
- [4e09c15 | 2009-07-06 10:12:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
366
+ [4e09c15 | 2009-07-07 00:12:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
301
367
 
302
368
  * Implement an OpenSSL fallback for Session IDs
303
369
 
304
370
  Comes into play in case SecureRandom cannot be found.
305
371
  This should cover 99% of all < 1.8.7 installs.
306
372
 
307
- [cf9cdce | 2009-07-02 08:05:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
373
+ [cf9cdce | 2009-07-02 22:05:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
308
374
 
309
375
  * More intelligent gem_setup to handle cases where a library can be found via require but ain't a gem
310
376
 
311
- [337f092 | 2009-07-02 08:05:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
377
+ [337f092 | 2009-07-02 22:05:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
312
378
 
313
379
  * Use absolute paths for spec requires
314
380
 
315
- [7a475b9 | 2009-06-14 14:14:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
381
+ [7a475b9 | 2009-06-15 04:14:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
316
382
 
317
383
  * Require rubygems >= 1.3.1
318
384
 
319
- [7f41b89 | 2009-06-12 12:54:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
385
+ [7f41b89 | 2009-06-13 02:54:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
320
386
 
321
387
  * Version 2009.06.12
322
388
 
323
- [e92a8b3 | 2009-06-11 15:41:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
389
+ [e92a8b3 | 2009-06-12 05:41:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
324
390
 
325
391
  * Make sure that instance-variables set in the view template can be used in the layout
326
392
 
327
- [84ce0d8 | 2009-06-03 11:09:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
393
+ [84ce0d8 | 2009-06-04 01:09:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
328
394
 
329
395
  * Fix the bacon task dependency
330
396
 
331
- [46de89c | 2009-06-02 11:50:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
397
+ [46de89c | 2009-06-03 01:50:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
332
398
 
333
399
  * Version 2009.06
334
400
 
335
- [e05a004 | 2009-06-02 11:49:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
401
+ [e05a004 | 2009-06-03 01:49:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
336
402
 
337
403
  * Use rubygems development-dependencies, improve rake setup
338
404
 
339
- [2575c64 | 2009-06-01 05:46:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
405
+ [2575c64 | 2009-06-01 19:46:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
340
406
 
341
407
  * Allow passing Innate.start(:root => [path1, path2])
342
408
 
343
- [5104984 | 2009-06-01 05:11:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
409
+ [5104984 | 2009-06-01 19:11:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
344
410
 
345
411
  * Move innate/spec to innate/spec/bacon and make innate/spec require that
346
412
 
347
- [9047159 | 2009-06-01 05:08:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
413
+ [9047159 | 2009-06-01 19:08:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
348
414
 
349
415
  * Deprecate behaves_like(:mock), use behaves_like(:rack_test) instead
350
416
 
351
- [ba27790 | 2009-06-01 05:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
417
+ [ba27790 | 2009-06-01 19:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
352
418
 
353
419
  * Fix Request#subset spec for latest Rack
354
420
 
355
- [e0bb6db | 2009-05-28 08:05:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
421
+ [e0bb6db | 2009-05-28 22:05:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
356
422
 
357
423
  * Make the cookie ttl optional
358
424
 
359
- [76e4377 | 2009-05-22 09:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
425
+ [76e4377 | 2009-05-22 23:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
360
426
 
361
427
  * Allow #write on the logger
362
428
 
363
- [3890ba7 | 2009-05-19 02:38:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
429
+ [3890ba7 | 2009-05-19 16:38:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
364
430
 
365
431
  * Fix some yard tags
366
432
 
367
- [18002ee | 2009-05-16 05:32:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
433
+ [18002ee | 2009-05-16 19:32:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
368
434
 
369
435
  * Iterate logging arguments before they reach the logger
370
436
 
371
- [8d43aad | 2009-05-16 04:15:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
437
+ [8d43aad | 2009-05-16 18:15:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
372
438
 
373
439
  * Try to improve render_file so it works form anywhere
374
440
 
375
- [8f5d193 | 2009-05-14 15:22:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
441
+ [8f5d193 | 2009-05-15 05:22:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
376
442
 
377
443
  * Reverse order in middleware
378
444
 
379
- [9c3b2b9 | 2009-05-09 07:25:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
445
+ [9c3b2b9 | 2009-05-09 21:25:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
380
446
 
381
447
  * Deprecate Innate::Session.options.expires, use ttl instead. Set maximum ttl to 30 days
382
448
 
383
- [d343c9e | 2009-05-08 04:16:50 UTC] Ryan Grove <ryan@wonko.com>
449
+ [d343c9e | 2009-05-08 18:16:50 UTC] Ryan Grove <ryan@wonko.com>
384
450
 
385
451
  * Make Innate::Session.sid public
386
452
 
387
453
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
388
454
 
389
- [89c79de | 2009-05-06 14:42:03 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
455
+ [89c79de | 2009-05-07 04:42:03 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
390
456
 
391
457
  * Adjusted pretty_print spec again. Made it looser, since we don't really care much about it because it doesn't significantly affect Ramaze functionality.
392
458
 
393
459
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
394
460
 
395
- [220ae9e | 2009-05-05 12:43:51 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
461
+ [220ae9e | 2009-05-06 02:43:51 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
396
462
 
397
463
  * Adjusted Innate::Options#pretty_print spec to work across more systems and conditions, yet still test something non-trivial.
398
464
 
399
465
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
400
466
 
401
- [e51e888 | 2009-05-06 15:50:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
467
+ [e51e888 | 2009-05-07 05:50:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
402
468
 
403
469
  * Polish things a bit more where they went wrong during release
404
470
 
405
- [5138050 | 2009-05-06 15:38:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
471
+ [5138050 | 2009-05-07 05:38:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
406
472
 
407
473
  * Version 2009.05
408
474
 
409
- [9486b35 | 2009-05-06 15:37:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
475
+ [9486b35 | 2009-05-07 05:37:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
410
476
 
411
477
  * VERSION=xxx rake release:xxx
412
478
 
413
- [14feedf | 2009-05-06 15:33:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
479
+ [14feedf | 2009-05-07 05:33:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
414
480
 
415
481
  * Bring rakefile up to date
416
482
 
417
- [2252c28 | 2009-05-06 15:20:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
483
+ [2252c28 | 2009-05-07 05:20:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
418
484
 
419
485
  * Last minute changes to tasks
420
486
 
421
- [ddc4560 | 2009-05-06 15:14:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
487
+ [ddc4560 | 2009-05-07 05:14:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
422
488
 
423
489
  * Add some ycov tasks, not all that tested yet
424
490
 
425
- [146e349 | 2009-05-06 12:56:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
491
+ [146e349 | 2009-05-07 02:56:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
426
492
 
427
493
  * raise a more meaningful error when trying to assign to a non-existent option
428
494
 
429
- [21bbd9b | 2009-05-05 06:08:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
495
+ [21bbd9b | 2009-05-05 20:08:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
430
496
 
431
497
  * Remove some (c)
432
498
 
433
- [8fd62a3 | 2009-05-05 04:48:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
499
+ [8fd62a3 | 2009-05-05 18:48:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
434
500
 
435
501
  * Make Session compatible with the Rack spec, prepare to make it a middleware
436
502
 
437
- [a73a54e | 2009-05-05 04:37:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
503
+ [a73a54e | 2009-05-05 18:37:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
438
504
 
439
505
  * Tell people that using YAML/Marshal cache is a bad idea in some cases
440
506
 
441
- [fff4e2a | 2009-05-05 04:30:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
507
+ [fff4e2a | 2009-05-05 18:30:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
442
508
 
443
509
  * Some docs fixes
444
510
 
445
- [d90138c | 2009-05-04 11:19:35 UTC] Ryan Grove <ryan@wonko.com>
511
+ [d90138c | 2009-05-05 01:19:35 UTC] Ryan Grove <ryan@wonko.com>
446
512
 
447
513
  * Add a read_cache option (off by default) to control caching of template files on read
448
514
 
449
- [aaa9b96 | 2009-05-03 04:04:18 UTC] Ryan Grove <ryan@wonko.com>
515
+ [aaa9b96 | 2009-05-03 18:04:18 UTC] Ryan Grove <ryan@wonko.com>
450
516
 
451
517
  * When the view cache is enabled and Innate is in :live mode, cache view files after the first read to prevent unnecessary filesystem reads in the future.
452
518
 
453
- [06c224f | 2009-05-04 16:49:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
519
+ [06c224f | 2009-05-05 06:49:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
454
520
 
455
521
  * Fix update_mapping_shared, it would try to walk files and was buggy
456
522
 
457
- [e3ad651 | 2009-05-04 03:28:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
523
+ [e3ad651 | 2009-05-04 17:28:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
458
524
 
459
525
  * remove specs for state
460
526
 
461
- [f69716d | 2009-05-03 17:37:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
527
+ [f69716d | 2009-05-04 07:37:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
462
528
 
463
529
  * Implement caching of traits
464
530
 
465
- [0434785 | 2009-05-02 15:56:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
531
+ [0434785 | 2009-05-03 05:56:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
466
532
 
467
533
  * Remove useless token from Etanni
468
534
 
469
- [d0356c6 | 2009-05-02 06:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
535
+ [d0356c6 | 2009-05-02 20:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
470
536
 
471
537
  * Use clearer syntax for the option in view
472
538
 
473
- [2c3c1ca | 2009-05-02 05:40:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
539
+ [2c3c1ca | 2009-05-02 19:40:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
474
540
 
475
541
  * Elaborate what +filename+ means
476
542
 
477
- [12d3666 | 2009-05-02 05:40:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
543
+ [12d3666 | 2009-05-02 19:40:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
478
544
 
479
545
  * Only emit warning when the action is really invalid
480
546
 
481
- [5cb9b41 | 2009-05-02 05:37:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
547
+ [5cb9b41 | 2009-05-02 19:37:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
482
548
 
483
549
  * Put the require of find into innate.rb
484
550
 
485
- [89d5858 | 2009-05-02 14:24:30 UTC] Andreas Karlsson <andreas@proxel.se>
551
+ [89d5858 | 2009-05-03 04:24:30 UTC] Andreas Karlsson <andreas@proxel.se>
486
552
 
487
553
  * Simplify copy_variables by not using eval.
488
554
 
@@ -492,15 +558,15 @@
492
558
 
493
559
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
494
560
 
495
- [d1fe1f4 | 2009-05-02 14:38:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
561
+ [d1fe1f4 | 2009-05-03 04:38:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
496
562
 
497
563
  * copy thread variables in Innate::defer
498
564
 
499
- [83d0a93 | 2009-05-02 13:59:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
565
+ [83d0a93 | 2009-05-03 03:59:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
500
566
 
501
567
  * Remove Innate::STATE
502
568
 
503
- [f9ff691 | 2009-05-01 20:04:20 UTC] Andreas Karlsson <andreas@proxel.se>
569
+ [f9ff691 | 2009-05-02 10:04:20 UTC] Andreas Karlsson <andreas@proxel.se>
504
570
 
505
571
  * Move require due to profiling results.
506
572
 
@@ -511,614 +577,614 @@
511
577
 
512
578
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
513
579
 
514
- [4155ea9 | 2009-05-01 15:51:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
580
+ [4155ea9 | 2009-05-02 05:51:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
515
581
 
516
582
  * Only warn if we encounter an invalid action in render_custom, try to render still
517
583
 
518
- [b4a9e70 | 2009-05-01 15:46:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
584
+ [b4a9e70 | 2009-05-02 05:46:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
519
585
 
520
586
  * Be compatible with rack-test
521
587
 
522
- [3db47bc | 2009-05-01 15:46:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
588
+ [3db47bc | 2009-05-02 05:46:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
523
589
 
524
590
  * Be compatible with 1.8
525
591
 
526
- [b3fb7be | 2009-05-01 14:07:10 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
592
+ [b3fb7be | 2009-05-02 04:07:10 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
527
593
 
528
594
  * In render helper: render_template -> render_file . Changed relevant specs, too.
529
595
 
530
596
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
531
597
 
532
- [f3491f7 | 2009-04-30 04:59:16 UTC] Tadahiko Uehara <kikofx@gmail.com>
598
+ [f3491f7 | 2009-04-30 18:59:16 UTC] Tadahiko Uehara <kikofx@gmail.com>
533
599
 
534
600
  * Skip template/view/layout lookup if the given path doesn't exist.
535
601
 
536
602
 
537
603
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
538
604
 
539
- [e4b5388 | 2009-05-01 08:30:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
605
+ [e4b5388 | 2009-05-01 22:30:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
540
606
 
541
607
  * We don't want to call Innate::setup_dependencies for rendering...
542
608
 
543
- [7c90ec0 | 2009-05-01 07:22:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
609
+ [7c90ec0 | 2009-05-01 21:22:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
544
610
 
545
611
  * Default layout mapping to '/'
546
612
 
547
- [64517b3 | 2009-05-01 07:20:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
613
+ [64517b3 | 2009-05-01 21:20:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
548
614
 
549
615
  * Add some example invocations to the Helper::Render methods
550
616
 
551
- [d531f58 | 2009-05-01 07:19:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
617
+ [d531f58 | 2009-05-01 21:19:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
552
618
 
553
619
  * Adding Helper::Render#render_template due to popular demand
554
620
 
555
- [59229dc | 2009-05-01 06:18:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
621
+ [59229dc | 2009-05-01 20:18:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
556
622
 
557
623
  * Speed up and simplify Etanni a little bit more
558
624
 
559
- [d8c3ca5 | 2009-04-30 09:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
625
+ [d8c3ca5 | 2009-04-30 23:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
560
626
 
561
627
  * Add option to switch caching of compiled templates
562
628
 
563
- [21c4dfd | 2009-04-30 08:19:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
629
+ [21c4dfd | 2009-04-30 22:19:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
564
630
 
565
631
  * Make Etanni a little bit more compact
566
632
 
567
- [43f6d76 | 2009-04-30 08:19:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
633
+ [43f6d76 | 2009-04-30 22:19:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
568
634
 
569
635
  * First cut of template compilation, it's dumb, but it should speed things up a little
570
636
 
571
- [cca6d4d | 2009-04-29 14:34:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
637
+ [cca6d4d | 2009-04-30 04:34:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
572
638
 
573
639
  * Improve the ColorFormatter, output background as well
574
640
 
575
- [abda94c | 2009-04-29 11:04:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
641
+ [abda94c | 2009-04-30 01:04:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
576
642
 
577
643
  * Only add :trigger to options if there is one
578
644
 
579
- [559e711 | 2009-04-29 07:51:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
645
+ [559e711 | 2009-04-29 21:51:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
580
646
 
581
647
  * Spec cookie setting before redirect. Closes #1
582
648
 
583
- [9c85a49 | 2009-04-28 13:05:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
649
+ [9c85a49 | 2009-04-29 03:05:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
584
650
 
585
651
  * Make the template lookup work without globs, hopefully that works on GAE now
586
652
 
587
- [a0b1f4a | 2009-04-28 12:41:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
653
+ [a0b1f4a | 2009-04-29 02:41:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
588
654
 
589
655
  * Make helper lookup work without glob
590
656
 
591
- [49ed57b | 2009-04-28 12:41:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
657
+ [49ed57b | 2009-04-29 02:41:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
592
658
 
593
659
  * Tell people that routing static files doesn't work
594
660
 
595
- [ff310ab | 2009-04-23 15:30:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
661
+ [ff310ab | 2009-04-24 05:30:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
596
662
 
597
663
  * Avoid issues with symbol comparision on 1.8
598
664
 
599
- [fce62b9 | 2009-04-26 16:30:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
665
+ [fce62b9 | 2009-04-27 06:30:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
600
666
 
601
667
  * Support setting multiple AOP hooks at once in before/after/wrap
602
668
 
603
- [ffd8edd | 2009-04-25 14:59:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
669
+ [ffd8edd | 2009-04-26 04:59:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
604
670
 
605
671
  * Give innate a rubyforge project
606
672
 
607
- [cf62a9c | 2009-04-25 14:59:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
673
+ [cf62a9c | 2009-04-26 04:59:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
608
674
 
609
675
  * Version 2009.04
610
676
 
611
- [0ec2012 | 2009-04-23 06:21:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
677
+ [0ec2012 | 2009-04-23 20:21:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
612
678
 
613
679
  * Allow deletion of mapped apps in DynaMap
614
680
 
615
- [cbedd9c | 2009-04-23 05:04:04 UTC] Ryan Grove <ryan@wonko.com>
681
+ [cbedd9c | 2009-04-23 19:04:04 UTC] Ryan Grove <ryan@wonko.com>
616
682
 
617
683
  * Add path and full_path to Innate::Action
618
684
 
619
685
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
620
686
 
621
- [b9a0d4b | 2009-04-20 05:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
687
+ [b9a0d4b | 2009-04-20 19:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
622
688
 
623
689
  * Make the u and h aliases for the CGI helper module_functions too
624
690
 
625
- [b68aad4 | 2009-04-20 05:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
691
+ [b68aad4 | 2009-04-20 19:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
626
692
 
627
693
  * Allow further modification of the Action in the render_* methods via block
628
694
 
629
- [dca3531 | 2009-04-19 23:38:06 UTC] Ryan Grove <ryan@wonko.com>
695
+ [dca3531 | 2009-04-20 13:38:06 UTC] Ryan Grove <ryan@wonko.com>
630
696
 
631
697
  * Preserve response headers when redirecting. Closes #1
632
698
 
633
699
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
634
700
 
635
- [d465ca3 | 2009-04-18 02:46:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
701
+ [d465ca3 | 2009-04-18 16:46:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
636
702
 
637
703
  * Version 2009.04.18
638
704
 
639
- [987c5d7 | 2009-04-18 02:44:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
705
+ [987c5d7 | 2009-04-18 16:44:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
640
706
 
641
707
  * Update the release tasks
642
708
 
643
- [f927c9d | 2009-04-17 11:51:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
709
+ [f927c9d | 2009-04-18 01:51:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
644
710
 
645
711
  * Add Content-Disposition support to send_file
646
712
 
647
- [888318c | 2009-04-17 10:43:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
713
+ [888318c | 2009-04-18 00:43:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
648
714
 
649
715
  * Better English in render_custom error
650
716
 
651
- [15078e6 | 2009-04-15 16:49:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
717
+ [15078e6 | 2009-04-16 06:49:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
652
718
 
653
719
  * Add comment about planned deprecation of SendFile helper's default status
654
720
 
655
- [4b487aa | 2009-04-15 16:48:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
721
+ [4b487aa | 2009-04-16 06:48:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
656
722
 
657
723
  * Remove the length from Response, Rack provides that
658
724
 
659
- [1634391 | 2009-04-15 11:02:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
725
+ [1634391 | 2009-04-16 01:02:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
660
726
 
661
727
  * Don't camel-case the helper module name, simply remove underscores, we do case-insensitive lookup anyway
662
728
 
663
- [f97e8d7 | 2009-04-15 10:58:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
729
+ [f97e8d7 | 2009-04-16 00:58:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
664
730
 
665
731
  * Remove core_extensions, we don't need String#each or BasicObject anymore
666
732
 
667
- [0b33546 | 2009-04-15 09:16:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
733
+ [0b33546 | 2009-04-15 23:16:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
668
734
 
669
735
  * Action may be invalid if the node requires a method and view
670
736
 
671
- [39dd843 | 2009-04-15 09:15:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
737
+ [39dd843 | 2009-04-15 23:15:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
672
738
 
673
739
  * Escape non-hash arguments to Helper::Link#route (ryan grove)
674
740
 
675
- [22ee4df | 2009-04-15 07:25:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
741
+ [22ee4df | 2009-04-15 21:25:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
676
742
 
677
743
  * Raise if the Render helper cannot obtain an Action
678
744
 
679
- [e229299 | 2009-04-13 12:48:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
745
+ [e229299 | 2009-04-14 02:48:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
680
746
 
681
747
  * Allow Action#call even if we are outside Current#wrap
682
748
 
683
- [b6e9558 | 2009-04-13 04:37:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
749
+ [b6e9558 | 2009-04-13 18:37:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
684
750
 
685
751
  * Remove Action#exts member and use better terms
686
752
 
687
- [46d2a5e | 2009-04-12 05:03:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
753
+ [46d2a5e | 2009-04-12 19:03:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
688
754
 
689
755
  * FileBased caches have access to @filename now
690
756
 
691
- [f84f18f | 2009-04-12 05:03:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
757
+ [f84f18f | 2009-04-12 19:03:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
692
758
 
693
759
  * Set a PROJECT_README for some rake tasks
694
760
 
695
- [8920482 | 2009-04-12 05:03:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
761
+ [8920482 | 2009-04-12 19:03:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
696
762
 
697
763
  * Improvment and spec for provide example
698
764
 
699
- [a892dea | 2009-04-12 05:02:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
765
+ [a892dea | 2009-04-12 19:02:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
700
766
 
701
767
  * Minor improvment and spec for retro games example
702
768
 
703
- [b3aeb97 | 2009-04-10 12:30:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
769
+ [b3aeb97 | 2009-04-11 02:30:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
704
770
 
705
771
  * Allow overriding of middleware mode for specs
706
772
 
707
- [7d65255 | 2009-04-10 12:07:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
773
+ [7d65255 | 2009-04-11 02:07:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
708
774
 
709
775
  * Compact code
710
776
 
711
- [cde9366 | 2009-04-10 10:51:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
777
+ [cde9366 | 2009-04-11 00:51:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
712
778
 
713
779
  * Simplify specs and make them pass using rack-test
714
780
 
715
- [f4c9572 | 2009-04-10 10:50:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
781
+ [f4c9572 | 2009-04-11 00:50:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
716
782
 
717
783
  * Don't forget to specify an app for rack-test
718
784
 
719
- [41b1955 | 2009-04-10 10:17:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
785
+ [41b1955 | 2009-04-11 00:17:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
720
786
 
721
787
  * Remove spec for render_template
722
788
 
723
- [a3b73ca | 2009-04-10 10:17:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
789
+ [a3b73ca | 2009-04-11 00:17:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
724
790
 
725
791
  * Add `rake setup` task to comply to convention. I will put up the corresponding gems ASAP
726
792
 
727
- [c648bf7 | 2009-04-10 10:16:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
793
+ [c648bf7 | 2009-04-11 00:16:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
728
794
 
729
795
  * Switch to using rack-test for our specs, needs rack-test from the master branch head
730
796
 
731
- [5c08e25 | 2009-04-09 17:52:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
797
+ [5c08e25 | 2009-04-10 07:52:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
732
798
 
733
799
  * Use ContentLength middleware
734
800
 
735
- [0dc50d4 | 2009-04-09 16:10:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
801
+ [0dc50d4 | 2009-04-10 06:10:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
736
802
 
737
803
  * Fix template caching... was using html instead of the wish the glob was for
738
804
 
739
- [622bbe3 | 2009-04-09 16:01:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
805
+ [622bbe3 | 2009-04-10 06:01:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
740
806
 
741
807
  * Fix example apps
742
808
 
743
- [6e9e843 | 2009-04-07 09:56:56 UTC] Sam Carr <samcarr@gmail.com>
809
+ [6e9e843 | 2009-04-07 23:56:56 UTC] Sam Carr <samcarr@gmail.com>
744
810
 
745
811
  * Minor tidy-ups to fix comments, add missing requires, add comments etc.
746
812
 
747
813
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
748
814
 
749
- [8f9af98 | 2009-04-07 18:42:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
815
+ [8f9af98 | 2009-04-08 08:42:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
750
816
 
751
817
  * Set default interval for reloader to 2 seconds
752
818
 
753
- [9f7e749 | 2009-04-07 18:42:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
819
+ [9f7e749 | 2009-04-08 08:42:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
754
820
 
755
821
  * Never assign $0, bad mojo
756
822
 
757
- [281501e | 2009-04-07 17:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
823
+ [281501e | 2009-04-08 07:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
758
824
 
759
825
  * Don't assign a directory to $0
760
826
 
761
- [8a2ddc7 | 2009-04-07 17:16:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
827
+ [8a2ddc7 | 2009-04-08 07:16:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
762
828
 
763
829
  * Version 2009.04.08
764
830
 
765
- [89ab244 | 2009-04-07 16:17:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
831
+ [89ab244 | 2009-04-08 06:17:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
766
832
 
767
833
  * bring the retro_games example up to date
768
834
 
769
- [c1b6939 | 2009-04-07 14:30:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
835
+ [c1b6939 | 2009-04-08 04:30:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
770
836
 
771
837
  * Fix typo in howto_spec example
772
838
 
773
- [c1f7bb8 | 2009-04-07 12:24:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
839
+ [c1f7bb8 | 2009-04-08 02:24:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
774
840
 
775
841
  * Improve Helper::CGI, don't accept more than one argument per method
776
842
 
777
- [c01a0ce | 2009-04-07 02:07:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
843
+ [c01a0ce | 2009-04-07 16:07:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
778
844
 
779
845
  * Warn if action is invalid
780
846
 
781
- [d749887 | 2009-04-07 02:07:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
847
+ [d749887 | 2009-04-07 16:07:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
782
848
 
783
849
  * Remove Helper::Render#render_template
784
850
 
785
- [fba39b5 | 2009-04-06 03:26:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
851
+ [fba39b5 | 2009-04-06 17:26:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
786
852
 
787
853
  * Remove specs for Helper::Partial
788
854
 
789
- [98bc6f7 | 2009-04-06 03:25:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
855
+ [98bc6f7 | 2009-04-06 17:25:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
790
856
 
791
857
  * Add more specs and refine Helper::Render
792
858
 
793
- [616b5aa | 2009-04-06 03:03:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
859
+ [616b5aa | 2009-04-06 17:03:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
794
860
 
795
861
  * Provide direct access to Helper::Render methods through extension
796
862
 
797
- [696f85d | 2009-04-06 02:58:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
863
+ [696f85d | 2009-04-06 16:58:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
798
864
 
799
865
  * Make Helper::Render#render_template work and add specs
800
866
 
801
- [b0fcf13 | 2009-04-05 23:51:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
867
+ [b0fcf13 | 2009-04-06 13:51:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
802
868
 
803
869
  * Adding Helper::Render, this should be able to cover all our rendering needs
804
870
 
805
- [ea02bbe | 2009-04-05 23:49:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
871
+ [ea02bbe | 2009-04-06 13:49:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
806
872
 
807
873
  * Remove Helper::Partial, to be replaced by Helper::Render
808
874
 
809
- [52c9943 | 2009-04-05 23:47:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
875
+ [52c9943 | 2009-04-06 13:47:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
810
876
 
811
877
  * just fix some annoying things
812
878
 
813
- [cd45648 | 2009-04-05 23:46:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
879
+ [cd45648 | 2009-04-06 13:46:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
814
880
 
815
881
  * Refactor Helper to use HelpersHelper.options
816
882
 
817
- [4a1b7f6 | 2009-04-05 14:25:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
883
+ [4a1b7f6 | 2009-04-06 04:25:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
818
884
 
819
885
  * remove some more methods from Request, they depend on a method in ramaze
820
886
 
821
- [6e0b421 | 2009-04-05 09:22:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
887
+ [6e0b421 | 2009-04-05 23:22:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
822
888
 
823
889
  * Make multipart building a bit more compact
824
890
 
825
- [2f17bf6 | 2009-04-05 14:23:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
891
+ [2f17bf6 | 2009-04-06 04:23:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
826
892
 
827
893
  * Make some variables more 'communicative', as reek puts it
828
894
 
829
- [348e179 | 2009-04-04 06:37:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
895
+ [348e179 | 2009-04-04 20:37:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
830
896
 
831
897
  * Caching for template locations finally working, this should reduce the disk IO through globbing considerably, even if it is still updating the locations for every request
832
898
 
833
- [8555277 | 2009-04-04 06:27:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
899
+ [8555277 | 2009-04-04 20:27:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
834
900
 
835
901
  * Better bacon task
836
902
 
837
- [110243b | 2009-04-03 12:08:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
903
+ [110243b | 2009-04-04 02:08:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
838
904
 
839
905
  * Experimental templating path caching
840
906
 
841
- [258d7c9 | 2009-04-03 13:01:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
907
+ [258d7c9 | 2009-04-04 03:01:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
842
908
 
843
909
  * Use Etanni engine for specs and most examples
844
910
 
845
- [2bf8941 | 2009-04-03 12:59:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
911
+ [2bf8941 | 2009-04-04 02:59:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
846
912
 
847
913
  * Comment out gemspec dependencies until rack is released
848
914
 
849
- [57078ac | 2009-04-03 12:58:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
915
+ [57078ac | 2009-04-04 02:58:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
850
916
 
851
917
  * Remove the extra newlines introduced with Etanni
852
918
 
853
- [51b4797 | 2009-04-03 12:58:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
919
+ [51b4797 | 2009-04-04 02:58:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
854
920
 
855
921
  * Relax views by using #to_s instead of #to_str
856
922
 
857
- [d8475d3 | 2009-04-03 09:48:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
923
+ [d8475d3 | 2009-04-03 23:48:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
858
924
 
859
925
  * Don't carry over view_value into layout actions
860
926
 
861
- [8e2788f | 2009-04-02 03:50:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
927
+ [8e2788f | 2009-04-02 17:50:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
862
928
 
863
929
  * Fix view and layout mapping if there are multiple view_mappings
864
930
 
865
- [8e93e87 | 2009-03-31 16:35:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
931
+ [8e93e87 | 2009-04-01 06:35:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
866
932
 
867
933
  * Version 2009.04.01
868
934
 
869
- [1a7242b | 2009-03-31 16:32:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
935
+ [1a7242b | 2009-04-01 06:32:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
870
936
 
871
937
  * Optional is called Optioned now, watch out
872
938
 
873
- [0809fb1 | 2009-03-31 07:50:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
939
+ [0809fb1 | 2009-03-31 21:50:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
874
940
 
875
941
  * Set proper default templating engine for html to Etanni
876
942
 
877
- [e1f9450 | 2009-03-31 06:14:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
943
+ [e1f9450 | 2009-03-31 20:14:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
878
944
 
879
945
  * Make sure Etanni returns stripped strings, that should make the specs pass again
880
946
 
881
- [3c7063b | 2009-03-31 05:49:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
947
+ [3c7063b | 2009-03-31 19:49:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
882
948
 
883
949
  * Fix bug where root_mappings where not considered alternatives
884
950
 
885
- [0ab5ab1 | 2009-03-29 13:44:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
951
+ [0ab5ab1 | 2009-03-30 03:44:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
886
952
 
887
953
  * Unescape params given to the action
888
954
 
889
- [4fe8226 | 2009-03-28 08:04:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
955
+ [4fe8226 | 2009-03-28 22:04:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
890
956
 
891
957
  * Version 2009.03.28
892
958
 
893
- [57680d3 | 2009-03-28 08:04:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
959
+ [57680d3 | 2009-03-28 22:04:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
894
960
 
895
961
  * Split rake tasks into small units for management with raku
896
962
 
897
- [d7a9278 | 2009-03-26 13:14:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
963
+ [d7a9278 | 2009-03-27 03:14:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
898
964
 
899
965
  * Adapt recursive partial spec for new action iv setting semantics
900
966
 
901
- [4dede34 | 2009-03-26 11:20:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
967
+ [4dede34 | 2009-03-27 01:20:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
902
968
 
903
969
  * Nicer code for Action#layout_view_or_method
904
970
 
905
- [d392fda | 2009-03-26 11:19:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
971
+ [d392fda | 2009-03-27 01:19:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
906
972
 
907
973
  * Make Node#resolve smarter if called on an instance
908
974
 
909
- [3e49468 | 2009-03-26 10:40:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
975
+ [3e49468 | 2009-03-27 00:40:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
910
976
 
911
977
  * Put copy_variables before calling of the action method, so instance variables are copied over from the action and usable in the method the same way as in the template
912
978
 
913
- [408bbd9 | 2009-03-26 02:28:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
979
+ [408bbd9 | 2009-03-26 16:28:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
914
980
 
915
981
  * Better lookup for options.roots
916
982
 
917
- [250188f | 2009-03-25 14:48:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
983
+ [250188f | 2009-03-26 04:48:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
918
984
 
919
985
  * Give the engine the value or a string, not nil
920
986
 
921
- [6784523 | 2009-03-25 14:37:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
987
+ [6784523 | 2009-03-26 04:37:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
922
988
 
923
989
  * Adding Etanni with .xhtml extension
924
990
 
925
- [dc871bf | 2009-03-25 12:35:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
991
+ [dc871bf | 2009-03-26 02:35:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
926
992
 
927
993
  * Remove specs for old request methods
928
994
 
929
- [fa7aa95 | 2009-03-25 12:35:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
995
+ [fa7aa95 | 2009-03-26 02:35:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
930
996
 
931
997
  * Don't fail when trying to obtain symbolic view
932
998
 
933
- [a79b532 | 2009-03-25 12:34:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
999
+ [a79b532 | 2009-03-26 02:34:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
934
1000
 
935
1001
  * Allow Ramaze to inject Request/Response/Session
936
1002
 
937
- [3799d36 | 2009-03-25 12:34:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1003
+ [3799d36 | 2009-03-26 02:34:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
938
1004
 
939
1005
  * Using Gem::Specification#to_ruby, yay
940
1006
 
941
- [6367793 | 2009-03-25 09:01:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1007
+ [6367793 | 2009-03-25 23:01:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
942
1008
 
943
1009
  * Remove cruft from View::ERB
944
1010
 
945
- [72b02f0 | 2009-03-25 09:00:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1011
+ [72b02f0 | 2009-03-25 23:00:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
946
1012
 
947
1013
  * Simplify View::get, we don't need lookup by extension anymore
948
1014
 
949
- [b4850cd | 2009-03-25 09:00:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1015
+ [b4850cd | 2009-03-25 23:00:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
950
1016
 
951
1017
  * Remove some methods from Request, they fit better into Ramaze
952
1018
 
953
- [d919c03 | 2009-03-25 08:59:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1019
+ [d919c03 | 2009-03-25 22:59:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
954
1020
 
955
1021
  * Remove cruft from Adapter, I added support for arbitrary handlers to rack (patch will go in by tomorrow)
956
1022
 
957
- [b7a4f88 | 2009-03-25 05:01:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1023
+ [b7a4f88 | 2009-03-25 19:01:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
958
1024
 
959
1025
  * Remove some unused methods
960
1026
 
961
- [afea731 | 2009-03-24 14:52:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1027
+ [afea731 | 2009-03-25 04:52:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
962
1028
 
963
1029
  * Version 2009.03.24
964
1030
 
965
- [94d0714 | 2009-03-24 10:33:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1031
+ [94d0714 | 2009-03-25 00:33:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
966
1032
 
967
1033
  * Fix bug where index(arg) was passed 'index' as arg
968
1034
 
969
- [28c9f16 | 2009-03-24 07:05:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1035
+ [28c9f16 | 2009-03-24 21:05:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
970
1036
 
971
1037
  * Nicer output for skipped specs
972
1038
 
973
- [ea90a79 | 2009-03-24 07:05:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1039
+ [ea90a79 | 2009-03-24 21:05:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
974
1040
 
975
1041
  * Fix specs for 1.9
976
1042
 
977
- [404cffe | 2009-03-23 10:43:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1043
+ [404cffe | 2009-03-24 00:43:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
978
1044
 
979
1045
  * Using anchor in combination with route would fail between nodes
980
1046
 
981
- [b9c4048 | 2009-03-23 10:23:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1047
+ [b9c4048 | 2009-03-24 00:23:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
982
1048
 
983
1049
  * Update README to reflect latest developments
984
1050
 
985
- [bd4456e | 2009-03-23 06:53:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1051
+ [bd4456e | 2009-03-23 20:53:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
986
1052
 
987
1053
  * Copy action.variables into instance variables before calling engine
988
1054
 
989
- [85b1b75 | 2009-03-23 06:27:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1055
+ [85b1b75 | 2009-03-23 20:27:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
990
1056
 
991
1057
  * Only render_template if the resulting action is valid
992
1058
 
993
- [1e9009c | 2009-03-23 06:03:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1059
+ [1e9009c | 2009-03-23 20:03:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
994
1060
 
995
1061
  * Make the methods in Helper::CGI module functions
996
1062
 
997
- [3e20690 | 2009-03-21 02:36:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1063
+ [3e20690 | 2009-03-21 16:36:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
998
1064
 
999
1065
  * Fix outstanding issues around State and spec them
1000
1066
 
1001
- [1906be4 | 2009-03-20 17:15:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1067
+ [1906be4 | 2009-03-21 07:15:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1002
1068
 
1003
1069
  * Clean up a bit after suggestions from nitpick
1004
1070
 
1005
- [e89cde5 | 2009-03-20 10:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1071
+ [e89cde5 | 2009-03-21 00:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1006
1072
 
1007
1073
  * Only set root in spec if found
1008
1074
 
1009
- [45e1307 | 2009-03-20 10:34:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1075
+ [45e1307 | 2009-03-21 00:34:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1010
1076
 
1011
1077
  * Add some aliases for options given to Innate.start, should make life easier
1012
1078
 
1013
- [c418e85 | 2009-03-20 09:25:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1079
+ [c418e85 | 2009-03-20 23:25:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1014
1080
 
1015
1081
  * Add specs for extended behaviour of Request#domain
1016
1082
 
1017
- [17a1ca3 | 2009-03-20 09:24:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1083
+ [17a1ca3 | 2009-03-20 23:24:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1018
1084
 
1019
1085
  * Support put/delete in shared :mock
1020
1086
 
1021
- [f857946 | 2009-03-20 09:24:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1087
+ [f857946 | 2009-03-20 23:24:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1022
1088
 
1023
1089
  * Take advantage of new Rack::Request#url for Request#domain
1024
1090
 
1025
- [b849861 | 2009-03-20 09:23:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1091
+ [b849861 | 2009-03-20 23:23:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1026
1092
 
1027
1093
  * small style change
1028
1094
 
1029
- [a0d3176 | 2009-03-20 09:23:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1095
+ [a0d3176 | 2009-03-20 23:23:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1030
1096
 
1031
1097
  * Don't rescue anything in Helper, all exceptions get shown
1032
1098
 
1033
- [3e5869d | 2009-03-19 12:57:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1099
+ [3e5869d | 2009-03-20 02:57:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1034
1100
 
1035
1101
  * Remove unused method from node spec
1036
1102
 
1037
- [27ffac3 | 2009-03-19 12:48:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1103
+ [27ffac3 | 2009-03-20 02:48:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1038
1104
 
1039
1105
  * Clean up and remove methods that aren't used anymore
1040
1106
 
1041
- [1e09f3c | 2009-03-19 12:47:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1107
+ [1e09f3c | 2009-03-20 02:47:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1042
1108
 
1043
1109
  * Improve spec/helper.rb to work with rcov
1044
1110
 
1045
- [ca75800 | 2009-03-19 12:46:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1111
+ [ca75800 | 2009-03-20 02:46:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1046
1112
 
1047
1113
  * Fix logical typo
1048
1114
 
1049
- [057b52e | 2009-03-19 12:12:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1115
+ [057b52e | 2009-03-20 02:12:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1050
1116
 
1051
1117
  * Spec Node mapping generation
1052
1118
 
1053
- [05a244a | 2009-03-19 12:09:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1119
+ [05a244a | 2009-03-20 02:09:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1054
1120
 
1055
1121
  * Move node aspects into the aspect helper, make traits faster
1056
1122
 
1057
- [f774349 | 2009-03-19 10:18:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1123
+ [f774349 | 2009-03-20 00:18:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1058
1124
 
1059
1125
  * Better session id, use securerandom if possible (ruby >= 1.8.7)
1060
1126
 
1061
- [4b8d305 | 2009-03-19 09:58:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1127
+ [4b8d305 | 2009-03-19 23:58:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1062
1128
 
1063
1129
  * update_method_arities only once per request
1064
1130
 
1065
- [3d7a493 | 2009-03-19 09:51:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1131
+ [3d7a493 | 2009-03-19 23:51:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1066
1132
 
1067
1133
  * Remove some debugging output
1068
1134
 
1069
- [2650232 | 2009-03-19 09:51:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1135
+ [2650232 | 2009-03-19 23:51:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1070
1136
 
1071
1137
  * No need for next
1072
1138
 
1073
- [b8e2c90 | 2009-03-18 11:49:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1139
+ [b8e2c90 | 2009-03-19 01:49:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1074
1140
 
1075
1141
  * Run Innate.setup_dependencies for shared :mock
1076
1142
 
1077
- [335c4d0 | 2009-03-18 11:49:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1143
+ [335c4d0 | 2009-03-19 01:49:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1078
1144
 
1079
1145
  * Forgot commiting the change to Node#root_mappings
1080
1146
 
1081
- [e7a022c | 2009-03-18 11:48:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1147
+ [e7a022c | 2009-03-19 01:48:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1082
1148
 
1083
1149
  * Node docs more compatible with YARD
1084
1150
 
1085
- [8bab954 | 2009-03-18 11:37:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1151
+ [8bab954 | 2009-03-19 01:37:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1086
1152
 
1087
1153
  * Adding Helper::Link#route_location, makes life easier for Ramaze
1088
1154
 
1089
- [ce9a71d | 2009-03-18 11:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1155
+ [ce9a71d | 2009-03-19 01:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1090
1156
 
1091
1157
  * More intelligent automatic mapping
1092
1158
 
1093
- [3227e0b | 2009-03-18 09:40:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1159
+ [3227e0b | 2009-03-18 23:40:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1094
1160
 
1095
1161
  * Split up the specs for Node a little
1096
1162
 
1097
- [176f1f8 | 2009-03-17 12:09:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1163
+ [176f1f8 | 2009-03-18 02:09:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1098
1164
 
1099
1165
  * And even more docs for Node
1100
1166
 
1101
- [6992116 | 2009-03-17 11:43:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1167
+ [6992116 | 2009-03-18 01:43:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1102
1168
 
1103
1169
  * Update specs for new template lookup
1104
1170
 
1105
- [68ba841 | 2009-03-17 11:41:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1171
+ [68ba841 | 2009-03-18 01:41:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1106
1172
 
1107
1173
  * Add more docs, yard uses @example instead of @usage
1108
1174
 
1109
- [45c7a24 | 2009-03-17 11:40:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1175
+ [45c7a24 | 2009-03-18 01:40:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1110
1176
 
1111
1177
  * Document some of the stuff that goes on in the Node#layout method, allow removing layout from node
1112
1178
 
1113
- [fb36a5f | 2009-03-17 11:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1179
+ [fb36a5f | 2009-03-18 01:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1114
1180
 
1115
1181
  * Remove the Node#layout_root method
1116
1182
 
1117
- [f2e4cc7 | 2009-03-17 11:38:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1183
+ [f2e4cc7 | 2009-03-18 01:38:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1118
1184
 
1119
1185
  * Use param as variable name for the options hash to avoid confusion
1120
1186
 
1121
- [a457bdf | 2009-03-17 11:30:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1187
+ [a457bdf | 2009-03-18 01:30:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1122
1188
 
1123
1189
  * Refactor Node options
1124
1190
 
@@ -1147,2336 +1213,2336 @@
1147
1213
 
1148
1214
  More about this soon in the docs.
1149
1215
 
1150
- [9b78d9c | 2009-03-17 11:28:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1216
+ [9b78d9c | 2009-03-18 01:28:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1151
1217
 
1152
1218
  * Fix the non-node references to Node.options
1153
1219
 
1154
- [64cfecb | 2009-03-17 11:27:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1220
+ [64cfecb | 2009-03-18 01:27:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1155
1221
 
1156
1222
  * Move some Node.options to Innate.options again, they make more sense there
1157
1223
 
1158
- [f2db256 | 2009-03-16 07:00:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1224
+ [f2db256 | 2009-03-16 21:00:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1159
1225
 
1160
1226
  * Handle nil in path_glob gracefully
1161
1227
 
1162
- [1b2435b | 2009-03-16 06:38:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1228
+ [1b2435b | 2009-03-16 20:38:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1163
1229
 
1164
1230
  * Even more docs for Node
1165
1231
 
1166
- [c9dad64 | 2009-03-16 06:38:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1232
+ [c9dad64 | 2009-03-16 20:38:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1167
1233
 
1168
1234
  * Better information about ambigous templates
1169
1235
 
1170
- [9fef72f | 2009-03-16 06:38:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1236
+ [9fef72f | 2009-03-16 20:38:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1171
1237
 
1172
1238
  * Some more docs for Node
1173
1239
 
1174
- [07230ee | 2009-03-16 05:53:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1240
+ [07230ee | 2009-03-16 19:53:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1175
1241
 
1176
1242
  * Simple example for provides
1177
1243
 
1178
- [9fa53a0 | 2009-03-16 05:53:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
1244
+ [9fa53a0 | 2009-03-16 19:53:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
1179
1245
 
1180
1246
  * Some docs for Node#provide
1181
1247
 
1182
- [93ffd36 | 2009-03-16 01:58:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1248
+ [93ffd36 | 2009-03-16 15:58:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1183
1249
 
1184
1250
  * Add Innate::Helper::Link#route_self
1185
1251
 
1186
- [89b5f05 | 2009-03-15 08:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1252
+ [89b5f05 | 2009-03-15 22:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1187
1253
 
1188
1254
  * Try setting $0 correctly in Innate.start
1189
1255
 
1190
- [75fe61d | 2009-03-15 03:25:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1256
+ [75fe61d | 2009-03-15 17:25:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1191
1257
 
1192
1258
  * Options of modules in Innate should be subs of Innate.options, not simple references
1193
1259
 
1194
- [19797aa | 2009-03-14 13:38:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1260
+ [19797aa | 2009-03-15 03:38:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1195
1261
 
1196
1262
  * Proper fallback for Options#[]=
1197
1263
 
1198
- [53e5412 | 2009-03-14 13:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1264
+ [53e5412 | 2009-03-15 03:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1199
1265
 
1200
1266
  * Allow multiple public roots
1201
1267
 
1202
- [88f6b82 | 2009-03-14 05:25:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1268
+ [88f6b82 | 2009-03-14 19:25:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1203
1269
 
1204
1270
  * The :app trait isn't needed anymore
1205
1271
 
1206
- [f3b5d20 | 2009-03-14 05:18:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1272
+ [f3b5d20 | 2009-03-14 19:18:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1207
1273
 
1208
1274
  * Add missing options/stub.rb
1209
1275
 
1210
- [33c2fbe | 2009-03-14 05:17:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1276
+ [33c2fbe | 2009-03-14 19:17:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1211
1277
 
1212
1278
  * Allow to change the object wrapped by Rack::MockRequest
1213
1279
 
1214
- [2e5eccf | 2009-03-14 05:12:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1280
+ [2e5eccf | 2009-03-14 19:12:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1215
1281
 
1216
1282
  * Refactor to use new options convention, each module has its own options now
1217
1283
 
1218
- [b271865 | 2009-03-14 05:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1284
+ [b271865 | 2009-03-14 19:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1219
1285
 
1220
1286
  * Make specs easier by setting $0 correctly
1221
1287
 
1222
- [346c8f3 | 2009-03-14 05:09:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1288
+ [346c8f3 | 2009-03-14 19:09:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1223
1289
 
1224
1290
  * More specs for Innate::Options
1225
1291
 
1226
- [786a340 | 2009-03-14 05:08:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1292
+ [786a340 | 2009-03-14 19:08:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1227
1293
 
1228
1294
  * Improve Innate::Options and add Innate::Optional
1229
1295
 
1230
- [5d84d92 | 2009-03-12 12:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1296
+ [5d84d92 | 2009-03-13 02:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1231
1297
 
1232
1298
  * Rewire to use Innate::MiddlewareCompiler and allow Ramaze to use its own URLMap
1233
1299
 
1234
- [a4461b8 | 2009-03-12 12:26:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1300
+ [a4461b8 | 2009-03-13 02:26:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1235
1301
 
1236
1302
  * Fix Helper::Flash spec, we need to return a string
1237
1303
 
1238
- [7d22edb | 2009-03-12 12:26:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1304
+ [7d22edb | 2009-03-13 02:26:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1239
1305
 
1240
1306
  * Nicer debugging output for routing
1241
1307
 
1242
- [12d63ac | 2009-03-12 10:23:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1308
+ [12d63ac | 2009-03-13 00:23:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1243
1309
 
1244
1310
  * Dynamic MiddlewareCompiler, removes last Rack namespaced class
1245
1311
 
1246
- [aa7e2e1 | 2009-03-09 11:09:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1312
+ [aa7e2e1 | 2009-03-10 01:09:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1247
1313
 
1248
1314
  * Move default hash into Action::create to prevent silly behaviour
1249
1315
 
1250
- [68b8ec0 | 2009-03-07 06:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1316
+ [68b8ec0 | 2009-03-07 21:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1251
1317
 
1252
1318
  * Refactor of content representation, should work smooth now
1253
1319
 
1254
- [e1ade5a | 2009-03-06 06:42:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1320
+ [e1ade5a | 2009-03-06 21:42:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1255
1321
 
1256
1322
  * Improve Helper::Link#anchor on suggestions of endoh
1257
1323
 
1258
- [d7ec2e6 | 2009-03-06 06:16:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1324
+ [d7ec2e6 | 2009-03-06 21:16:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1259
1325
 
1260
1326
  * Some explanation about session.expires
1261
1327
 
1262
- [7b95de4 | 2009-03-06 06:15:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1328
+ [7b95de4 | 2009-03-06 21:15:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1263
1329
 
1264
1330
  * Refactor provides, any engine just has to respond to ::call now
1265
1331
 
1266
- [e9302f0 | 2009-03-05 05:37:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1332
+ [e9302f0 | 2009-03-05 20:37:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1267
1333
 
1268
1334
  * Another change to template exts, only respect the wish to simplify things
1269
1335
 
1270
- [5bc84c1 | 2009-03-05 04:19:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1336
+ [5bc84c1 | 2009-03-05 19:19:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1271
1337
 
1272
1338
  * Remove our Rack::Reloader - i'll try to improve the one in Rack instead and Ramaze has its own anyway
1273
1339
 
1274
- [3712cff | 2009-03-05 04:06:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1340
+ [3712cff | 2009-03-05 19:06:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1275
1341
 
1276
1342
  * Utilize application-specific configuration
1277
1343
 
1278
- [527a29f | 2009-03-05 04:04:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1344
+ [527a29f | 2009-03-05 19:04:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1279
1345
 
1280
1346
  * Split up to_template with path_glob and ext_glob
1281
1347
 
1282
- [66ea210 | 2009-03-04 07:53:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1348
+ [66ea210 | 2009-03-04 22:53:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1283
1349
 
1284
1350
  * Allow multiple values for options.app.(root|view|layout|public)
1285
1351
 
1286
- [671aaea | 2009-03-05 09:02:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1352
+ [671aaea | 2009-03-06 00:02:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1287
1353
 
1288
1354
  * View::register overwrites
1289
1355
 
1290
- [663d623 | 2009-03-02 17:20:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1356
+ [663d623 | 2009-03-03 08:20:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1291
1357
 
1292
1358
  * Options is not Enumerable anymore, add to_hash instead
1293
1359
 
1294
- [e30a191 | 2009-03-02 17:20:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1360
+ [e30a191 | 2009-03-03 08:20:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1295
1361
 
1296
1362
  * simplify helper failure
1297
1363
 
1298
- [c1328ed | 2009-03-02 08:13:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1364
+ [c1328ed | 2009-03-02 23:13:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1299
1365
 
1300
1366
  * Use Options#[] for faster access and add Innate::teardown_dependencies
1301
1367
 
1302
- [a56126b | 2009-03-02 08:13:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1368
+ [a56126b | 2009-03-02 23:13:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1303
1369
 
1304
1370
  * Fix middleware compilation
1305
1371
 
1306
- [7d92080 | 2009-03-01 10:46:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1372
+ [7d92080 | 2009-03-02 01:46:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1307
1373
 
1308
1374
  * Add spec for render_template with variable.
1309
1375
 
1310
- [b5cdf83 | 2009-03-01 07:56:20 UTC] Tadahiko Uehara <kikofx@gmail.com>
1376
+ [b5cdf83 | 2009-03-01 22:56:20 UTC] Tadahiko Uehara <kikofx@gmail.com>
1311
1377
 
1312
1378
  * Use Array#first instead of to_s to get extension from provide wish in
1313
1379
 
1314
1380
  Array#to_s in 1.9 joins with brackets. # ['foo'].to_s #=> "[\"foo\"]"
1315
1381
 
1316
- [2e8bb64 | 2009-03-01 15:20:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1382
+ [2e8bb64 | 2009-03-02 06:20:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1317
1383
 
1318
1384
  * Nicer exception for some missing helpers
1319
1385
 
1320
- [a5de43a | 2009-03-01 15:20:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1386
+ [a5de43a | 2009-03-02 06:20:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1321
1387
 
1322
1388
  * MiddlewareCompiler#use now has traditional rack meaning, use apps for the old behaviour
1323
1389
 
1324
- [aedca0f | 2009-03-01 15:19:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1390
+ [aedca0f | 2009-03-02 06:19:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1325
1391
 
1326
1392
  * Use options[:mode] to avoid problems with facets
1327
1393
 
1328
- [f17eec8 | 2009-03-01 07:02:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1394
+ [f17eec8 | 2009-03-01 22:02:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1329
1395
 
1330
1396
  * Add Innate::defer to schedule code for running in background
1331
1397
 
1332
- [b7e58fa | 2009-02-28 08:12:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1398
+ [b7e58fa | 2009-02-28 23:12:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1333
1399
 
1334
1400
  * Simplify view API a bit
1335
1401
 
1336
- [37a05e8 | 2009-02-25 07:04:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1402
+ [37a05e8 | 2009-02-25 22:04:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1337
1403
 
1338
1404
  * Fix version for rack in gemspec
1339
1405
 
1340
- [e29cd02 | 2009-02-25 07:03:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1406
+ [e29cd02 | 2009-02-25 22:03:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1341
1407
 
1342
1408
  * innate doesn't rely on github
1343
1409
 
1344
- [08d6773 | 2009-02-25 07:01:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1410
+ [08d6773 | 2009-02-25 22:01:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1345
1411
 
1346
1412
  * Version 2009.02.25
1347
1413
 
1348
- [04201ef | 2009-02-25 06:27:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1414
+ [04201ef | 2009-02-25 21:27:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1349
1415
 
1350
1416
  * cleanup
1351
1417
 
1352
- [295a241 | 2009-02-25 06:27:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1418
+ [295a241 | 2009-02-25 21:27:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1353
1419
 
1354
1420
  * Add Traited#class_trait and docs
1355
1421
 
1356
- [6ed8499 | 2009-02-25 06:04:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1422
+ [6ed8499 | 2009-02-25 21:04:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1357
1423
 
1358
1424
  * rebuild middleware if block is passed to Innate.start
1359
1425
 
1360
- [8ce86a7 | 2009-02-25 06:04:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1426
+ [8ce86a7 | 2009-02-25 21:04:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1361
1427
 
1362
1428
  * Make the real failures on helper requires visible
1363
1429
 
1364
- [232214e | 2009-02-25 06:03:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1430
+ [232214e | 2009-02-25 21:03:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1365
1431
 
1366
1432
  * Remove optimization for wrap_action_call, leads to really weird recursion
1367
1433
 
1368
- [38d0a7b | 2009-02-25 05:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1434
+ [38d0a7b | 2009-02-25 20:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1369
1435
 
1370
1436
  * Simplify setting of mode and compilation of middleware
1371
1437
 
1372
- [8c02417 | 2009-02-25 04:40:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1438
+ [8c02417 | 2009-02-25 19:40:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1373
1439
 
1374
1440
  * Speed up wrap_action_call
1375
1441
 
1376
- [cea8af5 | 2009-02-25 04:37:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1442
+ [cea8af5 | 2009-02-25 19:37:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1377
1443
 
1378
1444
  * Speed up ancestral_trait
1379
1445
 
1380
- [608a7eb | 2009-02-24 13:45:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1446
+ [608a7eb | 2009-02-25 04:45:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1381
1447
 
1382
1448
  * Remove Innate::Setup, that goes into Ramaze
1383
1449
 
1384
- [785b1e5 | 2009-02-24 13:45:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1450
+ [785b1e5 | 2009-02-25 04:45:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1385
1451
 
1386
1452
  * Remove reference to Innate in log to avoid confusion
1387
1453
 
1388
- [3df0612 | 2009-02-24 13:28:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1454
+ [3df0612 | 2009-02-25 04:28:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1389
1455
 
1390
1456
  * Remove the providing_hash example until we come up with a better way to show it
1391
1457
 
1392
- [8309299 | 2009-02-24 13:25:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1458
+ [8309299 | 2009-02-25 04:25:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1393
1459
 
1394
1460
  * small cleanup
1395
1461
 
1396
- [93be7ad | 2009-02-24 13:25:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1462
+ [93be7ad | 2009-02-25 04:25:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1397
1463
 
1398
1464
  * Spec the session example
1399
1465
 
1400
- [7b39146 | 2009-02-24 13:24:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1466
+ [7b39146 | 2009-02-25 04:24:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1401
1467
 
1402
1468
  * Add missing template for node spec
1403
1469
 
1404
- [d8ccfce | 2009-02-24 13:22:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1470
+ [d8ccfce | 2009-02-25 04:22:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1405
1471
 
1406
1472
  * Add todolist example
1407
1473
 
1408
- [fd73cef | 2009-02-24 13:06:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1474
+ [fd73cef | 2009-02-25 04:06:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1409
1475
 
1410
1476
  * Don't serve a view without method if params are given
1411
1477
 
1412
- [58f9ecd | 2009-02-24 12:05:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1478
+ [58f9ecd | 2009-02-25 03:05:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1413
1479
 
1414
1480
  * Fix spec for example/link
1415
1481
 
1416
- [607fc72 | 2009-02-24 12:05:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1482
+ [607fc72 | 2009-02-25 03:05:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1417
1483
 
1418
1484
  * Provide shared multipart to enable easy POST specs
1419
1485
 
1420
- [9b833f8 | 2009-02-24 12:04:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1486
+ [9b833f8 | 2009-02-25 03:04:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1421
1487
 
1422
1488
  * Innate::Node, rename LIST to NODE_LIST and HELPERS to DEFAULT_HELPERS
1423
1489
 
1424
- [397cff4 | 2009-02-24 12:03:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1490
+ [397cff4 | 2009-02-25 03:03:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1425
1491
 
1426
1492
  * A little bit nicer each in retro games
1427
1493
 
1428
- [0ab5dfe | 2009-02-24 11:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1494
+ [0ab5dfe | 2009-02-25 02:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1429
1495
 
1430
1496
  * We don't provide error handling out of the box, remove example
1431
1497
 
1432
- [9466549 | 2009-02-24 11:06:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
1498
+ [9466549 | 2009-02-25 02:06:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
1433
1499
 
1434
1500
  * Clean up code of the whywiki
1435
1501
 
1436
- [715371b | 2009-02-24 10:58:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1502
+ [715371b | 2009-02-25 01:58:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1437
1503
 
1438
1504
  * Bring examples up to date
1439
1505
 
1440
- [378977c | 2009-02-22 13:14:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1506
+ [378977c | 2009-02-23 04:14:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1441
1507
 
1442
1508
  * Add some docs
1443
1509
 
1444
- [566303c | 2009-02-22 12:34:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1510
+ [566303c | 2009-02-23 03:34:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1445
1511
 
1446
1512
  * Make Innate::setup and Innate::sync available to Ramaze
1447
1513
 
1448
- [6fa8645 | 2009-02-22 12:16:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1514
+ [6fa8645 | 2009-02-23 03:16:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1449
1515
 
1450
1516
  * Make it easier for Ramaze to set a default engine
1451
1517
 
1452
- [dfe34cd | 2009-02-21 12:54:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1518
+ [dfe34cd | 2009-02-22 03:54:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1453
1519
 
1454
1520
  * Correct usage of git tag
1455
1521
 
1456
- [42d3883 | 2009-02-21 03:28:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1522
+ [42d3883 | 2009-02-21 18:28:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1457
1523
 
1458
1524
  * Version 2009.02.21
1459
1525
 
1460
- [374f218 | 2009-02-21 03:26:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1526
+ [374f218 | 2009-02-21 18:26:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1461
1527
 
1462
1528
  * Bring retro games example back to life
1463
1529
 
1464
- [800c1e2 | 2009-02-20 08:38:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
1530
+ [800c1e2 | 2009-02-20 23:38:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
1465
1531
 
1466
1532
  * Make Innate::Route() and Innate::Rewrite() available for Ramaze
1467
1533
 
1468
- [f9d5d68 | 2009-02-20 06:48:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1534
+ [f9d5d68 | 2009-02-20 21:48:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1469
1535
 
1470
1536
  * Don't fail fatal if no app root can be found
1471
1537
 
1472
- [ddd6e77 | 2009-02-20 06:48:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1538
+ [ddd6e77 | 2009-02-20 21:48:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1473
1539
 
1474
1540
  * Rename action_not_found(path) to action_missing(path), easier to remember
1475
1541
 
1476
- [e682e18 | 2009-02-20 06:47:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1542
+ [e682e18 | 2009-02-20 21:47:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1477
1543
 
1478
1544
  * Add trigger for options.mode to reset middleware
1479
1545
 
1480
- [0efafb9 | 2009-02-19 08:29:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1546
+ [0efafb9 | 2009-02-19 23:29:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1481
1547
 
1482
1548
  * Update options spec for trigger
1483
1549
 
1484
- [f3741ee | 2009-02-19 08:26:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1550
+ [f3741ee | 2009-02-19 23:26:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1485
1551
 
1486
1552
  * Fix MiddlewareCompiler#static and add #directory
1487
1553
 
1488
- [0ce72dc | 2009-02-19 08:07:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1554
+ [0ce72dc | 2009-02-19 23:07:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1489
1555
 
1490
1556
  * Put the dynamap module functions into the SingletonMethods so Ramaze can have them too
1491
1557
 
1492
- [b392fa7 | 2009-02-19 08:06:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1558
+ [b392fa7 | 2009-02-19 23:06:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1493
1559
 
1494
1560
  * Add options.app.public which recompiles middleware on change
1495
1561
 
1496
- [e9d3e04 | 2009-02-19 08:06:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1562
+ [e9d3e04 | 2009-02-19 23:06:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1497
1563
 
1498
1564
  * Add Options#trigger, runs a block when an option changed
1499
1565
 
1500
- [a3bdfdc | 2009-02-19 06:56:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1566
+ [a3bdfdc | 2009-02-19 21:56:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1501
1567
 
1502
1568
  * Proper name for node in session spec
1503
1569
 
1504
- [bc942f2 | 2009-02-19 06:52:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1570
+ [bc942f2 | 2009-02-19 21:52:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1505
1571
 
1506
1572
  * Some more yard-compatible docs
1507
1573
 
1508
- [9f97f72 | 2009-02-19 06:16:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1574
+ [9f97f72 | 2009-02-19 21:16:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1509
1575
 
1510
1576
  * Make aliasing views more consistent
1511
1577
 
1512
- [3d10ef2 | 2009-02-19 05:40:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1578
+ [3d10ef2 | 2009-02-19 20:40:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1513
1579
 
1514
1580
  * Clean up session spec
1515
1581
 
1516
- [027f20b | 2009-02-19 05:38:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1582
+ [027f20b | 2009-02-19 20:38:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1517
1583
 
1518
1584
  * Cache the session just as long as the cookie is scheduled to exist
1519
1585
 
1520
- [0279f91 | 2009-02-19 05:37:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1586
+ [0279f91 | 2009-02-19 20:37:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1521
1587
 
1522
1588
  * Further improvments to the spec task
1523
1589
 
1524
- [f69b4cf | 2009-02-16 18:50:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1590
+ [f69b4cf | 2009-02-17 09:50:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1525
1591
 
1526
1592
  * publish for real
1527
1593
 
1528
- [81048fa | 2009-02-16 18:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1594
+ [81048fa | 2009-02-17 09:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1529
1595
 
1530
1596
  * add rake publish via grancher
1531
1597
 
1532
- [c825e8b | 2009-02-15 11:29:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1598
+ [c825e8b | 2009-02-16 02:29:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1533
1599
 
1534
1600
  * Use current node's extension if it is not provided to render_template.
1535
1601
 
1536
- [4338891 | 2009-02-15 11:29:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1602
+ [4338891 | 2009-02-16 02:29:02 UTC] Tadahiko Uehara <kikofx@gmail.com>
1537
1603
 
1538
1604
  * Use current node's extension if it is not provided to render_template.
1539
1605
 
1540
- [e97696f | 2009-02-15 01:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1606
+ [e97696f | 2009-02-15 16:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1541
1607
 
1542
1608
  * Warn if no app.root was set
1543
1609
 
1544
1610
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1545
1611
 
1546
- [70f09fd | 2009-02-14 15:08:44 UTC] Tadahiko Uehara <kikofx@gmail.com>
1612
+ [70f09fd | 2009-02-15 06:08:44 UTC] Tadahiko Uehara <kikofx@gmail.com>
1547
1613
 
1548
1614
  * Clear layout before rendering a template in #render_template.
1549
1615
 
1550
- [4318c09 | 2009-02-15 02:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1616
+ [4318c09 | 2009-02-15 17:05:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1551
1617
 
1552
1618
  * Warn if no app.root was set
1553
1619
 
1554
- [22a7a1d | 2009-02-14 15:08:44 UTC] Tadahiko Uehara <kikofx@gmail.com>
1620
+ [22a7a1d | 2009-02-15 06:08:44 UTC] Tadahiko Uehara <kikofx@gmail.com>
1555
1621
 
1556
1622
  * Clear layout before rendering a template in #render_template.
1557
1623
 
1558
- [4a31e76 | 2009-02-13 09:02:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1624
+ [4a31e76 | 2009-02-14 00:02:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1559
1625
 
1560
1626
  * Reflect change to Fiber from Ramaze
1561
1627
 
1562
- [59ad732 | 2009-02-11 09:09:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1628
+ [59ad732 | 2009-02-12 00:09:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1563
1629
 
1564
1630
  * Add bacon dependency for spec
1565
1631
 
1566
1632
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1567
1633
 
1568
- [d93b2e5 | 2009-02-11 09:15:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1634
+ [d93b2e5 | 2009-02-12 00:15:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1569
1635
 
1570
1636
  * exit status 1 if specs fail
1571
1637
 
1572
1638
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1573
1639
 
1574
- [89327f5 | 2009-02-11 09:11:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1640
+ [89327f5 | 2009-02-12 00:11:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1575
1641
 
1576
1642
  * Remove debug info, seems to work on RunCodeRun now
1577
1643
 
1578
1644
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1579
1645
 
1580
- [529f7e7 | 2009-02-11 08:50:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1646
+ [529f7e7 | 2009-02-11 23:50:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1581
1647
 
1582
1648
  * Install dependencies on for specs
1583
1649
 
1584
1650
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1585
1651
 
1586
- [da3fb06 | 2009-02-11 09:33:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1652
+ [da3fb06 | 2009-02-12 00:33:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1587
1653
 
1588
1654
  * Use eval with binding argument, Binding#eval is 1.8.7+
1589
1655
 
1590
1656
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1591
1657
 
1592
- [7be640a | 2009-02-11 09:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1658
+ [7be640a | 2009-02-12 00:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1593
1659
 
1594
1660
  * debug RunCodeRun
1595
1661
 
1596
1662
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1597
1663
 
1598
- [c422ae6 | 2009-02-11 08:50:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1664
+ [c422ae6 | 2009-02-11 23:50:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1599
1665
 
1600
1666
  * Support for multiple extensions per engine
1601
1667
 
1602
1668
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1603
1669
 
1604
- [2cae45a | 2009-02-11 06:44:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1670
+ [2cae45a | 2009-02-11 21:44:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1605
1671
 
1606
1672
  * Add options.app.prefix - only outbound for now
1607
1673
 
1608
1674
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1609
1675
 
1610
- [dcbdfdb | 2009-02-11 06:43:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1676
+ [dcbdfdb | 2009-02-11 21:43:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1611
1677
 
1612
1678
  * Add rake ydoc task
1613
1679
 
1614
1680
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1615
1681
 
1616
- [3715913 | 2009-02-11 10:33:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1682
+ [3715913 | 2009-02-12 01:33:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1617
1683
 
1618
1684
  * Use eval with binding argument, Binding#eval is 1.8.7+
1619
1685
 
1620
- [eb77842 | 2009-02-11 10:15:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1686
+ [eb77842 | 2009-02-12 01:15:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1621
1687
 
1622
1688
  * exit status 1 if specs fail
1623
1689
 
1624
- [544533d | 2009-02-11 10:11:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1690
+ [544533d | 2009-02-12 01:11:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1625
1691
 
1626
1692
  * Remove debug info, seems to work on RunCodeRun now
1627
1693
 
1628
- [29d7021 | 2009-02-11 10:09:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1694
+ [29d7021 | 2009-02-12 01:09:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1629
1695
 
1630
1696
  * Add bacon dependency for spec
1631
1697
 
1632
- [d4ca17d | 2009-02-11 10:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1698
+ [d4ca17d | 2009-02-12 01:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1633
1699
 
1634
1700
  * debug RunCodeRun
1635
1701
 
1636
- [8756390 | 2009-02-11 09:50:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1702
+ [8756390 | 2009-02-12 00:50:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1637
1703
 
1638
1704
  * Support for multiple extensions per engine
1639
1705
 
1640
- [d5c003d | 2009-02-11 09:50:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1706
+ [d5c003d | 2009-02-12 00:50:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1641
1707
 
1642
1708
  * Install dependencies on for specs
1643
1709
 
1644
- [35f2ece | 2009-02-11 07:44:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1710
+ [35f2ece | 2009-02-11 22:44:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1645
1711
 
1646
1712
  * Add options.app.prefix - only outbound for now
1647
1713
 
1648
- [d212cd2 | 2009-02-11 07:43:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1714
+ [d212cd2 | 2009-02-11 22:43:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1649
1715
 
1650
1716
  * Add rake ydoc task
1651
1717
 
1652
- [5210279 | 2009-02-09 08:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1718
+ [5210279 | 2009-02-09 23:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1653
1719
 
1654
1720
  * params defaults to []
1655
1721
 
1656
1722
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1657
1723
 
1658
- [53cf3b0 | 2009-02-09 08:47:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1724
+ [53cf3b0 | 2009-02-09 23:47:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1659
1725
 
1660
1726
  * Fix render_template
1661
1727
 
1662
1728
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1663
1729
 
1664
- [b8abf58 | 2009-02-09 08:37:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1730
+ [b8abf58 | 2009-02-09 23:37:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1665
1731
 
1666
1732
  * Cosmetics
1667
1733
 
1668
1734
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1669
1735
 
1670
- [b25f9e7 | 2009-02-09 08:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1736
+ [b25f9e7 | 2009-02-09 23:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1671
1737
 
1672
1738
  * Some more usage of Innate::node
1673
1739
 
1674
1740
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1675
1741
 
1676
- [ad4f3ff | 2009-02-09 08:15:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1742
+ [ad4f3ff | 2009-02-09 23:15:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1677
1743
 
1678
1744
  * Add convenience method Innate::node
1679
1745
 
1680
1746
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1681
1747
 
1682
- [d713321 | 2009-02-09 07:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1748
+ [d713321 | 2009-02-09 22:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1683
1749
 
1684
1750
  * Allow alias_view to point to another Node
1685
1751
 
1686
1752
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1687
1753
 
1688
- [af92ee4 | 2009-02-09 07:15:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1754
+ [af92ee4 | 2009-02-09 22:15:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1689
1755
 
1690
1756
  * Allow templates for methods like this__nested__one
1691
1757
 
1692
1758
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1693
1759
 
1694
- [56f119e | 2009-02-09 07:15:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1760
+ [56f119e | 2009-02-09 22:15:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1695
1761
 
1696
1762
  * Add options.action.needs_method
1697
1763
 
1698
1764
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1699
1765
 
1700
- [3cc7b5c | 2009-02-09 07:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1766
+ [3cc7b5c | 2009-02-09 22:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1701
1767
 
1702
1768
  * Adapt specs for new API (memcached returns no value on delete)
1703
1769
 
1704
1770
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1705
1771
 
1706
- [3698234 | 2009-02-09 07:00:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1772
+ [3698234 | 2009-02-09 22:00:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1707
1773
 
1708
1774
  * Action is made a bit more modular so one can call Action#render
1709
1775
 
1710
1776
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1711
1777
 
1712
- [27520cb | 2009-02-08 06:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1778
+ [27520cb | 2009-02-08 21:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1713
1779
 
1714
1780
  * Correct behaviour for alias_view with spec
1715
1781
 
1716
1782
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1717
1783
 
1718
- [e5fcc9b | 2009-02-08 06:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1784
+ [e5fcc9b | 2009-02-08 21:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1719
1785
 
1720
1786
  * Adapt node spec to new behaviour
1721
1787
 
1722
1788
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1723
1789
 
1724
- [487acde | 2009-02-08 06:41:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1790
+ [487acde | 2009-02-08 21:41:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1725
1791
 
1726
1792
  * Fix alias_view, still needs spec
1727
1793
 
1728
1794
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1729
1795
 
1730
- [34269db | 2009-02-08 06:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1796
+ [34269db | 2009-02-08 21:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1731
1797
 
1732
1798
  * Fix update_method_arities for new traits
1733
1799
 
1734
1800
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1735
1801
 
1736
- [030c75b | 2009-02-08 06:35:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1802
+ [030c75b | 2009-02-08 21:35:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1737
1803
 
1738
1804
  * Better error message if no action was found
1739
1805
 
1740
1806
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1741
1807
 
1742
- [8e5b4dd | 2009-02-08 05:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1808
+ [8e5b4dd | 2009-02-08 20:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1743
1809
 
1744
1810
  * Restructure innate.rb and introduce options.mode
1745
1811
 
1746
1812
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1747
1813
 
1748
- [6524d1c | 2009-02-08 05:41:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1814
+ [6524d1c | 2009-02-08 20:41:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1749
1815
 
1750
1816
  * Fix trait memory-leak
1751
1817
 
1752
1818
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1753
1819
 
1754
- [82673cd | 2009-02-09 09:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1820
+ [82673cd | 2009-02-10 00:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1755
1821
 
1756
1822
  * params defaults to []
1757
1823
 
1758
- [fe17b8d | 2009-02-09 09:47:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1824
+ [fe17b8d | 2009-02-10 00:47:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1759
1825
 
1760
1826
  * Fix render_template
1761
1827
 
1762
- [9d23d82 | 2009-02-09 09:37:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1828
+ [9d23d82 | 2009-02-10 00:37:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1763
1829
 
1764
1830
  * Cosmetics
1765
1831
 
1766
- [e6b6d79 | 2009-02-09 09:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1832
+ [e6b6d79 | 2009-02-10 00:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1767
1833
 
1768
1834
  * Some more usage of Innate::node
1769
1835
 
1770
- [da464b9 | 2009-02-09 09:15:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1836
+ [da464b9 | 2009-02-10 00:15:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1771
1837
 
1772
1838
  * Add convenience method Innate::node
1773
1839
 
1774
- [ed2bdee | 2009-02-09 08:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1840
+ [ed2bdee | 2009-02-09 23:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1775
1841
 
1776
1842
  * Allow alias_view to point to another Node
1777
1843
 
1778
- [95238a3 | 2009-02-09 08:15:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1844
+ [95238a3 | 2009-02-09 23:15:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1779
1845
 
1780
1846
  * Allow templates for methods like this__nested__one
1781
1847
 
1782
- [fc75dca | 2009-02-09 08:15:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1848
+ [fc75dca | 2009-02-09 23:15:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1783
1849
 
1784
1850
  * Add options.action.needs_method
1785
1851
 
1786
- [190e66b | 2009-02-09 08:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1852
+ [190e66b | 2009-02-09 23:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1787
1853
 
1788
1854
  * Adapt specs for new API (memcached returns no value on delete)
1789
1855
 
1790
- [68ad412 | 2009-02-09 08:00:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1856
+ [68ad412 | 2009-02-09 23:00:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1791
1857
 
1792
1858
  * Action is made a bit more modular so one can call Action#render
1793
1859
 
1794
- [4818105 | 2009-02-08 07:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1860
+ [4818105 | 2009-02-08 22:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1795
1861
 
1796
1862
  * Correct behaviour for alias_view with spec
1797
1863
 
1798
- [ffee12e | 2009-02-08 07:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1864
+ [ffee12e | 2009-02-08 22:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1799
1865
 
1800
1866
  * Adapt node spec to new behaviour
1801
1867
 
1802
- [2034ce4 | 2009-02-08 07:41:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1868
+ [2034ce4 | 2009-02-08 22:41:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1803
1869
 
1804
1870
  * Fix alias_view, still needs spec
1805
1871
 
1806
- [2778db9 | 2009-02-08 07:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1872
+ [2778db9 | 2009-02-08 22:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1807
1873
 
1808
1874
  * Fix update_method_arities for new traits
1809
1875
 
1810
- [faae0e0 | 2009-02-08 07:35:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1876
+ [faae0e0 | 2009-02-08 22:35:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1811
1877
 
1812
1878
  * Better error message if no action was found
1813
1879
 
1814
- [ca68ade | 2009-02-08 06:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1880
+ [ca68ade | 2009-02-08 21:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1815
1881
 
1816
1882
  * Restructure innate.rb and introduce options.mode
1817
1883
 
1818
- [228951a | 2009-02-08 06:41:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1884
+ [228951a | 2009-02-08 21:41:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1819
1885
 
1820
1886
  * Fix trait memory-leak
1821
1887
 
1822
- [fb91811 | 2009-02-07 08:20:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
1888
+ [fb91811 | 2009-02-07 23:20:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
1823
1889
 
1824
1890
  * Remove unused actions in Helper::Flash spec
1825
1891
 
1826
1892
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1827
1893
 
1828
- [4205f14 | 2009-02-07 08:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1894
+ [4205f14 | 2009-02-07 23:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1829
1895
 
1830
1896
  * Fix usage of parameters in accept_language
1831
1897
 
1832
1898
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1833
1899
 
1834
- [bf69983 | 2009-02-07 08:11:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1900
+ [bf69983 | 2009-02-07 23:11:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1835
1901
 
1836
1902
  * Specs for layouts
1837
1903
 
1838
1904
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1839
1905
 
1840
- [256c8c9 | 2009-02-07 08:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1906
+ [256c8c9 | 2009-02-07 23:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1841
1907
 
1842
1908
  * New layout behaviour
1843
1909
 
1844
1910
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1845
1911
 
1846
- [d78cedb | 2009-02-07 06:58:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1912
+ [d78cedb | 2009-02-07 21:58:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1847
1913
 
1848
1914
  * Allow adding multiple caches at once
1849
1915
 
1850
1916
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1851
1917
 
1852
- [ff74c88 | 2009-02-07 06:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1918
+ [ff74c88 | 2009-02-07 21:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1853
1919
 
1854
1920
  * wrap_action_call hooks should return the body
1855
1921
 
1856
1922
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1857
1923
 
1858
- [0b34ab6 | 2009-02-07 03:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1924
+ [0b34ab6 | 2009-02-07 18:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1859
1925
 
1860
1926
  * Better parsing of Request#accept_language
1861
1927
 
1862
1928
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1863
1929
 
1864
- [bff2472 | 2009-02-07 03:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1930
+ [bff2472 | 2009-02-07 18:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1865
1931
 
1866
1932
  * Faster Innate.options
1867
1933
 
1868
1934
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1869
1935
 
1870
- [532f3a2 | 2009-02-06 08:44:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1936
+ [532f3a2 | 2009-02-06 23:44:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1871
1937
 
1872
1938
  * Minor fixes and docs for rakefile
1873
1939
 
1874
1940
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1875
1941
 
1876
- [345157b | 2009-02-06 08:44:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1942
+ [345157b | 2009-02-06 23:44:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1877
1943
 
1878
1944
  * Provide default for alias_view
1879
1945
 
1880
1946
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1881
1947
 
1882
- [febab0f | 2009-02-06 08:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1948
+ [febab0f | 2009-02-06 23:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1883
1949
 
1884
1950
  * Version 2009.02.06
1885
1951
 
1886
1952
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1887
1953
 
1888
- [3ed0607 | 2009-02-07 09:20:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
1954
+ [3ed0607 | 2009-02-08 00:20:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
1889
1955
 
1890
1956
  * Remove unused actions in Helper::Flash spec
1891
1957
 
1892
- [e80d217 | 2009-02-07 09:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1958
+ [e80d217 | 2009-02-08 00:13:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1893
1959
 
1894
1960
  * Fix usage of parameters in accept_language
1895
1961
 
1896
- [3f5adb8 | 2009-02-07 09:11:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1962
+ [3f5adb8 | 2009-02-08 00:11:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1897
1963
 
1898
1964
  * Specs for layouts
1899
1965
 
1900
- [f2bdd45 | 2009-02-07 09:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1966
+ [f2bdd45 | 2009-02-08 00:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1901
1967
 
1902
1968
  * New layout behaviour
1903
1969
 
1904
- [e9c6ae3 | 2009-02-07 07:58:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1970
+ [e9c6ae3 | 2009-02-07 22:58:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1905
1971
 
1906
1972
  * Allow adding multiple caches at once
1907
1973
 
1908
- [defd5aa | 2009-02-07 07:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1974
+ [defd5aa | 2009-02-07 22:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1909
1975
 
1910
1976
  * wrap_action_call hooks should return the body
1911
1977
 
1912
- [6d20f61 | 2009-02-07 04:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1978
+ [6d20f61 | 2009-02-07 19:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1913
1979
 
1914
1980
  * Better parsing of Request#accept_language
1915
1981
 
1916
- [00ed695 | 2009-02-07 04:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1982
+ [00ed695 | 2009-02-07 19:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1917
1983
 
1918
1984
  * Faster Innate.options
1919
1985
 
1920
- [ec09fde | 2009-02-06 09:44:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1986
+ [ec09fde | 2009-02-07 00:44:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1921
1987
 
1922
1988
  * Minor fixes and docs for rakefile
1923
1989
 
1924
- [45497a2 | 2009-02-06 09:44:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1990
+ [45497a2 | 2009-02-07 00:44:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1925
1991
 
1926
1992
  * Provide default for alias_view
1927
1993
 
1928
- [1dd1d29 | 2009-02-06 09:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1994
+ [1dd1d29 | 2009-02-07 00:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1929
1995
 
1930
1996
  * Version 2009.02.06
1931
1997
 
1932
- [01ca014 | 2009-02-03 17:37:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
1998
+ [01ca014 | 2009-02-04 08:37:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
1933
1999
 
1934
2000
  * Delete :root and :file parameters after root is figured. Because they
1935
2001
 
1936
2002
 
1937
2003
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
1938
2004
 
1939
- [caf7b61 | 2009-02-03 17:32:01 UTC] Tadahiko Uehara <kikofx@gmail.com>
2005
+ [caf7b61 | 2009-02-04 08:32:01 UTC] Tadahiko Uehara <kikofx@gmail.com>
1940
2006
 
1941
2007
  * Add Action#name, taken from Ramaze.
1942
2008
 
1943
2009
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
1944
2010
 
1945
- [d10e1e4 | 2009-02-03 18:37:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2011
+ [d10e1e4 | 2009-02-04 09:37:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
1946
2012
 
1947
2013
  * Delete :root and :file parameters after root is figured. Because they
1948
2014
 
1949
2015
 
1950
2016
 
1951
- [a0eaff1 | 2009-02-03 18:32:01 UTC] Tadahiko Uehara <kikofx@gmail.com>
2017
+ [a0eaff1 | 2009-02-04 09:32:01 UTC] Tadahiko Uehara <kikofx@gmail.com>
1952
2018
 
1953
2019
  * Add Action#name, taken from Ramaze.
1954
2020
 
1955
- [f83a30c | 2009-02-01 06:50:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2021
+ [f83a30c | 2009-02-01 21:50:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1956
2022
 
1957
2023
  * Rack now has nested parameter parsing
1958
2024
 
1959
2025
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1960
2026
 
1961
- [cc3f110 | 2009-02-01 18:35:42 UTC] Tadahiko Uehara <kikofx@gmail.com>
2027
+ [cc3f110 | 2009-02-02 09:35:42 UTC] Tadahiko Uehara <kikofx@gmail.com>
1962
2028
 
1963
2029
  * use view name as name of the method when method is unavailable.
1964
2030
 
1965
- [20518d4 | 2009-02-01 18:37:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
2031
+ [20518d4 | 2009-02-02 09:37:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
1966
2032
 
1967
2033
  * update aspect spec to check before/after_all, instance_eval and view without method.
1968
2034
 
1969
- [ad974e8 | 2009-02-02 04:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2035
+ [ad974e8 | 2009-02-02 19:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1970
2036
 
1971
2037
  * instance_eval the aspect blocks
1972
2038
 
1973
- [12460ae | 2009-02-01 18:37:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
2039
+ [12460ae | 2009-02-02 09:37:47 UTC] Tadahiko Uehara <kikofx@gmail.com>
1974
2040
 
1975
2041
  * update aspect spec to check before/after_all, instance_eval and view without method.
1976
2042
 
1977
- [ac3cd91 | 2009-02-01 18:35:42 UTC] Tadahiko Uehara <kikofx@gmail.com>
2043
+ [ac3cd91 | 2009-02-02 09:35:42 UTC] Tadahiko Uehara <kikofx@gmail.com>
1978
2044
 
1979
2045
  * use view name as name of the method when method is unavailable.
1980
2046
 
1981
- [1ac84ef | 2009-02-01 18:32:14 UTC] Tadahiko Uehara <kikofx@gmail.com>
2047
+ [1ac84ef | 2009-02-02 09:32:14 UTC] Tadahiko Uehara <kikofx@gmail.com>
1982
2048
 
1983
2049
  * instance_eval the aspect block.
1984
2050
 
1985
- [2287f32 | 2009-02-01 18:31:17 UTC] Tadahiko Uehara <kikofx@gmail.com>
2051
+ [2287f32 | 2009-02-02 09:31:17 UTC] Tadahiko Uehara <kikofx@gmail.com>
1986
2052
 
1987
2053
  * block_holder can be a hash or an actual block. lets first check it.
1988
2054
 
1989
- [b180b45 | 2009-02-01 07:50:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2055
+ [b180b45 | 2009-02-01 22:50:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1990
2056
 
1991
2057
  * Rack now has nested parameter parsing
1992
2058
 
1993
- [71639b6 | 2009-01-31 11:45:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2059
+ [71639b6 | 2009-02-01 02:45:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1994
2060
 
1995
2061
  * Some yard-style docs
1996
2062
 
1997
2063
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
1998
2064
 
1999
- [6b70d31 | 2009-01-31 11:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2065
+ [6b70d31 | 2009-02-01 02:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2000
2066
 
2001
2067
  * Remove useless adapters
2002
2068
 
2003
2069
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2004
2070
 
2005
- [50b78b5 | 2009-01-31 11:45:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2071
+ [50b78b5 | 2009-02-01 02:45:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2006
2072
 
2007
2073
  * Make Node#wrap_action_call work, for now only aspects are registered
2008
2074
 
2009
2075
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2010
2076
 
2011
- [2a827d7 | 2009-01-31 11:43:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2077
+ [2a827d7 | 2009-02-01 02:43:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2012
2078
 
2013
2079
  * Improve Action#copy_variables
2014
2080
 
2015
2081
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2016
2082
 
2017
- [4ae1a01 | 2009-01-31 12:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2083
+ [4ae1a01 | 2009-02-01 03:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2018
2084
 
2019
2085
  * Remove useless adapters
2020
2086
 
2021
- [f75e32d | 2009-01-31 12:45:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2087
+ [f75e32d | 2009-02-01 03:45:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2022
2088
 
2023
2089
  * Some yard-style docs
2024
2090
 
2025
- [a7c4120 | 2009-01-31 12:45:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2091
+ [a7c4120 | 2009-02-01 03:45:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2026
2092
 
2027
2093
  * Make Node#wrap_action_call work, for now only aspects are registered
2028
2094
 
2029
- [46c35c0 | 2009-01-31 12:43:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2095
+ [46c35c0 | 2009-02-01 03:43:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2030
2096
 
2031
2097
  * Improve Action#copy_variables
2032
2098
 
2033
- [b7595b3 | 2009-01-30 10:12:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2099
+ [b7595b3 | 2009-01-31 01:12:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2034
2100
 
2035
2101
  * Fix assignment for (before|after)_all
2036
2102
 
2037
2103
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2038
2104
 
2039
- [76e1be6 | 2009-01-30 11:48:17 UTC] Tadahiko Uehara <kikofx@gmail.com>
2105
+ [76e1be6 | 2009-01-31 02:48:17 UTC] Tadahiko Uehara <kikofx@gmail.com>
2040
2106
 
2041
2107
  * Fixed forgotten merge portion in previous 5de42ee51db98a4ca211a4513056f47389904420.
2042
2108
 
2043
- [7076383 | 2009-01-30 11:12:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2109
+ [7076383 | 2009-01-31 02:12:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
2044
2110
 
2045
2111
  * Fix assignment for (before|after)_all
2046
2112
 
2047
- [3e9a5a8 | 2009-01-30 09:57:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2113
+ [3e9a5a8 | 2009-01-31 00:57:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2048
2114
 
2049
2115
  * Add before_all/after_all aspects
2050
2116
 
2051
2117
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2052
2118
 
2053
- [1335bf2 | 2009-01-30 10:57:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2119
+ [1335bf2 | 2009-01-31 01:57:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2054
2120
 
2055
2121
  * Add before_all/after_all aspects
2056
2122
 
2057
- [8b57671 | 2009-01-29 14:21:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2123
+ [8b57671 | 2009-01-30 05:21:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2058
2124
 
2059
2125
  * trap only once
2060
2126
 
2061
2127
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2062
2128
 
2063
- [9e56624 | 2009-01-29 12:37:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2129
+ [9e56624 | 2009-01-30 03:37:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2064
2130
 
2065
2131
  * method_arities is a trait now
2066
2132
 
2067
2133
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2068
2134
 
2069
- [82646b1 | 2009-01-29 12:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2135
+ [82646b1 | 2009-01-30 03:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2070
2136
 
2071
2137
  * Improve Node::setup, automap is now mapping and behaves like ramaze needs it
2072
2138
 
2073
2139
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2074
2140
 
2075
- [97e8308 | 2009-01-29 12:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2141
+ [97e8308 | 2009-01-30 03:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2076
2142
 
2077
2143
  * Better naming and arguments for Adapter::start
2078
2144
 
2079
2145
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2080
2146
 
2081
- [b182882 | 2009-01-29 12:38:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2147
+ [b182882 | 2009-01-30 03:38:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2082
2148
 
2083
2149
  * Even if started is true, still do basic setup
2084
2150
 
2085
2151
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2086
2152
 
2087
- [e3ffd52 | 2009-01-29 12:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2153
+ [e3ffd52 | 2009-01-30 03:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2088
2154
 
2089
2155
  * Don't use custom adapter in example
2090
2156
 
2091
2157
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2092
2158
 
2093
- [5d95198 | 2009-01-29 12:08:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2159
+ [5d95198 | 2009-01-30 03:08:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2094
2160
 
2095
2161
  * Fix precedence issue in find_method
2096
2162
 
2097
2163
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2098
2164
 
2099
- [64d317f | 2009-01-29 10:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2165
+ [64d317f | 2009-01-30 01:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2100
2166
 
2101
2167
  * Remove requires for rubygems
2102
2168
 
2103
2169
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2104
2170
 
2105
- [508edc9 | 2009-01-29 10:02:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2171
+ [508edc9 | 2009-01-30 01:02:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2106
2172
 
2107
2173
  * Remove whywiki_haml/whywiki_nagoro examples
2108
2174
 
2109
2175
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2110
2176
 
2111
- [b55cf95 | 2009-01-29 15:21:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2177
+ [b55cf95 | 2009-01-30 06:21:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2112
2178
 
2113
2179
  * trap only once
2114
2180
 
2115
- [4d1eda4 | 2009-01-29 13:57:54 UTC] Tadahiko Uehara <kikofx@gmail.com>
2181
+ [4d1eda4 | 2009-01-30 04:57:54 UTC] Tadahiko Uehara <kikofx@gmail.com>
2116
2182
 
2117
2183
  * Remove leftover code from previous addition.
2118
2184
 
2119
- [b41c42a | 2009-01-29 13:39:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2185
+ [b41c42a | 2009-01-30 04:39:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2120
2186
 
2121
2187
  * Work around issue in Rack::URLMap and add spec
2122
2188
 
2123
- [9dde517 | 2009-01-29 13:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2189
+ [9dde517 | 2009-01-30 04:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2124
2190
 
2125
2191
  * Improve Node::setup, automap is now mapping and behaves like ramaze needs it
2126
2192
 
2127
- [861ef4d | 2009-01-29 13:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2193
+ [861ef4d | 2009-01-30 04:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2128
2194
 
2129
2195
  * Better naming and arguments for Adapter::start
2130
2196
 
2131
- [456c144 | 2009-01-29 13:38:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2197
+ [456c144 | 2009-01-30 04:38:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2132
2198
 
2133
2199
  * Even if started is true, still do basic setup
2134
2200
 
2135
- [76e4b23 | 2009-01-29 13:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2201
+ [76e4b23 | 2009-01-30 04:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2136
2202
 
2137
2203
  * Don't use custom adapter in example
2138
2204
 
2139
- [6921322 | 2009-01-29 13:37:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2205
+ [6921322 | 2009-01-30 04:37:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2140
2206
 
2141
2207
  * method_arities is a trait now
2142
2208
 
2143
- [f66c001 | 2009-01-29 13:25:41 UTC] Tadahiko Uehara <kikofx@gmail.com>
2209
+ [f66c001 | 2009-01-30 04:25:41 UTC] Tadahiko Uehara <kikofx@gmail.com>
2144
2210
 
2145
2211
  * Add layout spec and some more.
2146
2212
 
2147
- [3dab943 | 2009-01-29 13:08:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2213
+ [3dab943 | 2009-01-30 04:08:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2148
2214
 
2149
2215
  * Fix precedence issue in find_method
2150
2216
 
2151
- [be40b43 | 2009-01-29 11:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2217
+ [be40b43 | 2009-01-30 02:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2152
2218
 
2153
2219
  * Remove requires for rubygems
2154
2220
 
2155
- [21d17f3 | 2009-01-29 11:02:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2221
+ [21d17f3 | 2009-01-30 02:02:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2156
2222
 
2157
2223
  * Remove whywiki_haml/whywiki_nagoro examples
2158
2224
 
2159
- [03c14eb | 2009-01-28 10:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2225
+ [03c14eb | 2009-01-29 01:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2160
2226
 
2161
2227
  * Move code for copying Action#variables
2162
2228
 
2163
2229
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2164
2230
 
2165
- [1084897 | 2009-01-28 13:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2231
+ [1084897 | 2009-01-29 04:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2166
2232
 
2167
2233
  * Fix cache specs, why the hell did they pass?
2168
2234
 
2169
2235
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2170
2236
 
2171
- [1968cb7 | 2009-01-28 12:55:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
2237
+ [1968cb7 | 2009-01-29 03:55:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
2172
2238
 
2173
2239
  * Add some specs for examples
2174
2240
 
2175
2241
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2176
2242
 
2177
- [9285cec | 2009-01-28 10:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2243
+ [9285cec | 2009-01-29 01:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2178
2244
 
2179
2245
  * Add Node::HELPERS for helpers used on inclusion
2180
2246
 
2181
2247
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2182
2248
 
2183
- [e6b9002 | 2009-01-28 11:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2249
+ [e6b9002 | 2009-01-29 02:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2184
2250
 
2185
2251
  * Remove require for route_exceptions
2186
2252
 
2187
2253
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2188
2254
 
2189
- [7b98be1 | 2009-01-28 10:55:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2255
+ [7b98be1 | 2009-01-29 01:55:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2190
2256
 
2191
2257
  * Rack::RouteExceptions is now in rack-contrib
2192
2258
 
2193
2259
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2194
2260
 
2195
- [e83fc84 | 2009-01-27 12:41:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2261
+ [e83fc84 | 2009-01-28 03:41:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2196
2262
 
2197
2263
  * Nicer inspect of session
2198
2264
 
2199
2265
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2200
2266
 
2201
- [6b0be6f | 2009-01-27 12:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2267
+ [6b0be6f | 2009-01-28 03:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2202
2268
 
2203
2269
  * Set cookie on the response object returned, not the original one
2204
2270
 
2205
2271
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2206
2272
 
2207
- [5b2403c | 2009-01-27 11:49:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2273
+ [5b2403c | 2009-01-28 02:49:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2208
2274
 
2209
2275
  * Fix specs for 1.9
2210
2276
 
2211
2277
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2212
2278
 
2213
- [36dbcc0 | 2009-01-27 11:49:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2279
+ [36dbcc0 | 2009-01-28 02:49:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2214
2280
 
2215
2281
  * 1.9 will return symbols instead of strings as method names
2216
2282
 
2217
2283
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2218
2284
 
2219
- [9e5520e | 2009-01-27 11:48:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2285
+ [9e5520e | 2009-01-28 02:48:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2220
2286
 
2221
2287
  * A bit nicer code style
2222
2288
 
2223
2289
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2224
2290
 
2225
- [eb0935f | 2009-01-27 11:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2291
+ [eb0935f | 2009-01-28 02:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2226
2292
 
2227
2293
  * Map casts to #to_s, :/ is very common in ramaze code
2228
2294
 
2229
2295
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2230
2296
 
2231
- [580673b | 2009-01-27 11:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2297
+ [580673b | 2009-01-28 02:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2232
2298
 
2233
2299
  * Fix handling of binding for 1.9
2234
2300
 
2235
2301
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2236
2302
 
2237
- [f67b9a0 | 2009-01-27 11:46:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2303
+ [f67b9a0 | 2009-01-28 02:46:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2238
2304
 
2239
2305
  * In current 1.9 the original require won't work for some gems
2240
2306
 
2241
2307
  Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>
2242
2308
 
2243
- [9133eb2 | 2009-01-28 14:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2309
+ [9133eb2 | 2009-01-29 05:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2244
2310
 
2245
2311
  * Fix cache specs, why the hell did they pass?
2246
2312
 
2247
- [741a79c | 2009-01-28 13:55:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
2313
+ [741a79c | 2009-01-29 04:55:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
2248
2314
 
2249
2315
  * Add some specs for examples
2250
2316
 
2251
- [122c35f | 2009-01-28 12:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2317
+ [122c35f | 2009-01-29 03:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2252
2318
 
2253
2319
  * Remove require for route_exceptions
2254
2320
 
2255
- [2405c23 | 2009-01-28 11:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2321
+ [2405c23 | 2009-01-29 02:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2256
2322
 
2257
2323
  * Add Node::HELPERS for helpers used on inclusion
2258
2324
 
2259
- [94cde03 | 2009-01-28 11:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2325
+ [94cde03 | 2009-01-29 02:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2260
2326
 
2261
2327
  * Move code for copying Action#variables
2262
2328
 
2263
- [4452766 | 2009-01-28 11:55:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2329
+ [4452766 | 2009-01-29 02:55:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2264
2330
 
2265
2331
  * Rack::RouteExceptions is now in rack-contrib
2266
2332
 
2267
- [2922c7b | 2009-01-28 12:44:43 UTC] Tadahiko Uehara <kikofx@gmail.com>
2333
+ [2922c7b | 2009-01-29 03:44:43 UTC] Tadahiko Uehara <kikofx@gmail.com>
2268
2334
 
2269
2335
  * Add some specs.
2270
2336
 
2271
2337
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2272
2338
 
2273
- [cfc74b8 | 2009-01-28 12:43:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2339
+ [cfc74b8 | 2009-01-29 03:43:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2274
2340
 
2275
2341
  * Add missing fallback argument to redirect_referrer.
2276
2342
 
2277
2343
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2278
2344
 
2279
- [e4534e1 | 2009-01-27 08:37:21 UTC] Tadahiko Uehara <kikofx@gmail.com>
2345
+ [e4534e1 | 2009-01-27 23:37:21 UTC] Tadahiko Uehara <kikofx@gmail.com>
2280
2346
 
2281
2347
  * Fix typo in example.
2282
2348
 
2283
2349
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2284
2350
 
2285
- [53b7764 | 2009-01-28 13:44:43 UTC] Tadahiko Uehara <kikofx@gmail.com>
2351
+ [53b7764 | 2009-01-29 04:44:43 UTC] Tadahiko Uehara <kikofx@gmail.com>
2286
2352
 
2287
2353
  * Add some specs.
2288
2354
 
2289
- [35b3fe7 | 2009-01-28 13:43:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2355
+ [35b3fe7 | 2009-01-29 04:43:50 UTC] Tadahiko Uehara <kikofx@gmail.com>
2290
2356
 
2291
2357
  * Add missing fallback argument to redirect_referrer.
2292
2358
 
2293
- [eeffc7d | 2009-01-27 13:41:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2359
+ [eeffc7d | 2009-01-28 04:41:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2294
2360
 
2295
2361
  * Nicer inspect of session
2296
2362
 
2297
- [1daeb8f | 2009-01-27 13:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2363
+ [1daeb8f | 2009-01-28 04:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2298
2364
 
2299
2365
  * Set cookie on the response object returned, not the original one
2300
2366
 
2301
- [c7f8f10 | 2009-01-27 12:49:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2367
+ [c7f8f10 | 2009-01-28 03:49:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2302
2368
 
2303
2369
  * Fix specs for 1.9
2304
2370
 
2305
- [9075cff | 2009-01-27 12:49:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2371
+ [9075cff | 2009-01-28 03:49:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2306
2372
 
2307
2373
  * 1.9 will return symbols instead of strings as method names
2308
2374
 
2309
- [fdd2197 | 2009-01-27 12:48:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2375
+ [fdd2197 | 2009-01-28 03:48:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2310
2376
 
2311
2377
  * A bit nicer code style
2312
2378
 
2313
- [a2003fe | 2009-01-27 12:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2379
+ [a2003fe | 2009-01-28 03:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2314
2380
 
2315
2381
  * Map casts to #to_s, :/ is very common in ramaze code
2316
2382
 
2317
- [06331c4 | 2009-01-27 12:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2383
+ [06331c4 | 2009-01-28 03:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2318
2384
 
2319
2385
  * Fix handling of binding for 1.9
2320
2386
 
2321
- [e7070f2 | 2009-01-27 12:46:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2387
+ [e7070f2 | 2009-01-28 03:46:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2322
2388
 
2323
2389
  * In current 1.9 the original require won't work for some gems
2324
2390
 
2325
- [047baef | 2009-01-27 09:37:21 UTC] Tadahiko Uehara <kikofx@gmail.com>
2391
+ [047baef | 2009-01-28 00:37:21 UTC] Tadahiko Uehara <kikofx@gmail.com>
2326
2392
 
2327
2393
  * Fix typo in example.
2328
2394
 
2329
- [d3304dd | 2009-01-26 16:50:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2395
+ [d3304dd | 2009-01-27 07:50:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2330
2396
 
2331
2397
  * pass arguments to start to start!
2332
2398
 
2333
- [8f37866 | 2009-01-26 07:47:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2399
+ [8f37866 | 2009-01-26 22:47:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2334
2400
 
2335
2401
  * Prettier output for rake spec
2336
2402
 
2337
- [602c6c1 | 2009-01-26 07:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2403
+ [602c6c1 | 2009-01-26 22:42:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2338
2404
 
2339
2405
  * spec for provide json and layout
2340
2406
 
2341
- [725f209 | 2009-01-26 07:42:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2407
+ [725f209 | 2009-01-26 22:42:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2342
2408
 
2343
2409
  * Fix layout render
2344
2410
 
2345
- [c71fca2 | 2009-01-26 06:41:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2411
+ [c71fca2 | 2009-01-26 21:41:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2346
2412
 
2347
2413
  * Remove Content-Type before dispatch, only add if not set
2348
2414
 
2349
- [07547ba | 2009-01-25 09:09:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2415
+ [07547ba | 2009-01-26 00:09:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2350
2416
 
2351
2417
  * add options.action.wish for higher order control over wishes
2352
2418
 
2353
- [8394dc5 | 2009-01-25 09:08:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2419
+ [8394dc5 | 2009-01-26 00:08:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2354
2420
 
2355
2421
  * small fixes for options
2356
2422
 
2357
- [aa53722 | 2009-01-24 05:05:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2423
+ [aa53722 | 2009-01-24 20:05:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2358
2424
 
2359
2425
  * Expand specs for options
2360
2426
 
2361
- [67f124d | 2009-01-24 05:05:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2427
+ [67f124d | 2009-01-24 20:05:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2362
2428
 
2363
2429
  * Expand specs for flash
2364
2430
 
2365
- [e28bcda | 2009-01-24 05:05:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2431
+ [e28bcda | 2009-01-24 20:05:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2366
2432
 
2367
2433
  * Fix Flash#delete
2368
2434
 
2369
- [a78085c | 2009-01-24 05:04:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2435
+ [a78085c | 2009-01-24 20:04:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2370
2436
 
2371
2437
  * Prune never reached code from options dsl
2372
2438
 
2373
- [dd778ba | 2009-01-24 05:04:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2439
+ [dd778ba | 2009-01-24 20:04:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2374
2440
 
2375
2441
  * Docs for Helper::Link#route
2376
2442
 
2377
- [3013397 | 2009-01-24 05:03:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2443
+ [3013397 | 2009-01-24 20:03:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2378
2444
 
2379
2445
  * Provide Innate::start! method
2380
2446
 
2381
- [bdfe9da | 2009-01-24 05:03:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2447
+ [bdfe9da | 2009-01-24 20:03:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2382
2448
 
2383
2449
  * Ignore adapter for coverage
2384
2450
 
2385
- [2484dd4 | 2009-01-24 03:34:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2451
+ [2484dd4 | 2009-01-24 18:34:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2386
2452
 
2387
2453
  * Innate::Helper::Link#route defaults to '/'
2388
2454
 
2389
- [1e68525 | 2009-01-24 03:34:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2455
+ [1e68525 | 2009-01-24 18:34:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2390
2456
 
2391
2457
  * Spec Innate::Helper::Link
2392
2458
 
2393
- [8d988f0 | 2009-01-23 16:58:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2459
+ [8d988f0 | 2009-01-24 07:58:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2394
2460
 
2395
2461
  * Add clean task
2396
2462
 
2397
- [ce74581 | 2009-01-23 15:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
2463
+ [ce74581 | 2009-01-24 06:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
2398
2464
 
2399
2465
  * Spec Innate::Helper::CGI
2400
2466
 
2401
- [6823756 | 2009-01-23 15:52:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2467
+ [6823756 | 2009-01-24 06:52:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2402
2468
 
2403
2469
  * Spec Innate::Helper::Partial
2404
2470
 
2405
- [27fa85a | 2009-01-23 15:52:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2471
+ [27fa85a | 2009-01-24 06:52:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2406
2472
 
2407
2473
  * Add specs for DynaMap
2408
2474
 
2409
- [8e1ee7d | 2009-01-23 15:51:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2475
+ [8e1ee7d | 2009-01-24 06:51:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2410
2476
 
2411
2477
  * Spec more of Request
2412
2478
 
2413
- [766023a | 2009-01-23 15:51:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2479
+ [766023a | 2009-01-24 06:51:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2414
2480
 
2415
2481
  * Expand redirect spec
2416
2482
 
2417
- [66229fc | 2009-01-23 15:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2483
+ [66229fc | 2009-01-24 06:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2418
2484
 
2419
2485
  * Use shared mock a bit
2420
2486
 
2421
- [6e62527 | 2009-01-23 15:50:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2487
+ [6e62527 | 2009-01-24 06:50:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2422
2488
 
2423
2489
  * Spec that helper methods are no actions by default
2424
2490
 
2425
- [b5dd53b | 2009-01-23 15:50:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
2491
+ [b5dd53b | 2009-01-24 06:50:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
2426
2492
 
2427
2493
  * add shared :mock
2428
2494
 
2429
- [84a057d | 2009-01-23 15:49:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2495
+ [84a057d | 2009-01-24 06:49:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2430
2496
 
2431
2497
  * Fix throw/catch around :respond/:redirect
2432
2498
 
2433
- [f56dbe4 | 2009-01-23 15:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2499
+ [f56dbe4 | 2009-01-24 06:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2434
2500
 
2435
2501
  * Rename Node#to_view to Node#find_view
2436
2502
 
2437
- [0ca8a71 | 2009-01-23 15:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2503
+ [0ca8a71 | 2009-01-24 06:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2438
2504
 
2439
2505
  * add CGI to autoload, it's used very seldom
2440
2506
 
2441
- [ce88e79 | 2009-01-23 15:46:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2507
+ [ce88e79 | 2009-01-24 06:46:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2442
2508
 
2443
2509
  * We need URI for Request
2444
2510
 
2445
- [597b9a4 | 2009-01-23 15:46:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2511
+ [597b9a4 | 2009-01-24 06:46:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2446
2512
 
2447
2513
  * Add rcov task
2448
2514
 
2449
- [a583746 | 2009-01-22 15:01:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2515
+ [a583746 | 2009-01-23 06:01:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2450
2516
 
2451
2517
  * Don't try to use ERB for things that aren't strings
2452
2518
 
2453
- [959e891 | 2009-01-22 15:01:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2519
+ [959e891 | 2009-01-23 06:01:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2454
2520
 
2455
2521
  * Some improvments for specs, add shared :session
2456
2522
 
2457
- [d17596b | 2009-01-22 15:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2523
+ [d17596b | 2009-01-23 06:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2458
2524
 
2459
2525
  * redirect_referrer should work like in Ramaze
2460
2526
 
2461
- [da7d7c6 | 2009-01-22 15:00:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2527
+ [da7d7c6 | 2009-01-23 06:00:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
2462
2528
 
2463
2529
  * Use r, not Rs
2464
2530
 
2465
- [775fa4b | 2009-01-22 15:00:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2531
+ [775fa4b | 2009-01-23 06:00:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2466
2532
 
2467
2533
  * Clean up Helper::Aspect
2468
2534
 
2469
- [1286960 | 2009-01-22 14:59:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2535
+ [1286960 | 2009-01-23 05:59:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2470
2536
 
2471
2537
  * Nicer glob
2472
2538
 
2473
- [5551462 | 2009-01-22 14:58:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2539
+ [5551462 | 2009-01-23 05:58:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
2474
2540
 
2475
2541
  * Innate::HelperAccess::helper doesn't extend anymore, do that in your helper as needed
2476
2542
 
2477
- [b6675e0 | 2009-01-22 14:57:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2543
+ [b6675e0 | 2009-01-23 05:57:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2478
2544
 
2479
2545
  * Remove Innate::Helper::DEFAULT
2480
2546
 
2481
- [1a602c3 | 2009-01-22 14:56:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2547
+ [1a602c3 | 2009-01-23 05:56:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
2482
2548
 
2483
2549
  * Don't fret on existing Innate::ROOT
2484
2550
 
2485
- [656c951 | 2009-01-22 14:55:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2551
+ [656c951 | 2009-01-23 05:55:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2486
2552
 
2487
2553
  * Spec for flash
2488
2554
 
2489
- [206a101 | 2009-01-21 10:56:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2555
+ [206a101 | 2009-01-22 01:56:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2490
2556
 
2491
2557
  * Node automap doesn't need to replace spaces
2492
2558
 
2493
- [c518707 | 2009-01-21 10:53:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2559
+ [c518707 | 2009-01-22 01:53:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2494
2560
 
2495
2561
  * Seems like ERB likes this better
2496
2562
 
2497
- [39f033b | 2009-01-21 10:53:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2563
+ [39f033b | 2009-01-22 01:53:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2498
2564
 
2499
2565
  * Only search public instance methods
2500
2566
 
2501
- [696d7af | 2009-01-21 10:52:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2567
+ [696d7af | 2009-01-22 01:52:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2502
2568
 
2503
2569
  * Compact try_resolve
2504
2570
 
2505
- [fd2bb5f | 2009-01-21 10:52:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2571
+ [fd2bb5f | 2009-01-22 01:52:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2506
2572
 
2507
2573
  * Use Traited in Node, finally gives us inheritable configuration
2508
2574
 
2509
- [3891bc2 | 2009-01-21 10:51:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2575
+ [3891bc2 | 2009-01-22 01:51:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2510
2576
 
2511
2577
  * Better fulfill_wish
2512
2578
 
2513
- [3552421 | 2009-01-21 10:50:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2579
+ [3552421 | 2009-01-22 01:50:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2514
2580
 
2515
2581
  * remove Action::CONTENT_TYPE, we can add '.sass' in ramaze
2516
2582
 
2517
- [5dbfec2 | 2009-01-21 10:49:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
2583
+ [5dbfec2 | 2009-01-22 01:49:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
2518
2584
 
2519
2585
  * Nicer output of specs
2520
2586
 
2521
- [c6666eb | 2009-01-21 10:49:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2587
+ [c6666eb | 2009-01-22 01:49:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2522
2588
 
2523
2589
  * Specs for Traited
2524
2590
 
2525
- [934ba5f | 2009-01-21 10:49:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2591
+ [934ba5f | 2009-01-22 01:49:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2526
2592
 
2527
2593
  * Add Traited, like Ramaze traits, but limited in scope
2528
2594
 
2529
- [9b57ea4 | 2009-01-21 04:17:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2595
+ [9b57ea4 | 2009-01-21 19:17:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2530
2596
 
2531
2597
  * Refactor some Node code, faster arity check and warning on ambiguity for layouts
2532
2598
 
2533
- [4853060 | 2009-01-21 04:12:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2599
+ [4853060 | 2009-01-21 19:12:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2534
2600
 
2535
2601
  * Squeeze slack from Node::automap and Node::setup
2536
2602
 
2537
- [4038a4d | 2009-01-21 04:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2603
+ [4038a4d | 2009-01-21 19:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2538
2604
 
2539
2605
  * Assign layout on include... gotta improve that for inherit
2540
2606
 
2541
- [5b8c69b | 2009-01-21 04:10:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
2607
+ [5b8c69b | 2009-01-21 19:10:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
2542
2608
 
2543
2609
  * Don't use RouteExceptions by default, but use CommonLogger
2544
2610
 
2545
- [18ab6cb | 2009-01-21 04:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2611
+ [18ab6cb | 2009-01-21 19:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2546
2612
 
2547
2613
  * Remove test code from hello example
2548
2614
 
2549
- [c6e0016 | 2009-01-21 04:10:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2615
+ [c6e0016 | 2009-01-21 19:10:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2550
2616
 
2551
2617
  * Simpler Innate::View::None
2552
2618
 
2553
- [576fc84 | 2009-01-21 04:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2619
+ [576fc84 | 2009-01-21 19:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
2554
2620
 
2555
2621
  * ERB now initialized with '<%>' and sensible filename
2556
2622
 
2557
- [42ced1f | 2009-01-21 04:08:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2623
+ [42ced1f | 2009-01-21 19:08:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2558
2624
 
2559
2625
  * Add docs to Innate::DynaMap and accept block on Innate::map
2560
2626
 
2561
- [782b029 | 2009-01-21 04:07:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2627
+ [782b029 | 2009-01-21 19:07:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2562
2628
 
2563
2629
  * Clean up setup of caches, won't register on initialize anymore
2564
2630
 
2565
- [cabc6b2 | 2009-01-21 04:07:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2631
+ [cabc6b2 | 2009-01-21 19:07:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
2566
2632
 
2567
2633
  * Add Innate::Cache::DRb
2568
2634
 
2569
- [82e0dae | 2009-01-19 10:53:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2635
+ [82e0dae | 2009-01-20 01:53:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2570
2636
 
2571
2637
  * Improve Helper::Redirect and port specs
2572
2638
 
2573
- [255643c | 2009-01-18 11:31:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2639
+ [255643c | 2009-01-19 02:31:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2574
2640
 
2575
2641
  * Explain how layouts respect provides
2576
2642
 
2577
- [87c30c9 | 2009-01-18 11:20:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2643
+ [87c30c9 | 2009-01-19 02:20:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2578
2644
 
2579
2645
  * A bit more compact code
2580
2646
 
2581
- [27d7f2e | 2009-01-18 11:18:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2647
+ [27d7f2e | 2009-01-19 02:18:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2582
2648
 
2583
2649
  * Unify layout/view file lookup so layout respects wish
2584
2650
 
2585
- [ba91e65 | 2009-01-18 11:02:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2651
+ [ba91e65 | 2009-01-19 02:02:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
2586
2652
 
2587
2653
  * Reduce code needed to setup specs
2588
2654
 
2589
- [f9d9ef1 | 2009-01-18 11:02:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2655
+ [f9d9ef1 | 2009-01-19 02:02:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2590
2656
 
2591
2657
  * Fixes and improvments for Helper
2592
2658
 
2593
- [722336e | 2009-01-18 11:02:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2659
+ [722336e | 2009-01-19 02:02:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2594
2660
 
2595
2661
  * Make Innate::middleware less boring
2596
2662
 
2597
- [c8ca27e | 2009-01-18 11:01:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2663
+ [c8ca27e | 2009-01-19 02:01:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2598
2664
 
2599
2665
  * Pass block to Innate::start to build your middleware
2600
2666
 
2601
- [2124ae4 | 2009-01-18 11:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2667
+ [2124ae4 | 2009-01-19 02:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2602
2668
 
2603
2669
  * Innate::Route and Innate::Rewrite behave correct now
2604
2670
 
2605
- [96a3674 | 2009-01-18 10:09:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2671
+ [96a3674 | 2009-01-19 01:09:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
2606
2672
 
2607
2673
  * Simplify Helper API and add some docs
2608
2674
 
2609
- [64420a2 | 2009-01-18 02:26:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
2675
+ [64420a2 | 2009-01-18 17:26:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
2610
2676
 
2611
2677
  * Don't assign :caller
2612
2678
 
2613
- [12f7119 | 2009-01-17 08:20:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2679
+ [12f7119 | 2009-01-17 23:20:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2614
2680
 
2615
2681
  * Add example for error handling
2616
2682
 
2617
- [e38b669 | 2009-01-17 08:20:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2683
+ [e38b669 | 2009-01-17 23:20:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2618
2684
 
2619
2685
  * Fix error handling
2620
2686
 
2621
- [3bfe38c | 2009-01-17 07:56:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2687
+ [3bfe38c | 2009-01-17 22:56:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
2622
2688
 
2623
2689
  * Innate::Current isn't needed for static files
2624
2690
 
2625
- [e9a9a03 | 2009-01-17 07:55:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
2691
+ [e9a9a03 | 2009-01-17 22:55:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
2626
2692
 
2627
2693
  * Heed shadow warnings
2628
2694
 
2629
- [eec3639 | 2009-01-17 07:54:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2695
+ [eec3639 | 2009-01-17 22:54:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2630
2696
 
2631
2697
  * More timeout on trap
2632
2698
 
2633
- [7a8c8f2 | 2009-01-17 07:54:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2699
+ [7a8c8f2 | 2009-01-17 22:54:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2634
2700
 
2635
2701
  * Add merging for options
2636
2702
 
2637
- [9ff7e94 | 2009-01-17 07:34:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2703
+ [9ff7e94 | 2009-01-17 22:34:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2638
2704
 
2639
2705
  * Exception handling by recall, can you feel the power?
2640
2706
 
2641
- [c8e4bec | 2009-01-17 05:12:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2707
+ [c8e4bec | 2009-01-17 20:12:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
2642
2708
 
2643
2709
  * Check log.color option
2644
2710
 
2645
- [97957b9 | 2009-01-17 05:03:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2711
+ [97957b9 | 2009-01-17 20:03:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2646
2712
 
2647
2713
  * Remove Rack::Profile, there's one in rack-contrib
2648
2714
 
2649
- [91aab79 | 2009-01-17 05:00:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2715
+ [91aab79 | 2009-01-17 20:00:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2650
2716
 
2651
2717
  * Add Response#reset
2652
2718
 
2653
- [2aa69fc | 2009-01-17 05:00:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2719
+ [2aa69fc | 2009-01-17 20:00:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2654
2720
 
2655
2721
  * Port Helper::SendFile and spec
2656
2722
 
2657
- [8dfca77 | 2009-01-17 04:51:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2723
+ [8dfca77 | 2009-01-17 19:51:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
2658
2724
 
2659
2725
  * Don't require rubygems twice on specs
2660
2726
 
2661
- [db69ee3 | 2009-01-17 04:50:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2727
+ [db69ee3 | 2009-01-17 19:50:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2662
2728
 
2663
2729
  * Simple logging options
2664
2730
 
2665
- [1c81540 | 2009-01-17 04:49:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
2731
+ [1c81540 | 2009-01-17 19:49:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
2666
2732
 
2667
2733
  * Minor mod
2668
2734
 
2669
- [fba8f58 | 2009-01-17 04:49:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2735
+ [fba8f58 | 2009-01-17 19:49:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2670
2736
 
2671
2737
  * Automatic mapping for Node, '/' if only one Node exists
2672
2738
 
2673
- [044b979 | 2009-01-17 04:47:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2739
+ [044b979 | 2009-01-17 19:47:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
2674
2740
 
2675
2741
  * Innate::Cache::add method like Ramaze::Cache::add
2676
2742
 
2677
- [cda601a | 2009-01-13 10:35:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2743
+ [cda601a | 2009-01-14 01:35:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2678
2744
 
2679
2745
  * Clean up Node spec
2680
2746
 
2681
- [88866be | 2009-01-13 10:32:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2747
+ [88866be | 2009-01-14 01:32:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2682
2748
 
2683
2749
  * Fix Session spec
2684
2750
 
2685
- [5974e23 | 2009-01-13 10:32:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2751
+ [5974e23 | 2009-01-14 01:32:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2686
2752
 
2687
2753
  * Fix Node spec
2688
2754
 
2689
- [675e3bc | 2009-01-13 10:32:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
2755
+ [675e3bc | 2009-01-14 01:32:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
2690
2756
 
2691
2757
  * Fix aspect spec
2692
2758
 
2693
- [1b9a1c8 | 2009-01-13 10:31:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
2759
+ [1b9a1c8 | 2009-01-14 01:31:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
2694
2760
 
2695
2761
  * Spec Request
2696
2762
 
2697
- [0932816 | 2009-01-13 08:35:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2763
+ [0932816 | 2009-01-13 23:35:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2698
2764
 
2699
2765
  * Port specs for Node parameters
2700
2766
 
2701
- [37b1392 | 2009-01-13 08:35:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2767
+ [37b1392 | 2009-01-13 23:35:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2702
2768
 
2703
2769
  * Port specs for Route
2704
2770
 
2705
- [972e2de | 2009-01-13 08:35:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2771
+ [972e2de | 2009-01-13 23:35:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
2706
2772
 
2707
2773
  * Reset Response when action is found
2708
2774
 
2709
- [58a9143 | 2009-01-13 08:35:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2775
+ [58a9143 | 2009-01-13 23:35:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2710
2776
 
2711
2777
  * Further fixes of provides, only modify the path if a provide is found
2712
2778
 
2713
- [b87493f | 2009-01-13 08:32:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2779
+ [b87493f | 2009-01-13 23:32:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
2714
2780
 
2715
2781
  * Fix Innate::Route and add Innate::Rewrite
2716
2782
 
2717
- [33be02f | 2009-01-13 08:32:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2783
+ [33be02f | 2009-01-13 23:32:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2718
2784
 
2719
2785
  * Add Innate::Response
2720
2786
 
2721
- [7cedab1 | 2009-01-10 07:59:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
2787
+ [7cedab1 | 2009-01-10 22:59:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
2722
2788
 
2723
2789
  * Add routing middleware
2724
2790
 
2725
- [9459903 | 2009-01-09 08:34:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2791
+ [9459903 | 2009-01-09 23:34:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2726
2792
 
2727
2793
  * Adding aspect helper as default and squeeze out some bugs
2728
2794
 
2729
- [170f032 | 2009-01-07 14:01:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2795
+ [170f032 | 2009-01-08 05:01:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2730
2796
 
2731
2797
  * Some additions and improvments to Request
2732
2798
 
2733
- [79979ce | 2009-01-07 13:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2799
+ [79979ce | 2009-01-08 04:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
2734
2800
 
2735
2801
  * Don't rescue in Node::call so we don't get double backtraces
2736
2802
 
2737
- [48f92c1 | 2009-01-07 13:11:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2803
+ [48f92c1 | 2009-01-08 04:11:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2738
2804
 
2739
2805
  * render is no helper
2740
2806
 
2741
- [13584b8 | 2009-01-07 13:11:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2807
+ [13584b8 | 2009-01-08 04:11:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2742
2808
 
2743
2809
  * LogHub can now be toggled on and off, so you don't have to modify the loggers
2744
2810
 
2745
- [88d1c7f | 2009-01-07 13:10:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2811
+ [88d1c7f | 2009-01-08 04:10:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2746
2812
 
2747
2813
  * Clean up logging a bit
2748
2814
 
2749
- [6036864 | 2009-01-07 12:55:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
2815
+ [6036864 | 2009-01-08 03:55:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
2750
2816
 
2751
2817
  * flash is default helper as well
2752
2818
 
2753
- [740015b | 2009-01-07 12:52:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2819
+ [740015b | 2009-01-08 03:52:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2754
2820
 
2755
2821
  * Add Helper::Flash
2756
2822
 
2757
- [753ba5a | 2009-01-07 12:52:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2823
+ [753ba5a | 2009-01-08 03:52:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2758
2824
 
2759
2825
  * Add Innate::Session::Flash
2760
2826
 
2761
- [e74d7ac | 2009-01-07 11:09:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2827
+ [e74d7ac | 2009-01-08 02:09:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2762
2828
 
2763
2829
  * Spec for Helper::Aspect
2764
2830
 
2765
- [f0ba7e7 | 2009-01-07 11:09:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2831
+ [f0ba7e7 | 2009-01-08 02:09:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2766
2832
 
2767
2833
  * Activate default helpers on inclusion of Innate::Node
2768
2834
 
2769
- [f1ff921 | 2009-01-07 11:08:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2835
+ [f1ff921 | 2009-01-08 02:08:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
2770
2836
 
2771
2837
  * Execute Helper::Aspect hooks in Action
2772
2838
 
2773
- [6687cd6 | 2009-01-07 11:03:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2839
+ [6687cd6 | 2009-01-08 02:03:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
2774
2840
 
2775
2841
  * Helper::Partial from Ramaze
2776
2842
 
2777
- [470bee9 | 2009-01-06 12:28:18 UTC] TJ Vanderpoel <bougy.man@gmail.com>
2843
+ [470bee9 | 2009-01-07 03:28:18 UTC] TJ Vanderpoel <bougy.man@gmail.com>
2778
2844
 
2779
2845
  * fixed requires and Wiki#provide to refer to erb instead of haml
2780
2846
 
2781
- [015034d | 2009-01-06 12:26:53 UTC] TJ Vanderpoel <bougy.man@gmail.com>
2847
+ [015034d | 2009-01-07 03:26:53 UTC] TJ Vanderpoel <bougy.man@gmail.com>
2782
2848
 
2783
2849
  * converted haml templated to erb
2784
2850
 
2785
- [a6fa567 | 2009-01-05 14:15:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2851
+ [a6fa567 | 2009-01-06 05:15:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
2786
2852
 
2787
2853
  * Don't be so noisy about state
2788
2854
 
2789
- [44a11ec | 2009-01-05 14:15:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2855
+ [44a11ec | 2009-01-06 05:15:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2790
2856
 
2791
2857
  * Reduce view glob
2792
2858
 
2793
- [2b5dad5 | 2009-01-05 14:15:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
2859
+ [2b5dad5 | 2009-01-06 05:15:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
2794
2860
 
2795
2861
  * Action#sync_variables
2796
2862
 
2797
- [155d9ad | 2009-01-05 14:14:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2863
+ [155d9ad | 2009-01-06 05:14:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2798
2864
 
2799
2865
  * Don't define ROOT twice
2800
2866
 
2801
- [bcce1e2 | 2009-01-05 13:01:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2867
+ [bcce1e2 | 2009-01-06 04:01:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2802
2868
 
2803
2869
  * The cookie of Mock::Session may be changed
2804
2870
 
2805
- [8cb296b | 2009-01-05 12:10:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2871
+ [8cb296b | 2009-01-06 03:10:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2806
2872
 
2807
2873
  * Better lookup so Ramaze can integrate
2808
2874
 
2809
- [b4f556d | 2009-01-05 11:06:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2875
+ [b4f556d | 2009-01-06 02:06:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
2810
2876
 
2811
2877
  * Action#binding as shortcut
2812
2878
 
2813
- [5f5602a | 2009-01-05 10:15:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2879
+ [5f5602a | 2009-01-06 01:15:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
2814
2880
 
2815
2881
  * Move all templating engines that have dependencies to Ramaze
2816
2882
 
2817
- [91da40d | 2009-01-05 09:58:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2883
+ [91da40d | 2009-01-06 00:58:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
2818
2884
 
2819
2885
  * Remove done todos
2820
2886
 
2821
- [4e5f3f2 | 2009-01-05 09:57:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2887
+ [4e5f3f2 | 2009-01-06 00:57:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
2822
2888
 
2823
2889
  * Update specs for new options
2824
2890
 
2825
- [24ef9cf | 2009-01-05 09:57:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2891
+ [24ef9cf | 2009-01-06 00:57:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
2826
2892
 
2827
2893
  * Fix options usage in node spec
2828
2894
 
2829
- [2ce93fd | 2009-01-05 09:57:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2895
+ [2ce93fd | 2009-01-06 00:57:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
2830
2896
 
2831
2897
  * Only run Options#dsl instance_eval if block given
2832
2898
 
2833
- [1613987 | 2009-01-05 09:46:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2899
+ [1613987 | 2009-01-06 00:46:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2834
2900
 
2835
2901
  * Expired cache values should not be returned
2836
2902
 
2837
- [9849a07 | 2009-01-05 09:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2903
+ [9849a07 | 2009-01-06 00:41:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
2838
2904
 
2839
2905
  * fix setup for cache spec
2840
2906
 
2841
- [25c5303 | 2009-01-05 09:39:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2907
+ [25c5303 | 2009-01-06 00:39:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2842
2908
 
2843
2909
  * Unify requires for specs and don't use Lint
2844
2910
 
2845
- [353ebb2 | 2009-01-05 09:38:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2911
+ [353ebb2 | 2009-01-06 00:38:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2846
2912
 
2847
2913
  * Allow choice between Fiber and Threads via options
2848
2914
 
2849
- [a814522 | 2009-01-05 09:38:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2915
+ [a814522 | 2009-01-06 00:38:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
2850
2916
 
2851
2917
  * Use new options syntax
2852
2918
 
2853
- [f8982ae | 2009-01-05 09:32:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
2919
+ [f8982ae | 2009-01-06 00:32:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
2854
2920
 
2855
2921
  * Refactor sessions, lazy, efficient, and deep
2856
2922
 
2857
- [167e44a | 2009-01-05 09:25:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2923
+ [167e44a | 2009-01-06 00:25:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2858
2924
 
2859
2925
  * Final draft of caching implementation, should fix all problems and be ready for arbitrary backends
2860
2926
 
2861
- [8275eb8 | 2009-01-05 09:24:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
2927
+ [8275eb8 | 2009-01-06 00:24:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
2862
2928
 
2863
2929
  * Action#content_type should be public
2864
2930
 
2865
- [a565059 | 2009-01-05 07:41:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
2931
+ [a565059 | 2009-01-05 22:41:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
2866
2932
 
2867
2933
  * Don't spec spec/innate/cache/common.rb
2868
2934
 
2869
- [96caaf5 | 2009-01-05 07:41:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2935
+ [96caaf5 | 2009-01-05 22:41:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2870
2936
 
2871
2937
  * Add Options#method_missing and #dsl reopens the previous Options instance
2872
2938
 
2873
- [1b564e7 | 2009-01-05 07:40:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2939
+ [1b564e7 | 2009-01-05 22:40:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
2874
2940
 
2875
2941
  * Require date in rakefile
2876
2942
 
2877
- [4fa57b7 | 2009-01-04 09:58:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2943
+ [4fa57b7 | 2009-01-05 00:58:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2878
2944
 
2879
2945
  * Make trap optional
2880
2946
 
2881
- [26d161c | 2009-01-04 07:56:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2947
+ [26d161c | 2009-01-04 22:56:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
2882
2948
 
2883
2949
  * Some more functionality for Options, use it
2884
2950
 
2885
- [3a535ea | 2009-01-03 09:24:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2951
+ [3a535ea | 2009-01-04 00:24:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
2886
2952
 
2887
2953
  * Better namespaced configuration, not as convenient or magical but much more effective
2888
2954
 
2889
- [8522a01 | 2009-01-01 15:00:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2955
+ [8522a01 | 2009-01-02 06:00:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
2890
2956
 
2891
2957
  * Allow deleting session data
2892
2958
 
2893
- [9ef3b8a | 2009-01-01 15:00:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2959
+ [9ef3b8a | 2009-01-02 06:00:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
2894
2960
 
2895
2961
  * Remove useless stuff from marshal store
2896
2962
 
2897
- [75916be | 2009-01-01 14:59:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2963
+ [75916be | 2009-01-02 05:59:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2898
2964
 
2899
2965
  * Allow setting port
2900
2966
 
2901
- [01fa845 | 2008-12-31 10:51:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2967
+ [01fa845 | 2009-01-01 01:51:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
2902
2968
 
2903
2969
  * the session cache defaults already, add more docs for Cache
2904
2970
 
2905
- [1d3f663 | 2008-12-31 10:20:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2971
+ [1d3f663 | 2009-01-01 01:20:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
2906
2972
 
2907
2973
  * Unify Cache::(Marshal|YAML) and simplify specs
2908
2974
 
2909
- [a496e6e | 2008-12-31 10:10:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
2975
+ [a496e6e | 2009-01-01 01:10:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
2910
2976
 
2911
2977
  * Clean up Cache::YAML
2912
2978
 
2913
- [08c9bd0 | 2008-12-31 10:09:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2979
+ [08c9bd0 | 2009-01-01 01:09:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
2914
2980
 
2915
2981
  * Add Cache::Marshal
2916
2982
 
2917
- [95ec4fc | 2008-12-31 09:32:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2983
+ [95ec4fc | 2009-01-01 00:32:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2918
2984
 
2919
2985
  * HTML templates may have .htm extension
2920
2986
 
2921
- [d2470a7 | 2008-12-31 09:32:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2987
+ [d2470a7 | 2009-01-01 00:32:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
2922
2988
 
2923
2989
  * Add Maruku templating engine
2924
2990
 
2925
- [10bf350 | 2008-12-31 09:23:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2991
+ [10bf350 | 2009-01-01 00:23:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
2926
2992
 
2927
2993
  * Only things that include Node are comparable with it
2928
2994
 
2929
- [f41b1ea | 2008-12-31 09:22:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
2995
+ [f41b1ea | 2009-01-01 00:22:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
2930
2996
 
2931
2997
  * Prepare Helper so Ramaze can inject its own path and namespace
2932
2998
 
2933
- [940e3f6 | 2008-12-31 09:21:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2999
+ [940e3f6 | 2009-01-01 00:21:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2934
3000
 
2935
3001
  * Break up if nothing is mapped
2936
3002
 
2937
- [af1da32 | 2008-12-31 09:21:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3003
+ [af1da32 | 2009-01-01 00:21:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
2938
3004
 
2939
3005
  * Layout may be a special layout file, a method or a normal template
2940
3006
 
2941
- [68cf7c1 | 2008-12-31 09:20:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3007
+ [68cf7c1 | 2009-01-01 00:20:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
2942
3008
 
2943
3009
  * Move VERSION into lib/innate/version.rb
2944
3010
 
2945
- [e963c21 | 2008-12-31 09:16:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3011
+ [e963c21 | 2009-01-01 00:16:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
2946
3012
 
2947
3013
  * Add erb templating
2948
3014
 
2949
- [9fe7fea | 2008-12-31 03:00:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3015
+ [9fe7fea | 2008-12-31 18:00:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
2950
3016
 
2951
3017
  * Update gemspec
2952
3018
 
2953
- [2f70869 | 2008-12-31 03:00:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
3019
+ [2f70869 | 2008-12-31 18:00:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
2954
3020
 
2955
3021
  * Remove bin/innate from gespec
2956
3022
 
2957
- [10acbc0 | 2008-12-31 02:36:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3023
+ [10acbc0 | 2008-12-31 17:36:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2958
3024
 
2959
3025
  * Version 2008.12.31
2960
3026
 
2961
- [6e3a0d5 | 2008-12-31 00:21:19 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3027
+ [6e3a0d5 | 2008-12-31 15:21:19 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
2962
3028
 
2963
3029
  * Numerous minor English corrections and adjustments.
2964
3030
 
2965
3031
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2966
3032
 
2967
- [b5ea6a4 | 2008-12-30 13:20:10 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3033
+ [b5ea6a4 | 2008-12-31 04:20:10 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
2968
3034
 
2969
3035
  * A few minor English adjustments in README.
2970
3036
 
2971
3037
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2972
3038
 
2973
- [b85da01 | 2008-12-30 03:02:41 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3039
+ [b85da01 | 2008-12-30 18:02:41 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
2974
3040
 
2975
3041
  * Corrected wrong statement about Innate.
2976
3042
 
2977
3043
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2978
3044
 
2979
- [464a25e | 2008-12-30 02:58:32 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3045
+ [464a25e | 2008-12-30 17:58:32 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
2980
3046
 
2981
3047
  * One small change in choice of words.
2982
3048
 
2983
3049
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2984
3050
 
2985
- [14e356e | 2008-12-30 02:56:36 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
3051
+ [14e356e | 2008-12-30 17:56:36 UTC] Pistos <gitsomegrace.5.pistos@geoshell.com>
2986
3052
 
2987
3053
  * Some English adjustments in README.
2988
3054
 
2989
3055
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
2990
3056
 
2991
- [2848eb6 | 2008-12-30 09:01:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3057
+ [2848eb6 | 2008-12-31 00:01:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2992
3058
 
2993
3059
  * Add spec for options, not passing yet
2994
3060
 
2995
- [3c12d1c | 2008-12-30 09:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3061
+ [3c12d1c | 2008-12-31 00:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
2996
3062
 
2997
3063
  * Better spec setup
2998
3064
 
2999
- [4e58286 | 2008-12-30 09:00:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3065
+ [4e58286 | 2008-12-31 00:00:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3000
3066
 
3001
3067
  * Refactor option.rb
3002
3068
 
3003
- [5f56567 | 2008-12-30 08:59:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3069
+ [5f56567 | 2008-12-30 23:59:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3004
3070
 
3005
3071
  * Make use of new caching in Session
3006
3072
 
3007
- [b4ff9c1 | 2008-12-30 08:58:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
3073
+ [b4ff9c1 | 2008-12-30 23:58:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
3008
3074
 
3009
3075
  * Small refactor regarding Innate.options and startup
3010
3076
 
3011
- [ad3a45f | 2008-12-30 06:52:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3077
+ [ad3a45f | 2008-12-30 21:52:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3012
3078
 
3013
3079
  * Execute update_method_arities only once every request, add docs
3014
3080
 
3015
- [b4d956e | 2008-12-30 06:44:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3081
+ [b4d956e | 2008-12-30 21:44:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3016
3082
 
3017
3083
  * Correct order of ancestor lookup, make spec
3018
3084
 
3019
- [9e55aa6 | 2008-12-30 06:42:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3085
+ [9e55aa6 | 2008-12-30 21:42:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3020
3086
 
3021
3087
  * Fix node subclassing, for now
3022
3088
 
3023
- [0c6526b | 2008-12-30 02:53:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3089
+ [0c6526b | 2008-12-30 17:53:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3024
3090
 
3025
3091
  * Exapnd readme even more :)
3026
3092
 
3027
- [9f6e69e | 2008-12-29 08:14:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
3093
+ [9f6e69e | 2008-12-29 23:14:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
3028
3094
 
3029
3095
  * Update readme with future plans for ramaze
3030
3096
 
3031
- [9ac04bd | 2008-12-28 11:06:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3097
+ [9ac04bd | 2008-12-29 02:06:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3032
3098
 
3033
3099
  * Update readme, more to come
3034
3100
 
3035
- [2e7a9d4 | 2008-12-28 09:52:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3101
+ [2e7a9d4 | 2008-12-29 00:52:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3036
3102
 
3037
3103
  * Don't actually modify repo on release, just output needed steps
3038
3104
 
3039
- [c89e0ce | 2008-12-28 09:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3105
+ [c89e0ce | 2008-12-29 00:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3040
3106
 
3041
3107
  * Don't override rubys VERSION
3042
3108
 
3043
- [c074bc1 | 2008-12-28 09:45:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3109
+ [c074bc1 | 2008-12-29 00:45:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3044
3110
 
3045
3111
  * Really add robust_params now
3046
3112
 
3047
- [36157e3 | 2008-12-28 09:42:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3113
+ [36157e3 | 2008-12-29 00:42:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3048
3114
 
3049
3115
  * Update Rakefile with release task
3050
3116
 
3051
- [bfc3b84 | 2008-12-28 09:42:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
3117
+ [bfc3b84 | 2008-12-29 00:42:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
3052
3118
 
3053
3119
  * Add Request#robust_params and remove useless spec
3054
3120
 
3055
- [fb076fa | 2008-12-28 09:30:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3121
+ [fb076fa | 2008-12-29 00:30:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3056
3122
 
3057
3123
  * Add Rakefile
3058
3124
 
3059
- [7eebd57 | 2008-12-28 09:30:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3125
+ [7eebd57 | 2008-12-29 00:30:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
3060
3126
 
3061
3127
  * Add copyright
3062
3128
 
3063
- [770e0e7 | 2008-12-28 08:02:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
3129
+ [770e0e7 | 2008-12-28 23:02:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
3064
3130
 
3065
3131
  * Rename whywiki to whywiki_haml
3066
3132
 
3067
- [26a4093 | 2008-12-28 07:29:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3133
+ [26a4093 | 2008-12-28 22:29:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3068
3134
 
3069
3135
  * Finally add a gemspec
3070
3136
 
3071
- [71f4adc | 2008-12-28 07:29:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3137
+ [71f4adc | 2008-12-28 22:29:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3072
3138
 
3073
3139
  * Remove the favicon.svg
3074
3140
 
3075
- [e5a89c4 | 2008-12-28 07:25:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3141
+ [e5a89c4 | 2008-12-28 22:25:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3076
3142
 
3077
3143
  * Minor update to readme
3078
3144
 
3079
- [93dee0b | 2008-12-27 04:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3145
+ [93dee0b | 2008-12-27 19:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3080
3146
 
3081
3147
  * the nagoro layout uses nagoro of course
3082
3148
 
3083
- [2633b69 | 2008-12-27 04:45:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3149
+ [2633b69 | 2008-12-27 19:45:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3084
3150
 
3085
3151
  * Add Nagoro templating engine
3086
3152
 
3087
- [93c347f | 2008-12-27 04:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3153
+ [93c347f | 2008-12-27 19:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3088
3154
 
3089
3155
  * Add Innate::sync as shortcut for Innate::STATE.sync
3090
3156
 
3091
- [d8299a0 | 2008-12-27 04:45:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3157
+ [d8299a0 | 2008-12-27 19:45:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3092
3158
 
3093
3159
  * Use __send__ to talk with Node
3094
3160
 
3095
- [aad2313 | 2008-12-27 04:44:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3161
+ [aad2313 | 2008-12-27 19:44:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3096
3162
 
3097
3163
  * methods in Innate module are all module_function
3098
3164
 
3099
- [1abdaa0 | 2008-12-27 04:44:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3165
+ [1abdaa0 | 2008-12-27 19:44:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3100
3166
 
3101
3167
  * Use STATE.sync to avoid nested transactions to PStore
3102
3168
 
3103
- [c00ad1d | 2008-12-27 04:43:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3169
+ [c00ad1d | 2008-12-27 19:43:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3104
3170
 
3105
3171
  * Add whywiki with nagoro templates
3106
3172
 
3107
- [ec64847 | 2008-12-27 03:29:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3173
+ [ec64847 | 2008-12-27 18:29:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3108
3174
 
3109
3175
  * Handle empty haml templates gracefully, allow symbols to indicate layout names
3110
3176
 
3111
- [c1f528b | 2008-12-27 03:29:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
3177
+ [c1f528b | 2008-12-27 18:29:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
3112
3178
 
3113
3179
  * Error handling explained
3114
3180
 
3115
- [a9f657c | 2008-12-27 03:28:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3181
+ [a9f657c | 2008-12-27 18:28:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3116
3182
 
3117
3183
  * Don't output debugging info on startup anymore
3118
3184
 
3119
- [1b6ea66 | 2008-12-27 03:28:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3185
+ [1b6ea66 | 2008-12-27 18:28:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3120
3186
 
3121
3187
  * Add generic spec helper
3122
3188
 
3123
- [ffe012d | 2008-12-27 03:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3189
+ [ffe012d | 2008-12-27 18:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
3124
3190
 
3125
3191
  * Add example/app/whywiki, 15 lines smaller than ramaze (63 LoC)
3126
3192
 
3127
- [5d00cf3 | 2008-12-26 14:50:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3193
+ [5d00cf3 | 2008-12-27 05:50:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3128
3194
 
3129
3195
  * Fix bug in Helper::Link, make specs work
3130
3196
 
3131
- [6067687 | 2008-12-26 14:46:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
3197
+ [6067687 | 2008-12-27 05:46:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
3132
3198
 
3133
3199
  * A bit of docs for Innate::View
3134
3200
 
3135
- [63d2bbd | 2008-12-26 14:46:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3201
+ [63d2bbd | 2008-12-27 05:46:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3136
3202
 
3137
3203
  * Document Innate::State::Thread and Innate::State::Fiber
3138
3204
 
3139
- [4d8fe6d | 2008-12-26 14:46:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3205
+ [4d8fe6d | 2008-12-27 05:46:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3140
3206
 
3141
3207
  * Document Innate::StateAccessor
3142
3208
 
3143
- [122472e | 2008-12-26 14:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3209
+ [122472e | 2008-12-27 05:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3144
3210
 
3145
3211
  * Minor docs for session
3146
3212
 
3147
- [a44618a | 2008-12-26 14:45:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3213
+ [a44618a | 2008-12-27 05:45:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3148
3214
 
3149
3215
  * Document Innate::Request
3150
3216
 
3151
- [853cbb7 | 2008-12-26 14:44:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3217
+ [853cbb7 | 2008-12-27 05:44:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3152
3218
 
3153
3219
  * Document Innate::Node
3154
3220
 
3155
- [bf4240f | 2008-12-26 14:44:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
3221
+ [bf4240f | 2008-12-27 05:44:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
3156
3222
 
3157
3223
  * Better Node#action_not_found
3158
3224
 
3159
- [ef2d77c | 2008-12-26 14:43:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
3225
+ [ef2d77c | 2008-12-27 05:43:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
3160
3226
 
3161
3227
  * Handle empty PATH_INFO reasonably, log failure
3162
3228
 
3163
- [882b793 | 2008-12-26 14:41:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3229
+ [882b793 | 2008-12-27 05:41:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3164
3230
 
3165
3231
  * Document Innate::Helper
3166
3232
 
3167
- [a7c3887 | 2008-12-26 14:41:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3233
+ [a7c3887 | 2008-12-27 05:41:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3168
3234
 
3169
3235
  * Document Innate::DynaMap
3170
3236
 
3171
- [816dad6 | 2008-12-26 14:41:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
3237
+ [816dad6 | 2008-12-27 05:41:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
3172
3238
 
3173
3239
  * Document Innate::Current
3174
3240
 
3175
- [24bc498 | 2008-12-26 14:40:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3241
+ [24bc498 | 2008-12-27 05:40:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3176
3242
 
3177
3243
  * Document Innate::Adapter
3178
3244
 
3179
- [9493582 | 2008-12-26 14:40:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3245
+ [9493582 | 2008-12-27 05:40:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3180
3246
 
3181
3247
  * Avoid useless variable in the thread wrapper
3182
3248
 
3183
- [d989063 | 2008-12-26 14:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3249
+ [d989063 | 2008-12-27 05:39:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3184
3250
 
3185
3251
  * Some improvments to StateAccessor
3186
3252
 
3187
- [cf47b2e | 2008-12-26 14:37:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3253
+ [cf47b2e | 2008-12-27 05:37:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3188
3254
 
3189
3255
  * Only include Innate::Helper, that will take care of Trinity already
3190
3256
 
3191
- [76cd130 | 2008-12-26 14:36:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3257
+ [76cd130 | 2008-12-27 05:36:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3192
3258
 
3193
3259
  * A bit of cleanup for Action
3194
3260
 
3195
- [e6b16fc | 2008-12-26 14:36:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3261
+ [e6b16fc | 2008-12-27 05:36:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3196
3262
 
3197
3263
  * Add Action#content_type=
3198
3264
 
3199
- [f49d415 | 2008-12-26 14:35:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3265
+ [f49d415 | 2008-12-27 05:35:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3200
3266
 
3201
3267
  * Innate::call can optionally take a parameter that indicates the cached middleware stack to use
3202
3268
 
3203
- [8b6caa1 | 2008-12-26 14:35:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
3269
+ [8b6caa1 | 2008-12-27 05:35:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
3204
3270
 
3205
3271
  * Add Request#local_net? and rename Request#locales to Request#accept_language
3206
3272
 
3207
- [02c4df7 | 2008-12-26 14:32:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3273
+ [02c4df7 | 2008-12-27 05:32:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3208
3274
 
3209
3275
  * Don't mess up the if innate is there already
3210
3276
 
3211
- [bf5c96c | 2008-12-26 14:32:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3277
+ [bf5c96c | 2008-12-27 05:32:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3212
3278
 
3213
3279
  * Update README with two quick samples of usage
3214
3280
 
3215
- [035b03e | 2008-12-26 14:31:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3281
+ [035b03e | 2008-12-27 05:31:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3216
3282
 
3217
3283
  * Add new example to show how to spec
3218
3284
 
3219
- [bfbcb08 | 2008-12-24 04:27:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3285
+ [bfbcb08 | 2008-12-24 19:27:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3220
3286
 
3221
3287
  * Give respond/respond! some default values
3222
3288
 
3223
- [d491aaa | 2008-12-18 06:23:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3289
+ [d491aaa | 2008-12-18 21:23:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
3224
3290
 
3225
3291
  * give middleware_compiler a handy shortcut for static directories
3226
3292
 
3227
- [5090bee | 2008-11-16 11:42:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3293
+ [5090bee | 2008-11-17 02:42:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3228
3294
 
3229
3295
  * Some basic methods for Request
3230
3296
 
3231
- [aeebe55 | 2008-11-16 11:42:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
3297
+ [aeebe55 | 2008-11-17 02:42:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
3232
3298
 
3233
3299
  * Minor refactor after a peek via reek
3234
3300
 
3235
- [03580f4 | 2008-11-16 11:41:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3301
+ [03580f4 | 2008-11-17 02:41:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3236
3302
 
3237
3303
  * Remove wiki example
3238
3304
 
3239
- [ce29024 | 2008-10-10 14:41:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
3305
+ [ce29024 | 2008-10-11 04:41:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
3240
3306
 
3241
3307
  * Only load coderay stylesheet if set
3242
3308
 
3243
- [eafd404 | 2008-10-10 14:39:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3309
+ [eafd404 | 2008-10-11 04:39:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3244
3310
 
3245
3311
  * Speed up index page x3
3246
3312
 
3247
- [a543b33 | 2008-10-10 14:07:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3313
+ [a543b33 | 2008-10-11 04:07:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3248
3314
 
3249
3315
  * Avoid too much debugging output
3250
3316
 
3251
- [7e1cf38 | 2008-10-10 14:06:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3317
+ [7e1cf38 | 2008-10-11 04:06:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3252
3318
 
3253
3319
  * Support feeds in wiki
3254
3320
 
3255
- [78338d3 | 2008-10-09 14:08:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
3321
+ [78338d3 | 2008-10-10 04:08:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
3256
3322
 
3257
3323
  * Major updates to wiki
3258
3324
 
3259
- [547e6f9 | 2008-10-09 07:25:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3325
+ [547e6f9 | 2008-10-09 21:25:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3260
3326
 
3261
3327
  * History and localization for wiki
3262
3328
 
3263
- [866c9a9 | 2008-10-09 05:40:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3329
+ [866c9a9 | 2008-10-09 19:40:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3264
3330
 
3265
3331
  * Fix code highlighting
3266
3332
 
3267
- [d10d3a5 | 2008-10-06 13:49:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3333
+ [d10d3a5 | 2008-10-07 03:49:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3268
3334
 
3269
3335
  * Adapt wiki for new loadpath and swfs
3270
3336
 
3271
- [73b95f2 | 2008-10-06 13:48:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3337
+ [73b95f2 | 2008-10-07 03:48:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3272
3338
 
3273
3339
  * Adding org
3274
3340
 
3275
- [cb4289d | 2008-10-06 13:46:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3341
+ [cb4289d | 2008-10-07 03:46:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3276
3342
 
3277
3343
  * Adding the screencasts
3278
3344
 
3279
- [864170c | 2008-10-06 13:33:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3345
+ [864170c | 2008-10-07 03:33:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3280
3346
 
3281
3347
  * Minor changes to smongrel and emongrel
3282
3348
 
3283
- [c96c73b | 2008-10-06 13:33:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
3349
+ [c96c73b | 2008-10-07 03:33:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
3284
3350
 
3285
3351
  * Fixing the link helper
3286
3352
 
3287
- [16b6383 | 2008-10-06 13:32:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3353
+ [16b6383 | 2008-10-07 03:32:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3288
3354
 
3289
3355
  * Adding innate/request
3290
3356
 
3291
- [bc3b59d | 2008-10-06 13:32:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3357
+ [bc3b59d | 2008-10-07 03:32:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
3292
3358
 
3293
3359
  * Current::action and Current::actions
3294
3360
 
3295
- [1a302c2 | 2008-10-06 13:30:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3361
+ [1a302c2 | 2008-10-07 03:30:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3296
3362
 
3297
3363
  * Major update to wiki, almost done.
3298
3364
 
3299
- [e2b07a1 | 2008-10-04 11:56:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3365
+ [e2b07a1 | 2008-10-05 01:56:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
3300
3366
 
3301
3367
  * Layout shouldn't invoke node method again
3302
3368
 
3303
- [cf743d0 | 2008-09-30 13:17:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3369
+ [cf743d0 | 2008-10-01 03:17:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
3304
3370
 
3305
3371
  * Fix typo
3306
3372
 
3307
- [4b36ea6 | 2008-09-30 13:15:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3373
+ [4b36ea6 | 2008-10-01 03:15:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3308
3374
 
3309
3375
  * Wishful thinking, now real!
3310
3376
 
3311
- [0d5138e | 2008-09-30 13:15:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
3377
+ [0d5138e | 2008-10-01 03:15:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
3312
3378
 
3313
3379
  * Refactor of Redirect helper
3314
3380
 
3315
- [9a4fa66 | 2008-09-30 13:14:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
3381
+ [9a4fa66 | 2008-10-01 03:14:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
3316
3382
 
3317
3383
  * Fix Action, method value has lower priority
3318
3384
 
3319
- [a8445bb | 2008-09-30 08:13:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3385
+ [a8445bb | 2008-09-30 22:13:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3320
3386
 
3321
3387
  * Example for the new mime-type based functionality
3322
3388
 
3323
- [b8335aa | 2008-09-30 08:13:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3389
+ [b8335aa | 2008-09-30 22:13:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3324
3390
 
3325
3391
  * Intelligently handle requests to *.json or *.yaml
3326
3392
 
3327
- [f2ea5cd | 2008-09-30 07:11:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3393
+ [f2ea5cd | 2008-09-30 21:11:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
3328
3394
 
3329
3395
  * Remove debugging output
3330
3396
 
3331
- [384306d | 2008-09-30 07:11:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3397
+ [384306d | 2008-09-30 21:11:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3332
3398
 
3333
3399
  * View is a module
3334
3400
 
3335
- [b1b14df | 2008-09-30 07:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3401
+ [b1b14df | 2008-09-30 21:11:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3336
3402
 
3337
3403
  * Incoporate wish into view lookup and simplify
3338
3404
 
3339
- [47f4112 | 2008-09-30 07:10:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3405
+ [47f4112 | 2008-09-30 21:10:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3340
3406
 
3341
3407
  * custom middleware setup for wiki
3342
3408
 
3343
- [eb2d73b | 2008-09-30 07:10:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3409
+ [eb2d73b | 2008-09-30 21:10:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3344
3410
 
3345
3411
  * Wikis git instance should use Log
3346
3412
 
3347
- [404c879 | 2008-09-29 17:24:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3413
+ [404c879 | 2008-09-30 07:24:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3348
3414
 
3349
3415
  * Improve view.rb and add tenjin
3350
3416
 
3351
- [d647e68 | 2008-09-29 17:23:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3417
+ [d647e68 | 2008-09-30 07:23:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3352
3418
 
3353
3419
  * Better logging
3354
3420
 
3355
- [6ddb623 | 2008-09-29 17:02:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3421
+ [6ddb623 | 2008-09-30 07:02:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
3356
3422
 
3357
3423
  * Update readme
3358
3424
 
3359
- [8e2eefd | 2008-09-28 10:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3425
+ [8e2eefd | 2008-09-29 00:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3360
3426
 
3361
3427
  * View is a module
3362
3428
 
3363
- [f6fa84d | 2008-09-28 10:27:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
3429
+ [f6fa84d | 2008-09-29 00:27:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
3364
3430
 
3365
3431
  * Don't fail if no view dir is there, less barking
3366
3432
 
3367
- [97da233 | 2008-09-28 10:27:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3433
+ [97da233 | 2008-09-29 00:27:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3368
3434
 
3369
3435
  * Don't overwrite response.status
3370
3436
 
3371
- [0909c3c | 2008-09-28 10:27:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3437
+ [0909c3c | 2008-09-29 00:27:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3372
3438
 
3373
3439
  * Remove cruft from innate.rb
3374
3440
 
3375
- [91e0c5a | 2008-09-28 10:26:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3441
+ [91e0c5a | 2008-09-29 00:26:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3376
3442
 
3377
3443
  * Allow custom middleware and improve setup
3378
3444
 
3379
- [ddb4790 | 2008-09-28 10:24:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3445
+ [ddb4790 | 2008-09-29 00:24:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3380
3446
 
3381
3447
  * Move DynaMap into its own file
3382
3448
 
3383
- [68be38f | 2008-09-28 10:24:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3449
+ [68be38f | 2008-09-29 00:24:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
3384
3450
 
3385
3451
  * Add custom_middleware example
3386
3452
 
3387
- [9b36583 | 2008-09-28 09:35:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3453
+ [9b36583 | 2008-09-28 23:35:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
3388
3454
 
3389
3455
  * Add coderay css
3390
3456
 
3391
- [76fcd85 | 2008-09-28 09:34:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
3457
+ [76fcd85 | 2008-09-28 23:34:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
3392
3458
 
3393
3459
  * Adding innate/setup.rb as stub for the ramaze one
3394
3460
 
3395
- [bbde91a | 2008-09-28 09:34:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
3461
+ [bbde91a | 2008-09-28 23:34:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
3396
3462
 
3397
3463
  * Extend Innate::View, add Builder
3398
3464
 
3399
- [7d5446b | 2008-09-28 09:33:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3465
+ [7d5446b | 2008-09-28 23:33:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
3400
3466
 
3401
3467
  * Add mutex for Thread
3402
3468
 
3403
- [0031baa | 2008-09-28 09:33:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3469
+ [0031baa | 2008-09-28 23:33:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3404
3470
 
3405
3471
  * Improve action lookup for templates by ext
3406
3472
 
3407
- [b0b4558 | 2008-09-28 09:32:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
3473
+ [b0b4558 | 2008-09-28 23:32:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
3408
3474
 
3409
3475
  * Add Innate.start :file => __FILE__ or :dir => dir
3410
3476
 
3411
- [4ed4d95 | 2008-09-28 09:32:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3477
+ [4ed4d95 | 2008-09-28 23:32:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3412
3478
 
3413
3479
  * autoload for Rack::Profile
3414
3480
 
3415
- [ff8a776 | 2008-09-28 09:31:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3481
+ [ff8a776 | 2008-09-28 23:31:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
3416
3482
 
3417
3483
  * Some refactoring in wiki
3418
3484
 
3419
- [9593728 | 2008-09-28 09:31:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3485
+ [9593728 | 2008-09-28 23:31:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
3420
3486
 
3421
3487
  * Caching for git requests, major speedup in wiki
3422
3488
 
3423
- [4a836e1 | 2008-09-28 09:30:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3489
+ [4a836e1 | 2008-09-28 23:30:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
3424
3490
 
3425
3491
  * Using coderay for wiki
3426
3492
 
3427
- [56d29c6 | 2008-09-27 07:46:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
3493
+ [56d29c6 | 2008-09-27 21:46:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
3428
3494
 
3429
3495
  * State::Thread relays errors
3430
3496
 
3431
- [248f854 | 2008-09-27 07:46:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
3497
+ [248f854 | 2008-09-27 21:46:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
3432
3498
 
3433
3499
  * Better Helper::Link#r
3434
3500
 
3435
- [c4d3f73 | 2008-09-27 07:45:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3501
+ [c4d3f73 | 2008-09-27 21:45:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
3436
3502
 
3437
3503
  * Improve lookup of app root
3438
3504
 
3439
- [4541d8b | 2008-09-26 14:17:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3505
+ [4541d8b | 2008-09-27 04:17:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
3440
3506
 
3441
3507
  * Innate::Options#to_hash
3442
3508
 
3443
- [5cb29d7 | 2008-09-26 14:17:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3509
+ [5cb29d7 | 2008-09-27 04:17:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3444
3510
 
3445
3511
  * Improve DEFAULT helper lookup
3446
3512
 
3447
- [2dc09bd | 2008-09-26 14:17:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3513
+ [2dc09bd | 2008-09-27 04:17:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
3448
3514
 
3449
3515
  * Require haml on demand
3450
3516
 
3451
- [e52a14f | 2008-09-26 14:17:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3517
+ [e52a14f | 2008-09-27 04:17:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
3452
3518
 
3453
3519
  * Revamp Adapter system
3454
3520
 
3455
- [590295e | 2008-09-26 14:16:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3521
+ [590295e | 2008-09-27 04:16:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3456
3522
 
3457
3523
  * Add Innate::Log stub
3458
3524
 
3459
- [6bdea11 | 2008-09-26 14:15:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3525
+ [6bdea11 | 2008-09-27 04:15:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3460
3526
 
3461
3527
  * Add example/app/retro_games
3462
3528
 
3463
- [b846469 | 2008-09-26 13:39:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3529
+ [b846469 | 2008-09-27 03:39:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3464
3530
 
3465
3531
  * Add README.md
3466
3532
 
3467
- [5804ece | 2008-09-26 12:49:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3533
+ [5804ece | 2008-09-27 02:49:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3468
3534
 
3469
3535
  * Minor refactor of Action
3470
3536
 
3471
- [3483e0c | 2008-09-26 12:31:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3537
+ [3483e0c | 2008-09-27 02:31:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3472
3538
 
3473
3539
  * Remove haml dependency
3474
3540
 
3475
- [4ac02fc | 2008-09-26 12:28:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3541
+ [4ac02fc | 2008-09-27 02:28:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
3476
3542
 
3477
3543
  * Don't require the profile middleware anymore
3478
3544
 
3479
- [2912d04 | 2008-09-26 12:23:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
3545
+ [2912d04 | 2008-09-27 02:23:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
3480
3546
 
3481
3547
  * Smarter helper system
3482
3548
 
@@ -3495,89 +3561,89 @@
3495
3561
  makes more sense, it does the usual: exposing public helper methods to
3496
3562
  lookup for actions.
3497
3563
 
3498
- [f8de255 | 2008-09-21 14:08:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3564
+ [f8de255 | 2008-09-22 04:08:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
3499
3565
 
3500
3566
  * Add example for Helper::Link
3501
3567
 
3502
- [e6f86ba | 2008-09-21 14:07:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
3568
+ [e6f86ba | 2008-09-22 04:07:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
3503
3569
 
3504
3570
  * Mods to spec for Helper::Link
3505
3571
 
3506
- [348f504 | 2008-09-21 14:07:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3572
+ [348f504 | 2008-09-22 04:07:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
3507
3573
 
3508
3574
  * Mods to Helper::Link
3509
3575
 
3510
- [014537e | 2008-09-21 14:06:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3576
+ [014537e | 2008-09-22 04:06:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3511
3577
 
3512
3578
  * Remove debugging output
3513
3579
 
3514
- [5ca101e | 2008-09-21 14:06:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3580
+ [5ca101e | 2008-09-22 04:06:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
3515
3581
 
3516
3582
  * Default helpers
3517
3583
 
3518
- [7a06d13 | 2008-09-21 13:24:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3584
+ [7a06d13 | 2008-09-22 03:24:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
3519
3585
 
3520
3586
  * Add :secure option to Session
3521
3587
 
3522
- [1e7dabf | 2008-09-21 12:58:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3588
+ [1e7dabf | 2008-09-22 02:58:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
3523
3589
 
3524
3590
  * Adding helper for aspect and redirect
3525
3591
 
3526
- [8f0a947 | 2008-09-21 12:57:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3592
+ [8f0a947 | 2008-09-22 02:57:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
3527
3593
 
3528
3594
  * Catch :respond and :redirect
3529
3595
 
3530
- [067f96b | 2008-09-21 12:54:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3596
+ [067f96b | 2008-09-22 02:54:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
3531
3597
 
3532
3598
  * Remove strategy.rb
3533
3599
 
3534
- [1a0adb9 | 2008-09-21 12:50:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3600
+ [1a0adb9 | 2008-09-22 02:50:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
3535
3601
 
3536
3602
  * Use Fiber on 1.9 and Thread on 1.8 with less hacks
3537
3603
 
3538
- [e4fe857 | 2008-09-20 09:13:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3604
+ [e4fe857 | 2008-09-20 23:13:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3539
3605
 
3540
3606
  * Adding session example
3541
3607
 
3542
- [1b25235 | 2008-09-20 09:13:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3608
+ [1b25235 | 2008-09-20 23:13:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
3543
3609
 
3544
3610
  * Simpler hello example
3545
3611
 
3546
- [5c43219 | 2008-09-20 09:12:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3612
+ [5c43219 | 2008-09-20 23:12:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
3547
3613
 
3548
3614
  * Adding session and fixing bugs
3549
3615
 
3550
- [5b8ad21 | 2008-09-18 12:57:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3616
+ [5b8ad21 | 2008-09-19 02:57:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3551
3617
 
3552
3618
  * Adding Innate::Helper
3553
3619
 
3554
- [0a60a5b | 2008-09-16 06:52:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3620
+ [0a60a5b | 2008-09-16 20:52:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
3555
3621
 
3556
3622
  * Latest 1.9 finally gives Fiber #initialize, yay!
3557
3623
 
3558
- [446ea5a | 2008-09-16 04:51:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3624
+ [446ea5a | 2008-09-16 18:51:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3559
3625
 
3560
3626
  * Remove failed files from reloader cache
3561
3627
 
3562
- [c365a60 | 2008-09-16 04:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3628
+ [c365a60 | 2008-09-16 18:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
3563
3629
 
3564
3630
  * Cleanup and put MiddlewareCompiler in own file
3565
3631
 
3566
- [ce3b0f6 | 2008-09-16 04:49:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3632
+ [ce3b0f6 | 2008-09-16 18:49:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
3567
3633
 
3568
3634
  * Some major updates to the wiki
3569
3635
 
3570
- [43fc727 | 2008-09-16 03:22:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3636
+ [43fc727 | 2008-09-16 17:22:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
3571
3637
 
3572
3638
  * Caching middleware and improve node lookup
3573
3639
 
3574
3640
  * Gives us major speed boost
3575
3641
 
3576
- [ac83995 | 2008-09-16 01:36:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3642
+ [ac83995 | 2008-09-16 15:36:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
3577
3643
 
3578
3644
  * Improve action compilation
3579
3645
 
3580
- [ed1f83a | 2008-09-15 11:17:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3646
+ [ed1f83a | 2008-09-16 01:17:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
3581
3647
 
3582
3648
  * Initial commit
3583
3649