Displaying 2 results from an estimated 2 matches for "apptrain".
Did you mean:
  appmain
  
2006 Feb 20
0
appTrain and instant rails
Can someone tell me what I need to change to get appTrain working on 
instant rails?
-- 
Posted via http://www.ruby-forum.com/.
2005 Dec 27
10
ActiveRecord flexible columns
I would like to have a table with flexible columns.
For example i have the following table customers:
id
name
email
The user should be able to save other columns to the database as well :
me = Customer.find(10)
me.name = ''me company''
me.email = ''me-RPlE4GnVVoJHoQZOM9yvow@public.gmane.org''
me.msn = ''me1234''  # custom columns
me.birthdate =