search for: presentaions

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

Did you mean: presentations
2005 Jan 06
14
Announcing SoapBX.com a new Rails App for making presentations
...version of SoapBx, with less than 20 hours of programming involved so far. SoapBX is an application to create css based presentations and uses Erik Meyer''s cool S5 css and js code: http://www.meyerweb.com/eric/tools/s5/ With SoapBX you can use basic Textile and a simple web app to create presentaions. What are my priorities with this righ now? * Improve the user account management screens (there aren''t any right now) * Create more themes (right now only the standard S5 theme is used) * Allow users to create their own themes * Integrate with Flickr for image management * Add a blog an...
2006 Jan 12
0
override << method
Ok, this statement may prove that i am designing my app incorrectly but I have several HABTM relationships in my application that I add to using the <<. However, this undermines my ability to validate uniqueness of my rows. As an example. a = Article.find(1) c = Comment.find(1) a.comments << c a.comments << c a.comments.size "2" Obviously, I''d like to