Displaying 20 results from an estimated 400 matches similar to: "Ruby on rails local groups, everyone?"
2014 Jan 23
17
[Bug 74002] New: [un]docking Lenovo W530 results in interrupt storm
https://bugs.freedesktop.org/show_bug.cgi?id=74002
Priority: medium
Bug ID: 74002
Assignee: nouveau at lists.freedesktop.org
Summary: [un]docking Lenovo W530 results in interrupt storm
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: jcollins at
2006 Jul 14
9
DRY Javascript Degredation
Hi,
It seems there must be a better way to do this than what I am
currently doing.
I have a simple app that collects a users thoughts along with their
email address and their first an last name. On a page that lists all
the users thoughts they can click on a link to "add a thought" which
then displays a form with ajax. My current methodology for this is
not very dry. If js is
2006 Aug 02
3
Active Record
I want to build a one page finance calculator in Rails.
The form has several fields on it. When I press the calculate button
it will return to the same page with the answer. If there is an error
it will also return to the same page with the appropriate error
messages.
I want it to be able to
1. Carry over all the values on the form fields
2. Use the rails validation methods
How can I acheive
2014 Jan 27
7
[Bug 74123] New: [NVE7] windows maximize behind xfce4-panel until settings viewed
https://bugs.freedesktop.org/show_bug.cgi?id=74123
Priority: medium
Bug ID: 74123
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE7] windows maximize behind xfce4-panel until
settings viewed
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
2001 Apr 17
2
Unable to find the Domain Master Browser name
I have just installed Samba on RedHat Linux 6.2 which is working fine.
However, I've noted that for every 20 minutes, the following error message
being logged under log.nmb,
[2001/04/17 14:29:27, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_
fail(362) find_domain_master_name_query_fail: Unable to find the Domain
Master Browser name HOME<1b> for the workgroup HOME. Unable
2006 Jul 18
4
Multiple Layouts - Single Controller
How do I do multiple layouts for a single controller:
I am aware I can do... render(:layout =>''mylayout'') for individual
actions, however this becomes a multiple render problem.
I tried this...
layout "mylayout", :except => [:myaction, :myotheraction]
layout "myotherlayout", :only => [:myaction, :myotheraction]
However that doesn''t
2016 Oct 27
11
[Bug 2635] New: Unable to use SSH Agent and user level PKCS11Provider configuration directive
https://bugzilla.mindrot.org/show_bug.cgi?id=2635
Bug ID: 2635
Summary: Unable to use SSH Agent and user level PKCS11Provider
configuration directive
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2004 Oct 12
6
Classful Queuing
OK, I''m stumped. I''ve read through most of the LARTC HOWTO and have yet
to find a basis for what I need to accomplish.
I have a Linux box that controls access to and from the Internet at my
workplace. We have a number of remote employees that connect via PPTP
and IPSEC to the office''s internal network. Some of these remote
employees are currently using SIP phones.
2006 Jul 14
5
Ideas for AJAX pagination
Hi,
I am looking for ideas on how to remove the last item from a
paginated page when a new item is inserted, thus leaving only 10
elements on the page.
Currently I have a form that inserts with AJAX, but as expected, each
post added to the page just increases the number of posts leaving 11
on a page that should only be displaying 10.
I have unique ID''s for each post (e.g.
2006 Jun 25
3
Dummy field in a model
I want to have a field in model, which I''m not storing in a database.
And I want to do something like the following in the model code :
validates_format_of :field_NOT_in_db, :with => session[:field]
How can I do it ?
Thanks,
Pratik
--
rm -rf / 2>/dev/null - http://null.in
2006 Jul 21
3
[Slightly OT] CSS with wildcard?
Sorry if this is a simple question, I''m a CSS noob.
I have a rails app that is displaying posts, I am having it generate
each post with its own div like "post_19", "post_20", etc.
I could make it so it puts another div around that div (i need the
individual post div''s for deletion with AJAX) but would rather not.
Is there some way to use CSS to do
2005 Dec 11
1
Quantile function for the generalized beta distribution of the 2nd kind
I have succeded in defining the cdf of the generalized
beta of the second kind, eg.
pgbeta2 <- function(quint,b,a,p1,p2) {
integrate(function(x)
{exp(log(a)+(a*p1-1)*log(x)-(a*p1)*log(b)-log(beta(p1,p2))-(p1+p2)*log(1+(x/b)^a))},0,quint)$value
}
but I'm facing problems with the quantile function. I
tried something like
qgbeta2 <- function(proba,b,a,p1,p2) {
optimize(function(z)
2003 Apr 24
7
Outgoing SIP Call to unregistered Users
Hi!
I'm using asterisk with a few kphone SIP-Clients. The registration process
seems quite OK. But there are some problems:
Calling other registered users is possible, but the rtp-stream is not reaching
the right port, so you can hear nothing. In ethereal you can see, that the
SIP/SDP fields addresses different ports at each client, so client A sends to
port 32000 but client B listens on
2017 Mar 13
2
modbus driver for phoenix contact industrial UPS
Hello,
this is to let you know I will start working on a modbus driver for the
PhoenixContact QUINT-UPS industrial DC UPS, model 2320461.
https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=2320461&library=usen&pcck=P-22-07-01-01&tab=1
I will reuse some parts of the nutdrv-modbus branch, but this will be a
model specific driver, not a generic one. Unfortunately
2003 Nov 13
6
I hate to do this but..
I hate to bring this thread back to life, but...
> it may be possible to get it supported, do you think the price
>point is remotely competitive with Digium hardware? Also as I am not
>about to divulge my information to them to look in the downloads
>section, what is the licensing of their SDK? What is the licensing of
>the driver?
>
>Steven
>On Tue, 2002-11-26 at 14:52,
2006 Jul 19
13
MySQL Replication as Load Balancing
Hello:
We will be setting up MySQL replication for a load balanced environment,
but we have to separate reads and writes.
How can we modify rails to do so? Has anyone done this already?
Thank you in advance!
Dan
--
Posted via http://www.ruby-forum.com/.
2001 Apr 17
2
setting up printers with Samba and Windows NT workstation
Hello all.
I'm a samba newbie given the task of setting up samba to act as a print
server for 5 HP laser printers ranging from the LaserJet 4MV to the
LaserJet 8150N. I've done a search of the samba mailing list archives to
see if my problem has already been addressed, but I have been unable to
find anything that refers to the same error I'm receiving. I am using SWAT
to administer
2003 Feb 03
1
Syslinux cannot load memtest 86
Hi there,
I am using the latest version of both syslinux ( acutally isolinux ) and
memtest86.
I get the error "Cannot load a ramdisk with an old kernel image."
the memtest is just called memtest ( renamed from .bin as I read that in the
archives that was bad )
My isolinux.cfg is just
label memtest
kernel memtest
I searched google with not much avail. Is this a known issue to you?
2013 Nov 08
1
CRAN package 5000
Package 'quint' brought the number of packages on CRAN (for all
platforms: some are Windows-only or non-Windows only) to 5000 a few
minutes ago: see http://cran.r-project.org/web/packages/index.html .
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861
2004 May 02
1
FXO line hum w/ Z-plex 10
I've recently begun integrating an Asterisk system into my house. I
purchased the Dev Kit a year or two ago when Digium was selling it as a
Z-plex 10 channel bank with the T100P.
I've recently found that when I connect the serial monitoring port to my
system it introduces a noticable hum on my incoming FXO lines. Anyone
know (or have suggestions about) how to prevent this?
--
Jamin