Results 27 issues of timfong888

I removed the email field and now I cannot register a new user. I am guessing that acts_as_authentic by default includes email authentication....? But can't figure out how it works...

I want to do the equivalent of (Ay) OR (Cy). how can i do that? Right now, I am creating separate queries: ``` @companies_with_email = Company.contact_emails_date_sent_gt(@monday). contact_emails_date_sent_lt(@friday). find(:all, :select =>...

I have a searchlogic that searches for not_null on an association that can occur many times, but I only want to display one UNIQUE/DISTINCT instance of the object: Company.contact_emails_id_not_null I...

I have the following using searchlogic: ``` @todos = Todo.contact_user_id_is(current_user). contact_campaign_id_is(@campaign). current_date_lte(Date.today). done_date_null. ascend_by_current_date ``` I only want @todos to contain a Todo record for a single contact_id (contact_id is...

I defined a scope_procedure and I am trying to put the output into a variable name and so run the scoped procedure Company.search(:awesome => true).all But when this search_procedure comes...

I have a Company that has_many ContactEmails :through => :contacts I want to do a search on Company.contact_emails.this_week Where this_week is a named-scope defined for contact_emails... I then went to...

Hi, I have a Gemfile with: gem 'firebase' after bundle install, when I type: require 'firebase' I get: ``` irb(main):001:0> require 'firebase' LoadError: cannot load such file -- firebase ```...

Hi, javascript loads, the view helper seems to render the editable attribute properly, but it's not editable...thinking I'm missing something? Here's the markup: rel="/emails/1" id="email_1_days" class="editable">7 Which is right: emails...

**ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION.** **Fill in the template. Issues that...