Displaying 2 results from an estimated 2 matches for "u8ira".
Did you mean:
jira
2008 Jul 12
1
Re: Re stful_authentication, Internet Explorer, and unwanted http basic dialog
...hrough to format.any -
>> something''s not quite working with its accept headers, it seems.
>> Compare:
>> http://rituonrails.wordpress.com/2006/12/10/strane-behaviour-of-respond_to-in-ie/
>>
>> On Jun 27, 2:58 pm, Chris Bartlett <c.bartl...-wUU9E3n5/m4qAMOr+u8IRA@public.gmane.org> wrote:
>>> I have a fairly bog-standard installation of restful_authentication
>>> and run my app in Rails 2.1. Internet Explorer 6 and 7 are popping up
>>> an http basic authentication dialog instead of doing what all other
>>> browsers do:...
2007 Aug 26
2
Multi-word query searching across columns
I''m trying to implement a basic name search on a People table with
separate first_name and last_name columns. I am using the
will_paginate plugin and have the following search method in the
model:
def self.search(search, page)
paginate :page => page,
:conditions => ["lower(last_name) like ? or
lower(first_name) like ?",