Displaying 20 results from an estimated 90000 matches similar to: "11 deleted messages in this conversation."
2008 Oct 26
3
Undefined method f_title
Hi,
This is my migration:
class CreateSampleForms < ActiveRecord::Migration
def self.add_data
SampleForm.create(:name => ''Default (Empty)'', :f_type => ''Default
(Empty)'', :description => ''Use this template to create a blank form.'')
end
def self.up
create_table :sample_forms do |t|
t.string :name, :null =>
2012 Jun 09
0
Re: ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: 'Transactions::DummyDdnlTransaction'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. P
FIXED: Transaction is a reserved word, and it cannot be used even
though I put it into its own module. So my guess is
Transactions::Transaction still somehow got resolved to the Rails
internal Transaction class.
Renamed the Transaction (and its subclasses) to Transact and it works fine now.
Thanks!
-- cmdjohnson
On Sat, Jun 9, 2012 at 3:08 AM, Commander Johnson
2008 Oct 05
1
Multiple tenants on Rails
Hi,
I''ve dug into some previous discussion on this list about having multiple
clients running on a single Rails site.
I can see how to work this out with a single project type. For example, my
tenants all have their own CMS in a single Rails environment.
What if 3 of my clients have a CMS site, 5 have an e-book site and 2 a
dating site. Is there a way to house these websites within a
2012 Jun 09
3
ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: 'Transactions::DummyDdnlTransaction'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Pleas
Hello,
I stumble upon this error when loading a subclass of the Transaction
class. For full details, see the pastie:
http://pastie.org/4053678
Error message: ActiveRecord::SubclassNotFound: The single-table
inheritance mechanism failed to locate the subclass:
''Transactions::DummyDdnlTransaction''. This error is raised because the
column ''type'' is reserved for
2022 Oct 10
1
[Bug 3481] New: PAM_TEXT_INFO messages are shown twice if they are the last conversation
https://bugzilla.mindrot.org/show_bug.cgi?id=3481
Bug ID: 3481
Summary: PAM_TEXT_INFO messages are shown twice if they are the
last conversation
Product: Portable OpenSSH
Version: 8.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component:
2008 Feb 12
3
Rails Messaging (INBOX) system
Hi All..
I need to implement messaging system in one of my rails
applications(To say simply it must be similar to orkut messaging
system). Even if i am having a rough idea on how to implement it, i need
any one your guidance to the way of approach. Could any one suggest me
with good stuff or links which may guide me to implement the mentioned
feature. I greatly appreciate any replies
Thank
2004 Aug 25
1
Sound deformation during conversation or IVR message
Hi,
We have a working asterisk with 1 E1 and a TE405P.
During conversation, when one side is speaking, the other hears sometimes
(every 5 to 20 seconds, it is random) a little deformation of the
voice/sound. It sounds like "scricth" and not during more than 0.5 seconds.
We have exactly the same problem when asterisk give messages to caller by an
IVR.
No need to be lot of
2003 Sep 01
2
[Bug 632] PAM conversation function does not return when connection is aborted
http://bugzilla.mindrot.org/show_bug.cgi?id=632
Summary: PAM conversation function does not return when
connection is aborted
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
URL: http://www.cl.cam.ac.uk/~mgk25/otpw.html#opensshbug
OS/Version: Linux
Status: NEW
Severity: major
2008 Jul 29
0
DON'T POST TO THIS GROUP! Use the new group instead! (Reminder #13)
Hi all,
(Just because the last reminder is getting buried in spam...)
==> DON''T POST TO THIS GROUP!! <==
This group is closing as discussed[1][2]. The archives will remain
online. Use the replacement group instead:
http://groups.google.com/group/prototype-scriptaculous
prototype-scriptaculous-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
If you''re continuing an
2004 Aug 30
2
How record conversation to sound file ?
For our helpdesk application, we need record full conversation between
any caller and one or two helpdek numbers (while the conversation is
running). After conversation is ended (hangup ..), the recorded file
(WAW) is putted into database. Using AGI, record and put to database is
OK, but only as exclusive task. But I need record WAW file "in
background" the standard conversation.
2016 Mar 07
2
[Bug 2549] New: [PATCH] Allow PAM conversation for pam_setcred for keyboard-interactive authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2549
Bug ID: 2549
Summary: [PATCH] Allow PAM conversation for pam_setcred for
keyboard-interactive authentication
Product: Portable OpenSSH
Version: 7.1p2
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: enhancement
Priority: P5
2004 Dec 28
2
LinuxPAM and sshd: changing conversation function doesn't work but claims to.
Hi.
I'm one of the OpenSSH developers, and I've done some of the work on
sshd's PAM interface recently.
I've discovered some behaviour peculiar to LinuxPAM that I can't
explain: changing the conversation function does not appear to work,
even though the pam_set_item() call claims to succeed. The previous
conversation function is still called.
Background: the PAM API
2003 Apr 10
1
sshd and pam , conversation
I have setup openssh with hostbased
authentication on linux (redhat).
I want to allow/deny users based on a
listfile, so i have a PAM module that
does that, and it runs in the "account"
section (oposed to pam_listfile.so,
that uses the "auth" section - it wouldt
work because with hostbased authentication
openssh ignores the "auth" section).
It's working
2016 Nov 11
1
How does one mark all messages as read (imap4flag "seen") with sieve?
This one is for vmail which is attached.
Bill
On 11/10/2016 8:29 PM, Ben Johnson wrote:
> On 11/10/2016 3:46 AM, Bill Shirley wrote:
>> I don't use the Anti-Spam plugin; I just fire off a BASH script every
>> four hours with
>> crontab which iterates thru the vmail email accounts and trains
>> Spamassassin 'per-user'
>> accounts. If the script
2011 Mar 12
0
preferences gem version 0.4.2
Hello,
I installed the preferences gem (0.4.2) but it doesn''t load the file
app/preference.rb which causes the plugin to fail. I''m on Rails 2.3.11. Any
tips on what I should add to get it working? I''m sure the gem wasn''t put on
RubyGems.org just to annoy people that download it ..
The plugin does work. I guess it''s all in the name of the guy that made
2001 Oct 25
3
PAM conversation stuff
Okay, I'm confused again. They way you guys are talking about the
conversation routine, it would seem that you think it is a way to fetch
something from the user - like a new password. Is this possible? Does
calling pam_chauthtok() cause the underlying pam_sm_chauthtok()
eventually print something on stdout and read a new password from stdin
(the socket to the client) using the conversation
2007 Jan 25
1
has_and_belongs_to won't delete records
Hi,
I have a has_and_belongs_to relationship between 2 objects, order and
product. I''m getting a foreign key violation when trying to delete
Order. Is there a special way of deleting orders without deleting
products? ("has_many" has :dependant => :delete_all.... does
"has_and_belongs_to" have something similar)
Trying:
Order.delete_all
Getting:
Mysql::Error:
2007 May 26
1
make_resourceful 0.1.0 Release!
I am extremely proud to put the code up live for make_resourceful! I
have been astonished by the positive feedback I''ve been receiving
since our talk at this year''s RailsConf. So much pressure to get this
thing out!
If you haven''t heard about it... then check out my slides from
railsconf http://www.hamptoncatlin.com/assets/2007/5/21/make_resourceful.pdf
or listen to the
2008 Apr 27
4
Smoothing out effects/ consistent effects everytime
HI All,
I am using this code here:
setTimeout("Sound.play(''sounds/movieprojector.mp3'');", 600);
setTimeout("Effect.Appear(''slideshow5'');", 850 + 600);
setTimeout("Effect.Puff(''slideshow5'');", 850 + 600 + 850);
2004 Aug 04
1
Barge in on to agents conversation
Hi,
1. When an agent is active on a call, i need the ablity for a third person
to join the conversation. Basically barge in by a supervisor, participate in
the conversation and then leave.
2. As an extension to the above, while on call, can the agent request a
conference from another agent and later hang him up.
3. Is there any way for a call to be put in the queue destined for a
specific agent