search for: stephenbartholomew

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

2006 Jun 28
5
Idea in development - Dynamic Records
Hi All, I''ve been working on a client project where by the client can manage the some fields/values available in a model. Here''s a quick writeup: http://stephenbartholomew.wordpress.com/2006/06/28/dynamic-records/ The idea is very much in development, but i thought i''d like to put it out for feedback. The writeup is also pretty rushed so please excuse :0) Cheers! Stephen -- Posted via http://www.ruby-forum.com/.
2006 Jul 08
9
How to handle dynamically columned tables in rails
I want to build an application that lets me (the end user accessing a web page) design a simple list with columns and add records. E.g., if the end user says I want a table that has a list of songs, he can create a list (title, date, artist, label) and then make another list of, e.g., books on his bookshelf with the necessary columns (title, author, pub_date, shelf). The end user