Displaying 2 results from an estimated 2 matches for "group_messag".
Did you mean:
group_messages
2006 Aug 09
0
Schema Design: ActiveRecord and Group-Oriented Data
...s in the Rails
framework, particularly using ActiveRecord and migrations? Three
obvious, direct approaches are:
[1] Use one database, with one master Messages table, with group
indices as foreign keys
[2] Use one database, with many smaller Messages tables, prefixed by
group name (e.g. Foo-Group_Messages), and dynamically manage the table
connetions
[3] Use one database per group, each with its own Messages table, and
dynamically manage the Db connections
And add meta-level data where needed.
The easiest Rails-friendly approach seems to be [1], since this would
require no ActiveRecord-leve...
2010 Nov 30
4
Cucumber+Capybara rails 3 issue (Don't know where exactly)
...t;=>"immediately",
"emails_delivery_period_attachments"=>"i
mmediately", "emails_delivery_period_advanced_signups"=>"immediately",
"emails_delivery_period_private_messages"=>"immediately",
"emails_delivery_period_group_messages"=>"immediately",
"password"=>"[FILTERED]", "password_confirmation"=>"
[FILTERED]"}, "commit"=>"Update"}
User Load (0.9ms) SELECT "users".* FROM "users" WHERE ("users"."id&q...