search for: user_status

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

Did you mean: user_state
2012 Feb 18
6
rake db:reset doesn't work, fails with unknown attribute: user_status
If I manually drop the database, and run create, then migrate it works fine. But doing a: rake db:reset it fails with: unknown attribute: user_status Does this mean my migrations are not dropping things correctly? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscr...
2010 Nov 30
4
Cucumber+Capybara rails 3 issue (Don't know where exactly)
...e Load (1.2ms) SELECT DISTINCT(private_messages.id) FROM "private_messages" LEFT JOIN private_messages_users mu ON mu.to_id = 1061 WHERE (((mu.private_message_id = private_messages.id and mu.to_status = ''unread'') or (priv ate_messages.user_id = 1061 and private_messages.user_status = ''unread''))) SQL (0.5ms) SELECT COUNT(*) AS count_id FROM "private_messages" WHERE ("private_messages".user_id = 1061 AND (message_type = ''draft'')) SQL (0.6ms) BEGIN Person Load (0.9ms) SELECT "people"."id", &quot...
2006 Jul 24
3
Newbie Q: How to creat 2 classes
Hi, I am very new and still learning and I am not sure how to start this...could someone show me some code or give some hints...I want to creat to classes so there will be admin users and regular users in a login system. Thanks in advance... adam -- Posted via http://www.ruby-forum.com/.