search for: f2005388

Displaying 2 results from an estimated 2 matches for "f2005388".

Did you mean: 0.005388
2006 Apr 08
5
Sending email on Windows
Hi! I''m developing a different kind of Rails app. It''s an email client *built on RoR *which users can download and use. It''ll look and feel like a standard webapp, except that the server will be run locally (maybe webbrick).. Basically, the idea is that: * Web based apps are easier to upgrade, use etc. * But people need to have their email and other stuff on
2006 Mar 06
1
Model for Tracking changes
Hi! I''m new to Rails (and ruby in general). I was planning to implement a whiteboard like system, in which changes made by users to the board are automatically tracked. Currently, I''ve implemented it as a model Post which :has_many Boards. A new Board is added to the Post every time a change is submitted (with a created_at timestamp). This allows saving multiple versions of