Displaying 5 results from an estimated 5 matches for "lbarnett".
Did you mean:
barnett
2005 Mar 24
2
Emailed voicemail
Have Asterisk us at running fine, but have run into a small snag. It's
not emailing the voicemails to the users.
I have attach=yes set, sendmail is configured and works from from the
commandline (sent an email to myself).
Unless I'm wrong, or missing something, asterisk is configured by
default to send an email when a users
receives a voicemail, correct?
Thanx
A
2007 Apr 11
3
Problems sharing HP Officejet 6210 Linux --> XP
...= 0775
browseable = No
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[hp6210]
comment = The HP multifunction printer w. scan and fax capability
path = /usr/spool/samba
printer admin = root, lbarnett
read only = No
guest ok = Yes
min print space = 2000
printable = Yes
cups options =
printer name = hp6210
oplocks = No
share modes = No
[shared]
available = No
[print$]
comment = Samba print driver download area...
2006 Mar 21
2
Rails newbie can''t initialize a new Paginator object
Hi all,
I''m using ruby 1.8.2-15 and a recent rails 1.0 download.
I''m trying to implement the Classic/Custom pagination in a list action.
Here''s my code:
def list
getSearchTerms
# NOTE: @params[:search_results] is an Array of product_data objects
# returned by a search action.
@results = @params[:search_results]
if @results.nil? then
# The default
2006 Mar 22
0
validating composite model keys
I know that I should be able to figure this out by looking at the
source, but this "ruby newbie" can''t:
I have a model for a table with a 3-column composite key. Is there a way
to tell the stock validates_uniqueness_of() helper to validate such a
key or do I have to write my own?
Thanks,
Larry
--
Posted via http://www.ruby-forum.com/.
2005 Dec 30
0
Newbie multiple controllers/layouts question
Hi all,
I''m playing around with Dave Thomas'' depot project, trying to add site
search, starting with code from the search_generator gem. I got basic
search working. Now I''m trying to understand how to integrate the search
result pages more fully into the overall application and I''m having
architectural "issues". search_generator creates its own