search for: presentaion

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

Did you mean: presentation
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 a...
2006 Jan 12
0
override << method
...g 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 avoid this. Even though I have locked down the presentaion layer so that theoretically this sort of thing would not happen, I''d like to protect it on the model layer if possibe. Any Ruby syntax gurus out there feel free to chime in, I am all ears. Thanks! Mark -- -------------------------------------------------------------------- I am Mark Da...