Ruby on Rails framework

Hey guys, haven't been here in a while. College has put a different perspective on what I spend my time doing online, but you can never really forget some things of particular interest. What if we could build 1l with a ruby on rails framework, easily integrated with SQLite or MySQL, later expanding on other RDBMS's. Think about it, it will work, but do we really want to do it? That's the question that needs answering by you guys.
I'm not going to up and recode 1l randomly, and if I were, I'd probably do it in python.
Ugh, why python? Ruby has some pretty spiffy features to it. But again, seeing how quick development is going on this, I don't see a full rewrite anywhere in the near future .
I dunno, Python has just interested me more than ruby, I really have no reason.
Peter, I want to catch you on aim, you and me have been busy I know, and I know my lame excuse about school was a while ago, but man, my first semester has proven difficult, or rather taken a while to adjust to it all. Anyways, I have some amazing ideas on how to implement ajax.
Then just message me aim: k4 Forums, gtalk: peter dot goodman at gmail dot com
OneLobby
QueryQuery TimeAffected Rows
SELECT o.object_name,o.object_perms,p.perm_grant,p.perm_deny FROM k4_objects o, k4_perms p, k4_roles r, k4_user_roles u WHERE u.user_id=1  AND u.role_id=r.role_id  AND p.role_id=r.role_id  AND o.object_id=p.object_id ORDER BY r.perm_level ASC

 0.7684 

 3 

SELECT DISTINCT t.thread_id, t.*, ts.tag_name, GROUP_CONCAT(ts.tag_name SEPARATOR ',') AS tags, u.name AS user_name, uu.name AS edit_user_name FROM k4_thread_tags tt, k4_tags ts, k4_threads t, k4_users u, k4_users uu WHERE t.thread_id=46 AND t.thread_id=tt.thread_id AND ts.tag_id=tt.tag_id AND t.user_id=u.user_id AND t.edit_user_id=uu.user_id GROUP BY t.thread_id LIMIT 1

 0.7739 

 1 

UPDATE `k4_threads` SET views=300 WHERE thread_id=46

 0.0026 

 1 

SELECT tu.*, u.name AS user_name FROM k4_thread_users tu, k4_users u WHERE tu.thread_id=46 AND tu.user_id = u.user_id GROUP BY tu.user_id ORDER BY u.name ASC

 0.7922 

 1 

SELECT c.*, u.name AS user_name FROM k4_comments c JOIN k4_users u USING( user_id ) WHERE c.thread_id=46 GROUP BY c.comment_id

 0.7979 

 5