ratnikov / fixture_replacement2

Fork of the Fixture Replacement plugin

This URL has Read+Write access

ratnikov (author)
Mon Jul 07 18:42:26 -0700 2008
commit  adca1ae30e28b2e3c00ae74e6a0cb2098670a4c4
tree    9717db4eaca89c7766ed1aa33300b6b2ede7de19
fixture_replacement2 / CHANGELOG
adca1ae3 » ratnikov 2008-07-07 Added webitects plugin. 1 == 02/18/07
2 * Bug Fix, closes [#18042] example_data doesn't accept default_x for HABTM relationships
3 * Refactoring: Now classes are specified in FixtureReplacementController::ClassFactory
4
5 == 02/13/07
6 Better error support
7 Bug Fix: [#17249] String.random in a STI base class works, but doesn't work with inherited classes
8 Removed after_include hook
9
10 == 01/12/07
11 Adding this CHANGELOG
12 Added test/unit tests for integration with test/unit
13 Fixed [#16858] Unable to create relationships between fixtures
14
15 == Before 01/12/07: SVN LOG
16 ------------------------------------------------------------------------
17 r250 | smt | 2008-01-11 01:45:15 -0500 (Fri, 11 Jan 2008) | 1 line
18
19 some refactoring
20 ------------------------------------------------------------------------
21 r225 | smt | 2007-12-16 03:06:40 -0500 (Sun, 16 Dec 2007) | 1 line
22
23 badly needed refactoring
24 ------------------------------------------------------------------------
25 r219 | smt | 2007-12-06 17:09:34 -0500 (Thu, 06 Dec 2007) | 1 line
26
27 comments
28 ------------------------------------------------------------------------
29 r218 | smt | 2007-12-06 17:03:46 -0500 (Thu, 06 Dec 2007) | 1 line
30
31 spelling fix
32 ------------------------------------------------------------------------
33 r217 | smt | 2007-12-06 16:42:04 -0500 (Thu, 06 Dec 2007) | 1 line
34
35 changing instances of Object#send to Object#__send__
36 ------------------------------------------------------------------------
37 r216 | smt | 2007-12-06 15:48:58 -0500 (Thu, 06 Dec 2007) | 1 line
38
39 adding FixtureReplacement.after_include { }, so that any piece of code can be executed automatically after the module is included
40 ------------------------------------------------------------------------
41 r210 | smt | 2007-12-05 01:46:31 -0500 (Wed, 05 Dec 2007) | 1 line
42
43 correcting the rake file, regarding the specdoc filename
44 ------------------------------------------------------------------------
45 r209 | smt | 2007-12-05 01:45:04 -0500 (Wed, 05 Dec 2007) | 1 line
46
47 updating the README
48 ------------------------------------------------------------------------
49 r208 | smt | 2007-12-05 01:18:19 -0500 (Wed, 05 Dec 2007) | 1 line
50
51 better handeling of specs in the rake file
52 ------------------------------------------------------------------------
53 r201 | smt | 2007-12-04 11:37:29 -0500 (Tue, 04 Dec 2007) | 1 line
54
55 changing the generator
56 ------------------------------------------------------------------------
57 r200 | smt | 2007-12-02 20:37:40 -0500 (Sun, 02 Dec 2007) | 1 line
58
59 updating the generator
60 ------------------------------------------------------------------------
61 r199 | smt | 2007-12-02 20:34:16 -0500 (Sun, 02 Dec 2007) | 1 line
62
63 updating the docs, paritally
64 ------------------------------------------------------------------------
65 r197 | smt | 2007-12-02 19:31:55 -0500 (Sun, 02 Dec 2007) | 1 line
66
67 fixing a spec failure
68 ------------------------------------------------------------------------
69 r196 | smt | 2007-12-02 19:23:10 -0500 (Sun, 02 Dec 2007) | 1 line
70
71 some more refactoring
72 ------------------------------------------------------------------------
73 r195 | smt | 2007-12-02 19:15:54 -0500 (Sun, 02 Dec 2007) | 1 line
74
75 some refactoring
76 ------------------------------------------------------------------------
77 r194 | smt | 2007-12-02 17:32:23 -0500 (Sun, 02 Dec 2007) | 1 line
78
79 adding another spec to deal with inherited attributes, and load evaluation
80 ------------------------------------------------------------------------
81 r193 | smt | 2007-12-02 15:26:45 -0500 (Sun, 02 Dec 2007) | 1 line
82
83 removing some redundancies in the specs
84 ------------------------------------------------------------------------
85 r192 | smt | 2007-12-02 15:25:14 -0500 (Sun, 02 Dec 2007) | 1 line
86
87 adding some extra classes to the fixtures
88 ------------------------------------------------------------------------
89 r191 | smt | 2007-12-02 14:41:11 -0500 (Sun, 02 Dec 2007) | 1 line
90
91 spacing
92 ------------------------------------------------------------------------
93 r190 | smt | 2007-12-02 13:47:46 -0500 (Sun, 02 Dec 2007) | 1 line
94
95 adding some more tests
96 ------------------------------------------------------------------------
97 r189 | smt | 2007-12-02 02:38:47 -0500 (Sun, 02 Dec 2007) | 1 line
98
99 more bug fixing, dealing with delayed evaluation
100 ------------------------------------------------------------------------
101 r188 | smt | 2007-12-02 02:13:44 -0500 (Sun, 02 Dec 2007) | 1 line
102
103 delaying the evaluation of the block given to attributes_for for a longer period of time - the old way would evaluate too quickly, causing a bug
104 ------------------------------------------------------------------------
105 r187 | smt | 2007-12-02 01:19:35 -0500 (Sun, 02 Dec 2007) | 1 line
106
107 not yielding to the block with attributes_for, if no block is given
108 ------------------------------------------------------------------------
109 r186 | smt | 2007-12-02 00:59:07 -0500 (Sun, 02 Dec 2007) | 1 line
110
111 some refactoring
112 ------------------------------------------------------------------------
113 r185 | smt | 2007-12-02 00:56:44 -0500 (Sun, 02 Dec 2007) | 1 line
114
115 using FixtureReplacement as the module by default
116 ------------------------------------------------------------------------
117 r184 | smt | 2007-12-02 00:50:23 -0500 (Sun, 02 Dec 2007) | 1 line
118
119 grammar fix
120 ------------------------------------------------------------------------
121 r183 | smt | 2007-12-02 00:48:16 -0500 (Sun, 02 Dec 2007) | 1 line
122
123 consolidating the extensions into extensions - this time for OpenStruct
124 ------------------------------------------------------------------------
125 r182 | smt | 2007-12-02 00:45:37 -0500 (Sun, 02 Dec 2007) | 1 line
126
127 moving string into extensions/
128 ------------------------------------------------------------------------
129 r181 | smt | 2007-12-02 00:44:00 -0500 (Sun, 02 Dec 2007) | 1 line
130
131 oops...once again, a bad path to spec_helper
132 ------------------------------------------------------------------------
133 r180 | smt | 2007-12-02 00:43:02 -0500 (Sun, 02 Dec 2007) | 1 line
134
135 spec rename
136 ------------------------------------------------------------------------
137 r179 | smt | 2007-12-02 00:41:37 -0500 (Sun, 02 Dec 2007) | 1 line
138
139 better error handeling
140 ------------------------------------------------------------------------
141 r178 | smt | 2007-12-02 00:37:45 -0500 (Sun, 02 Dec 2007) | 1 line
142
143 consolidating specs
144 ------------------------------------------------------------------------
145 r177 | smt | 2007-12-02 00:34:51 -0500 (Sun, 02 Dec 2007) | 1 line
146
147 moving a spec
148 ------------------------------------------------------------------------
149 r176 | smt | 2007-12-02 00:33:29 -0500 (Sun, 02 Dec 2007) | 1 line
150
151 oops..fixing a path
152 ------------------------------------------------------------------------
153 r175 | smt | 2007-12-02 00:31:52 -0500 (Sun, 02 Dec 2007) | 1 line
154
155 updating some hashes which were using the wrong keys
156 ------------------------------------------------------------------------
157 r174 | smt | 2007-12-01 18:43:13 -0500 (Sat, 01 Dec 2007) | 1 line
158
159 better handeling of constants
160 ------------------------------------------------------------------------
161 r173 | smt | 2007-12-01 18:22:55 -0500 (Sat, 01 Dec 2007) | 1 line
162
163 cleaning up a spec
164 ------------------------------------------------------------------------
165 r172 | smt | 2007-12-01 18:17:59 -0500 (Sat, 01 Dec 2007) | 1 line
166
167 fixing default_* specs
168 ------------------------------------------------------------------------
169 r171 | smt | 2007-12-01 17:07:47 -0500 (Sat, 01 Dec 2007) | 1 line
170
171 removing extraneous class definition in a spec
172 ------------------------------------------------------------------------
173 r170 | smt | 2007-12-01 17:07:17 -0500 (Sat, 01 Dec 2007) | 1 line
174
175 spacing
176 ------------------------------------------------------------------------
177 r169 | smt | 2007-12-01 17:04:20 -0500 (Sat, 01 Dec 2007) | 1 line
178
179 some refactoring to the new and create methods
180 ------------------------------------------------------------------------
181 r168 | smt | 2007-12-01 16:57:54 -0500 (Sat, 01 Dec 2007) | 1 line
182
183 adding back support attr_protected attributes
184 ------------------------------------------------------------------------
185 r167 | smt | 2007-12-01 16:54:19 -0500 (Sat, 01 Dec 2007) | 1 line
186
187 fixing a failing spec
188 ------------------------------------------------------------------------
189 r166 | smt | 2007-12-01 16:05:52 -0500 (Sat, 01 Dec 2007) | 1 line
190
191 moving around a spec
192 ------------------------------------------------------------------------
193 r165 | smt | 2007-12-01 16:02:50 -0500 (Sat, 01 Dec 2007) | 1 line
194
195 adding an extra assertion
196 ------------------------------------------------------------------------
197 r164 | smt | 2007-12-01 16:00:12 -0500 (Sat, 01 Dec 2007) | 1 line
198
199 moving around some commented out specs
200 ------------------------------------------------------------------------
201 r163 | smt | 2007-12-01 15:55:51 -0500 (Sat, 01 Dec 2007) | 1 line
202
203 restructuring some specs
204 ------------------------------------------------------------------------
205 r162 | smt | 2007-12-01 15:51:12 -0500 (Sat, 01 Dec 2007) | 1 line
206
207 better requiring in spec_helper
208 ------------------------------------------------------------------------
209 r161 | smt | 2007-12-01 15:49:33 -0500 (Sat, 01 Dec 2007) | 1 line
210
211 splitting up a spec
212 ------------------------------------------------------------------------
213 r160 | smt | 2007-12-01 15:47:11 -0500 (Sat, 01 Dec 2007) | 1 line
214
215 moving around the fixture replacement main spec (for method generator)
216 ------------------------------------------------------------------------
217 r159 | smt | 2007-12-01 15:44:51 -0500 (Sat, 01 Dec 2007) | 1 line
218
219 cleaning up some specs
220 ------------------------------------------------------------------------
221 r158 | smt | 2007-12-01 15:39:22 -0500 (Sat, 01 Dec 2007) | 1 line
222
223 getting another set of specs to pass for MethodGenerator#generate_new_method
224 ------------------------------------------------------------------------
225 r157 | smt | 2007-12-01 15:15:57 -0500 (Sat, 01 Dec 2007) | 1 line
226
227 checking in generate_create_user
228 ------------------------------------------------------------------------
229 r156 | smt | 2007-12-01 14:30:51 -0500 (Sat, 01 Dec 2007) | 1 line
230
231 substituting FixtureReplacementController::MethodGenerator with MethodGenerator in specs
232 ------------------------------------------------------------------------
233 r155 | smt | 2007-12-01 14:30:07 -0500 (Sat, 01 Dec 2007) | 1 line
234
235 MethodGenerator#generate_default_methods
236 ------------------------------------------------------------------------
237 r154 | smt | 2007-12-01 04:43:34 -0500 (Sat, 01 Dec 2007) | 1 line
238
239 adding some more pieces to the puzzle, before I go to sleep
240 ------------------------------------------------------------------------
241 r153 | smt | 2007-12-01 03:15:56 -0500 (Sat, 01 Dec 2007) | 1 line
242
243 moving out the spec for attr_protected attributes (which is currently commented out)
244 ------------------------------------------------------------------------
245 r152 | smt | 2007-12-01 03:14:22 -0500 (Sat, 01 Dec 2007) | 1 line
246
247 abstracting fixtues out of specs
248 ------------------------------------------------------------------------
249 r151 | smt | 2007-12-01 03:05:37 -0500 (Sat, 01 Dec 2007) | 1 line
250
251 The beginning of the method generator
252 ------------------------------------------------------------------------
253 r150 | smt | 2007-12-01 02:45:26 -0500 (Sat, 01 Dec 2007) | 1 line
254
255 changing attributes to use two parameters
256 ------------------------------------------------------------------------
257 r149 | smt | 2007-12-01 02:18:48 -0500 (Sat, 01 Dec 2007) | 1 line
258
259 adding back specs for fixture replacement methods, but so far they are commented out
260 ------------------------------------------------------------------------
261 r148 | smt | 2007-12-01 01:36:59 -0500 (Sat, 01 Dec 2007) | 1 line
262
263 small change - a local variable instead of an instance variable
264 ------------------------------------------------------------------------
265 r147 | smt | 2007-12-01 01:21:39 -0500 (Sat, 01 Dec 2007) | 1 line
266
267 adding a spec for DelayedEvaluationProc
268 ------------------------------------------------------------------------
269 r146 | smt | 2007-12-01 01:19:52 -0500 (Sat, 01 Dec 2007) | 1 line
270
271 adding some comments
272 ------------------------------------------------------------------------
273 r145 | smt | 2007-12-01 01:17:57 -0500 (Sat, 01 Dec 2007) | 1 line
274
275 filling out FixtureReplacementController::Attributes
276 ------------------------------------------------------------------------
277 r144 | smt | 2007-11-30 02:35:05 -0500 (Fri, 30 Nov 2007) | 1 line
278
279 need to move to git, because my commits are no longer atomic
280 ------------------------------------------------------------------------
281 r143 | smt | 2007-11-30 02:13:18 -0500 (Fri, 30 Nov 2007) | 1 line
282
283 comming what I have so far...I'm tired
284 ------------------------------------------------------------------------
285 r142 | smt | 2007-11-29 20:00:05 -0500 (Thu, 29 Nov 2007) | 1 line
286
287 getting started with the API
288 ------------------------------------------------------------------------
289 r141 | smt | 2007-11-29 19:40:16 -0500 (Thu, 29 Nov 2007) | 1 line
290
291 removing the guts of fixture replacement for version2
292 ------------------------------------------------------------------------
293 r135 | smt | 2007-11-28 11:24:07 -0500 (Wed, 28 Nov 2007) | 1 line
294
295 copying fixture_replacement for FixtureReplacement2
296 ------------------------------------------------------------------------
297 r129 | smt | 2007-11-26 02:51:12 -0500 (Mon, 26 Nov 2007) | 1 line
298
299 more refactoring
300 ------------------------------------------------------------------------
301 r128 | smt | 2007-11-26 02:44:28 -0500 (Mon, 26 Nov 2007) | 1 line
302
303 more refactoring
304 ------------------------------------------------------------------------
305 r127 | smt | 2007-11-26 02:32:39 -0500 (Mon, 26 Nov 2007) | 1 line
306
307 adding some comments
308 ------------------------------------------------------------------------
309 r126 | smt | 2007-11-26 02:32:06 -0500 (Mon, 26 Nov 2007) | 1 line
310
311 some more refactoring
312 ------------------------------------------------------------------------
313 r125 | smt | 2007-11-26 02:25:56 -0500 (Mon, 26 Nov 2007) | 1 line
314
315 better naming: @method_base_name instead of @model_name
316 ------------------------------------------------------------------------
317 r124 | smt | 2007-11-26 02:07:49 -0500 (Mon, 26 Nov 2007) | 1 line
318
319 some refactoring
320 ------------------------------------------------------------------------
321 r123 | smt | 2007-11-25 23:26:00 -0500 (Sun, 25 Nov 2007) | 1 line
322
323 adding a task to upload the website
324 ------------------------------------------------------------------------
325 r122 | smt | 2007-11-25 22:47:48 -0500 (Sun, 25 Nov 2007) | 1 line
326
327 an extra spec for requiring. Now 100% code coverage
328 ------------------------------------------------------------------------
329 r121 | smt | 2007-11-25 22:39:46 -0500 (Sun, 25 Nov 2007) | 1 line
330
331 using the jay fields method for swapping out require - the usual way broke rcov
332 ------------------------------------------------------------------------
333 r120 | smt | 2007-11-25 22:30:09 -0500 (Sun, 25 Nov 2007) | 1 line
334
335 reorganizing specs
336 ------------------------------------------------------------------------
337 r119 | smt | 2007-11-25 22:26:38 -0500 (Sun, 25 Nov 2007) | 1 line
338
339 refactoring FixtureReplacement.rails_root
340 ------------------------------------------------------------------------
341 r118 | smt | 2007-11-25 22:25:15 -0500 (Sun, 25 Nov 2007) | 1 line
342
343 Ok: Now environments can really be specified
344 ------------------------------------------------------------------------
345 r117 | smt | 2007-11-25 22:07:28 -0500 (Sun, 25 Nov 2007) | 1 line
346
347 customizable db/example_data.rb file - it no longer needs to be in that path, or with that file name
348 ------------------------------------------------------------------------
349 r116 | smt | 2007-11-25 21:38:39 -0500 (Sun, 25 Nov 2007) | 1 line
350
351 spacing
352 ------------------------------------------------------------------------
353 r115 | smt | 2007-11-25 21:37:06 -0500 (Sun, 25 Nov 2007) | 1 line
354
355 better handeling of RAILS_ENV - now raises an error if the module is included in production
356 ------------------------------------------------------------------------
357 r114 | smt | 2007-11-25 20:59:09 -0500 (Sun, 25 Nov 2007) | 1 line
358
359 adding excluded environments accessor
360 ------------------------------------------------------------------------
361 r113 | smt | 2007-11-25 20:52:08 -0500 (Sun, 25 Nov 2007) | 1 line
362
363 using Module#included now, instead of generating the methods automatically
364 ------------------------------------------------------------------------
365 r112 | smt | 2007-11-25 20:22:33 -0500 (Sun, 25 Nov 2007) | 1 line
366
367 removing nonsense in the specs
368 ------------------------------------------------------------------------
369 r111 | smt | 2007-11-25 18:29:33 -0500 (Sun, 25 Nov 2007) | 1 line
370
371 refactoring to the internals of FixtureReplacement - method generation
372 ------------------------------------------------------------------------
373 r95 | smt | 2007-11-23 18:24:33 -0500 (Fri, 23 Nov 2007) | 1 line
374
375 adding google analytics tracking
376 ------------------------------------------------------------------------
377 r94 | smt | 2007-11-23 04:07:59 -0500 (Fri, 23 Nov 2007) | 1 line
378
379 adding a link to the rcov report
380 ------------------------------------------------------------------------
381 r93 | smt | 2007-11-23 04:05:44 -0500 (Fri, 23 Nov 2007) | 1 line
382
383 ignoring doc/
384 ------------------------------------------------------------------------
385 r92 | smt | 2007-11-23 04:05:01 -0500 (Fri, 23 Nov 2007) | 1 line
386
387 adding rcov report to document generation
388 ------------------------------------------------------------------------
389 r91 | smt | 2007-11-23 04:03:35 -0500 (Fri, 23 Nov 2007) | 1 line
390
391 adding rcov option specdoc
392 ------------------------------------------------------------------------
393 r90 | smt | 2007-11-20 12:23:06 -0500 (Tue, 20 Nov 2007) | 1 line
394
395 removing requires for config/environment.rb and config/boot.rb for the generator
396 ------------------------------------------------------------------------
397 r89 | smt | 2007-11-20 11:50:32 -0500 (Tue, 20 Nov 2007) | 1 line
398
399 moving bugs to bug_reports
400 ------------------------------------------------------------------------
401 r88 | smt | 2007-11-20 11:40:23 -0500 (Tue, 20 Nov 2007) | 1 line
402
403 moving spec/bugs to etc/bugs
404 ------------------------------------------------------------------------
405 r87 | smt | 2007-11-20 11:38:35 -0500 (Tue, 20 Nov 2007) | 1 line
406
407 moving patches into etc
408 ------------------------------------------------------------------------
409 r86 | smt | 2007-11-20 11:35:37 -0500 (Tue, 20 Nov 2007) | 1 line
410
411 adding etc dir
412 ------------------------------------------------------------------------
413 r85 | smt | 2007-11-20 11:34:40 -0500 (Tue, 20 Nov 2007) | 1 line
414
415 adding patches which I need to look at
416 ------------------------------------------------------------------------
417 r84 | smt | 2007-11-20 10:53:32 -0500 (Tue, 20 Nov 2007) | 1 line
418
419 updating TODO and README to point to the rubyforge pages
420 ------------------------------------------------------------------------
421 r83 | smt | 2007-11-15 16:42:22 -0500 (Thu, 15 Nov 2007) | 1 line
422
423 more TODO
424 ------------------------------------------------------------------------
425 r80 | smt | 2007-11-06 12:47:10 -0500 (Tue, 06 Nov 2007) | 1 line
426
427 updating the docs for test::unit
428 ------------------------------------------------------------------------
429 r79 | smt | 2007-11-06 00:26:52 -0500 (Tue, 06 Nov 2007) | 1 line
430
431 better documentation for inclusion with rspec
432 ------------------------------------------------------------------------
433 r75 | smt | 2007-10-27 15:38:10 -0400 (Sat, 27 Oct 2007) | 1 line
434
435 updating readme for Carl Porth and Wincent's contributions, as well as adding a large section for the motivation behind FixtureReplacement, along with it's disadvantages
436 ------------------------------------------------------------------------
437 r74 | smt | 2007-10-25 23:28:31 -0400 (Thu, 25 Oct 2007) | 1 line
438
439 changing the generator to use Rails' camelize instead of classify
440 ------------------------------------------------------------------------
441 r73 | smt | 2007-10-25 23:27:31 -0400 (Thu, 25 Oct 2007) | 1 line
442
443 changing around the documentation for wincent
444 ------------------------------------------------------------------------
445 r72 | smt | 2007-10-25 23:23:56 -0400 (Thu, 25 Oct 2007) | 1 line
446
447 adding patch from wincent to silence migrations
448 ------------------------------------------------------------------------
449 r71 | smt | 2007-10-25 23:12:07 -0400 (Thu, 25 Oct 2007) | 1 line
450
451 adding patch to change classify to camelize
452 ------------------------------------------------------------------------
453 r70 | smt | 2007-10-19 16:22:03 -0400 (Fri, 19 Oct 2007) | 1 line
454
455 adding unapplied patches from wincent
456 ------------------------------------------------------------------------
457 r65 | smt | 2007-10-18 12:36:43 -0400 (Thu, 18 Oct 2007) | 1 line
458
459 adding attr_protected notes to README
460 ------------------------------------------------------------------------
461 r64 | smt | 2007-10-18 12:29:29 -0400 (Thu, 18 Oct 2007) | 1 line
462
463 moving patches around to be named by date
464 ------------------------------------------------------------------------
465 r63 | smt | 2007-10-18 12:25:41 -0400 (Thu, 18 Oct 2007) | 1 line
466
467 more updating of docs
468 ------------------------------------------------------------------------
469 r62 | smt | 2007-10-18 12:02:59 -0400 (Thu, 18 Oct 2007) | 1 line
470
471 updating README
472 ------------------------------------------------------------------------
473 r61 | smt | 2007-10-18 12:01:39 -0400 (Thu, 18 Oct 2007) | 1 line
474
475 Adding wincent's README patch
476 ------------------------------------------------------------------------
477 r60 | smt | 2007-10-17 22:38:17 -0400 (Wed, 17 Oct 2007) | 1 line
478
479 removing element from TODO
480 ------------------------------------------------------------------------
481 r59 | smt | 2007-10-17 22:37:13 -0400 (Wed, 17 Oct 2007) | 1 line
482
483 getting specs to work from RAILS_ROOT
484 ------------------------------------------------------------------------
485 r58 | smt | 2007-10-17 22:34:38 -0400 (Wed, 17 Oct 2007) | 1 line
486
487 updating documentation to reflect last patch sent in by wincent
488 ------------------------------------------------------------------------
489 r57 | smt | 2007-10-17 22:30:23 -0400 (Wed, 17 Oct 2007) | 1 line
490
491 Applying a patch from wincent to deal with mass assignment with attr_protected fields
492 ------------------------------------------------------------------------
493 r56 | smt | 2007-10-17 22:13:47 -0400 (Wed, 17 Oct 2007) | 1 line
494
495 updating Docs
496 ------------------------------------------------------------------------
497 r53 | smt | 2007-10-17 19:52:11 -0400 (Wed, 17 Oct 2007) | 1 line
498
499 adding patch to apply
500 ------------------------------------------------------------------------
501 r46 | smt | 2007-10-16 20:34:45 -0400 (Tue, 16 Oct 2007) | 1 line
502
503 Adding link to wincent's site, for documentation
504 ------------------------------------------------------------------------
505 r35 | smt | 2007-10-15 20:20:36 -0400 (Mon, 15 Oct 2007) | 1 line
506
507 Huge patch from Wincent Colaiuta to overhall the specs to use sqlite3 in memory databases + real models (just a change to the specs)
508 ------------------------------------------------------------------------
509 r33 | smt | 2007-10-14 19:05:24 -0400 (Sun, 14 Oct 2007) | 1 line
510
511 Spelling Error Fix for comments, patch from Wincent Colaiuta
512 ------------------------------------------------------------------------
513 r32 | smt | 2007-10-14 19:00:49 -0400 (Sun, 14 Oct 2007) | 1 line
514
515 adding patches sent in by wincent
516 ------------------------------------------------------------------------
517 r31 | smt | 2007-10-03 00:50:27 -0400 (Wed, 03 Oct 2007) | 1 line
518
519 Another tiny change to README (fixing link to specdocs)
520 ------------------------------------------------------------------------
521 r30 | smt | 2007-10-03 00:46:35 -0400 (Wed, 03 Oct 2007) | 1 line
522
523 Adding specdocs to README
524 ------------------------------------------------------------------------
525 r29 | smt | 2007-10-03 00:42:06 -0400 (Wed, 03 Oct 2007) | 1 line
526
527 update rake, specdoc, to both use doc/ directory
528 ------------------------------------------------------------------------
529 r28 | smt | 2007-10-03 00:41:37 -0400 (Wed, 03 Oct 2007) | 1 line
530
531 Tiny change to README
532 ------------------------------------------------------------------------
533 r27 | smt | 2007-10-03 00:16:48 -0400 (Wed, 03 Oct 2007) | 1 line
534
535 adding rake tasks to build specdoc + all documentation + rake spec
536 ------------------------------------------------------------------------
537 r26 | smt | 2007-10-02 03:34:26 -0400 (Tue, 02 Oct 2007) | 1 line
538
539 small changes to docs
540 ------------------------------------------------------------------------
541 r25 | smt | 2007-09-30 15:51:52 -0400 (Sun, 30 Sep 2007) | 1 line
542
543 removing rspec banner from generator
544 ------------------------------------------------------------------------
545 r24 | smt | 2007-09-30 15:21:43 -0400 (Sun, 30 Sep 2007) | 1 line
546
547 more README
548 ------------------------------------------------------------------------
549 r23 | smt | 2007-09-30 15:20:57 -0400 (Sun, 30 Sep 2007) | 1 line
550
551 adding spec rake task and making the default task the spec task
552 ------------------------------------------------------------------------
553 r22 | smt | 2007-09-30 14:55:02 -0400 (Sun, 30 Sep 2007) | 1 line
554
555 todo update
556 ------------------------------------------------------------------------
557 r21 | smt | 2007-09-30 14:54:06 -0400 (Sun, 30 Sep 2007) | 1 line
558
559 removing tasks/ directory
560 ------------------------------------------------------------------------
561 r20 | smt | 2007-09-30 14:53:46 -0400 (Sun, 30 Sep 2007) | 1 line
562
563 more readme updates
564 ------------------------------------------------------------------------
565 r19 | smt | 2007-09-30 14:51:26 -0400 (Sun, 30 Sep 2007) | 1 line
566
567 updating README
568 ------------------------------------------------------------------------
569 r18 | smt | 2007-09-30 14:36:42 -0400 (Sun, 30 Sep 2007) | 1 line
570
571 moving specs into fixture_replacement directory
572 ------------------------------------------------------------------------
573 r17 | smt | 2007-09-30 14:35:18 -0400 (Sun, 30 Sep 2007) | 1 line
574
575 adding fixture_replacement directory in spec/
576 ------------------------------------------------------------------------
577 r16 | smt | 2007-09-30 14:34:04 -0400 (Sun, 30 Sep 2007) | 1 line
578
579 moving TODO into it's own file
580 ------------------------------------------------------------------------
581 r15 | smt | 2007-09-30 14:31:26 -0400 (Sun, 30 Sep 2007) | 1 line
582
583 removing TODO's that have been done
584 ------------------------------------------------------------------------
585 r14 | smt | 2007-09-30 14:30:31 -0400 (Sun, 30 Sep 2007) | 1 line
586
587 Adding the MIT license
588 ------------------------------------------------------------------------
589 r13 | smt | 2007-09-30 14:27:19 -0400 (Sun, 30 Sep 2007) | 1 line
590
591 updating readme
592 ------------------------------------------------------------------------
593 r12 | smt | 2007-09-30 14:24:29 -0400 (Sun, 30 Sep 2007) | 1 line
594
595 adding patches directory, with simon's patch
596 ------------------------------------------------------------------------
597 r11 | smt | 2007-09-30 13:44:10 -0400 (Sun, 30 Sep 2007) | 1 line
598
599 Allow default_* methods to take params, just as create_* and default_* do (Patch from Simon Peter Nicholls)
600 ------------------------------------------------------------------------
601 r10 | smt | 2007-09-30 12:53:14 -0400 (Sun, 30 Sep 2007) | 1 line
602
603 Readme update
604 ------------------------------------------------------------------------
605 r9 | smt | 2007-09-30 12:44:32 -0400 (Sun, 30 Sep 2007) | 1 line
606
607 Updating docs
608 ------------------------------------------------------------------------
609 r8 | smt | 2007-09-28 17:42:10 -0400 (Fri, 28 Sep 2007) | 1 line
610
611 Moving around the require lines so that the specs can be run
612 ------------------------------------------------------------------------
613 r7 | smt | 2007-09-28 17:39:00 -0400 (Fri, 28 Sep 2007) | 1 line
614
615 (hopeful) bugfix (without regression) for linoj's bug
616 ------------------------------------------------------------------------
617 r6 | smt | 2007-09-28 01:36:52 -0400 (Fri, 28 Sep 2007) | 1 line
618
619 Fixing tiny bug in generator of fixture replacement
620 ------------------------------------------------------------------------
621 r5 | smt | 2007-09-27 23:35:30 -0400 (Thu, 27 Sep 2007) | 1 line
622
623 removing trunk
624 ------------------------------------------------------------------------
625 r4 | smt | 2007-09-27 23:34:42 -0400 (Thu, 27 Sep 2007) | 1 line
626
627
628 ------------------------------------------------------------------------
629 r3 | smt | 2007-09-27 23:31:40 -0400 (Thu, 27 Sep 2007) | 1 line
630
631 removing branches and tags
632 ------------------------------------------------------------------------
633 r2 | smt | 2007-09-27 17:49:20 -0400 (Thu, 27 Sep 2007) | 1 line
634
635 tagging release 1.0
636 ------------------------------------------------------------------------
637 r1 | smt | 2007-09-27 17:46:58 -0400 (Thu, 27 Sep 2007) | 1 line
638
639 Initial import of plugins (and Fixture Replacement plugin, which came from the urbis repository at revision 1935)
640 ------------------------------------------------------------------------