public
Description: The source code for a tutorial of Ramaze
Homepage: http://blog.purepistos.net/index.php/2008/11/18/ramaze-by-example/
Clone URL: git://github.com/Pistos/ramaze-todolist-tutorial.git
100644 4 lines (3 sloc) 0.23 kb
1
2
3
4
INSERT INTO tasks ( description ) VALUES ( 'Learn Ramaze basics.' );
INSERT INTO tasks ( description ) VALUES ( 'Say hello in Ramaze IRC channel.' );
INSERT INTO tasks ( description ) VALUES ( 'Write a blog post about Ramaze.' );