search for: igotimac

Displaying 3 results from an estimated 3 matches for "igotimac".

2006 Oct 30
16
Seymore - Content Management On Rails
I have just open sourced my Content Management System called Seymore. Rather than having a separate administration section for managing content, content management functions are available throughout the site so users are able to contextually and comfortably manage the content. I am looking for any and all feedback. Please, either checkout the latest source from subversion, grab version 0.1 from
2006 Nov 07
4
non-"table_id" foreign key
Okay folks, I''m feeling like a fool. I''m sure I''m not the first person to run into this, but I can''t find the necessary info. Basically I need to create two tables. The first to hold actual content. And the second to link pairs of content records. For example, a "persons" table and a "friends" table that pairs up two person records.
2006 Oct 03
0
WebObjects-style Object Cache
Hey Guys, Here''s the scenario: I have a model Page and every page has multiple page_parts. So, there''s a form for editing a Page and all of it''s parts and when you submit the form all of your changes are saved. There''s an action that handles the post that saves the page and all the parts. def handle_post if request.post? @page.attributes =