Displaying 3 results from an estimated 3 matches for "user_options".
2006 Jul 28
2
ActiveRecord design question
Hi everyone, I have a small design question.
My app has the classical ''User'' table.  The problem is that I will 
probably have a lot of user set options.  I did not want to add 20-30 
fields to the user table so I created a user_options table:
===============================
class User < ActiveRecord::Base
  has_many :user_options
end
===============================
class UserOption < ActiveRecord::Base
  belongs_to :user
end
===============================
Unfortunately this does not give me what I want.  My problem is th...
2006 Jul 29
0
ActiveRecord question
Hi everyone,
I am having the following problem:  I have a ''User'' model and a 
''User_option'' model (user has_many user_options & user_options 
belongs_to user).
Now the user_option table (and model) consist mostly of a key & value 
fields, and I would like to be able to reference them like an 
associative array
instead of a collection.  Here is what I mean:
user = User.find(:first)
user.user_options[:key]
instead...
2010 Jul 08
10
Asterisk Crashes - Segmentation Fault
Hello Team,
I was looking for audio conferencing solution where i got Web-meetme.
I had installed Asterisk 1.6.2.9 on Centos  5.4. Its perfecting working
fine. I tried using Meetme even meetme app is working perfectly fine.
I installed Webmeetme 4.0 and integrated with my asterisk. When i try to
dial the conference number it take me to an IVR wherein it asks for the
conference number. The time i