| Article: |
How to Build Simple Console Apps with Ruby and ActiveRecord | |
| Subject: | other ruby console todolist app | |
| Date: | 2007-06-25 21:12:23 | |
| From: | GregWeber | |
|
I create a console todolist app using KirbyBase directly, although I am abstracting a very simple framework. http://todotxt.googlecode.com/svn/tags/todo-ruby-alpha/
|
||
Showing messages 1 through 1 of 1.
-
other ruby console todolist app
2007-06-26 07:20:46 Gregory Brown |
[Reply | View]




Cool, I'll have to check that out.
We rejected the Struct conversion. The movement of the conversion code down into Record has been accepted, but it's awaiting tests. (We don't accept any patches without tests.) Though that's a discussion for ruport-dev, you might consider building a simple gem-plugin that extends Ruport to easily work with KirbyBase, that would rock.
http://stonecode.svnrepository.com/ruport/trac.cgi/wiki/PluginList
Simon Rozet, a student I am mentoring from the RubyMentor project, is going to attempt to do exactly that with Tracks. I sort of wrote this article with him in mind. :)