Displaying 20 results from an estimated 1000 matches similar to: "How do I use ''reply-to'' with Action Mailer"
2006 Jan 13
2
Switchtower - openssl error
I get this error on switchtower setup task: no such file to load -- openssl
I have openssl installed.
Debian 3.1, Rails 1.0, Ruby 1.8.2, OpenSSL 0.9.7e
2006 Jan 25
24
RailsCron 0.2 plugin
I received feedback from some of you, saying that it would be cool if
RailsCron was even easier to manage. So I implemented a graceful
start/restart inside of the plugin''s init.rb. If you don''t like it,
comment it out and send me the feedback.
Also, I finished an update to RailsCron that allows you to attach
asynchronous processing methods to your ActiveRecord models. i.e.:
2006 Jun 01
2
using ActionMailer with template files retrieved from sql database table instead of on disk files
I''m trying to set up a system which allows users to create and modify
emails to send out to clients. I''ve got ActionMailer set up to send
from a template file stored on the file system, but I''d like to be
able to move this into the database. Does anyone know how to get
ActionMailer to read the contents of the email from a database table
rather than the on-disk template
2009 Feb 24
4
Cannot pass id field to ActiveRecord
Dear all
I have a dummy question. The model code as follow:
class User < ActiveRecord::Base
set_primary_key "username"
end
In script/console
user = {:username => "123", :display_name => "345"}
=> {:username=>"123", :display_name=>"345"}
a = User.new(user)
=> #<User username: nil, display_name: "345">
2007 Nov 03
2
Service.services bug (pure Ruby version)
Hi all,
I''ve hit a curious bug in the Service.services method. This is in the
pure Ruby version in CVS. Check it out and run this snippet:
Service.services{ |s|
p s.service_name
p s.display_name
}
That will segfault after about 14 entries for me. It appears to be a
problem with memcpy on line 658, but I couldn''t tell you why.
The interesting thing is that the more I
2023 Jun 12
1
[PATCH libnbd 2/2] generator: state machine: Be less verbose in debug messages
On Mon, Jun 12, 2023 at 07:27:53PM +0100, Richard W.M. Jones wrote:
> Logging state transitions in debug mode produces huge amounts of
> output which is not especially helpful. This change removes this
> debugging output. This reduces the debug output by approximately two
> thirds.
> ---
> generator/state_machine_generator.ml | 12 ------------
> 1 file changed, 12
2011 Feb 11
4
take my name from the list
How I can take out my name from this list?
Fernanda Melo Carneiro contato: (62) 3521-1480 e 8121-7374www.ecoevol.ufg.br
Laboratório de Ecologia Teórica e Síntese (UFG)
[[alternative HTML version deleted]]
2010 Jun 29
5
file "time-to-live"
Hi everyone,
There is a way to make files being automatically deleted some time after
they have been created?
I know that, with some scripting wizardry i could achieve this, but i
wanna know if samba has this kind of feature.
I have a temp folder that users insist in use like a backup folder, so i
want to files to be deleted 24 hours after they have been created.
I cannot just delete
2009 Apr 13
6
FTS Plugin design
Hi all,
Currently I am developing some changes on the solr plugin. I want this
plugin indexing also the attachment's content. I have already started to
look on plugin's source but I am having some problems understanding how it
works.
I didn't understood yet what is the plugin's design and how the plugins are
called from the core system and I was wondering if anyone could help me
2006 Aug 03
3
HELP: multiple select list in ror
Hi
Search doesn''t seem to be working so my apologies if this has come up
before.
I have some simple code in a view that generates a multiple select:
<select name="menu_select" size="5" multiple="multiple">
<% for m in Menu.find(:all) %>
<!-- this needs to be abstracted in ror fashion -->
<option value="<%= m.id %>"
2006 Apr 09
12
Validating two models from one form
Howdy,
I''m working on my first RoR project, and I want to build a form. The
tricky thing is, this form needs to insert / update against two models,
each with their own validation rules. Unfortunately, I''m having an
incredible amount of difficulty with the error handling, specifically
the fields wrapped in <div class=''fieldWithErrors''></div>
2009 Apr 07
1
Compile and configure Solr plugin
Hi all,
I'm having some kind of troubles on Solr's integration. I configured Dovecot
with the Solr argument (--with-solr) and everything proceeded just fine.
But, when I started Dovecot I got this error:
Plugin fts_solr not found from directory /usr/lib64/dovecot/modules/imap
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
In
2009 Apr 07
2
Is there any more detailed docs about dict configuration
Hi,
I am looking for some help on dict configration. I'm trying to config
shared and public mailbox, and use sql as acl backend.
Here is my config:
table:
CREATE TABLE `shared_dict` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`from_user` char(50) NOT NULL,
`to_user` char(50) NOT NULL,
`status` int(10) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `from_user` (`from_user`),
2010 Jul 03
6
sambaLogonScript problem
Hi everyone,
I'm having trouble in deploying by group sambaLogonScript.
My scripts consist only im mapping network folders.
I'm using Samba 3.4.7. Is there a way to debug this? The logs does not
show anything about the logon scripts.
All my users are set with "%G.bat" in the ldap backend, but the vast
majority of the users are not running the scripts, or running partially.
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
I have been trying to write a selector function for Autocompleter.Local that
will show a predefined Array and will scroll automatically to the first
match. I have had success with with getting my list to populate and show
all of the choices, however I cannot get it to scroll to the first match.
Since I build the JS Array I can know exactly how many items are in the list
going into my selector,
2006 Jul 07
5
link_to: link is missing id
I''m using a legacy table, where the unique id is not ''id''
I have a Model class like the following:
class Article < ActiveRecord::Base
set_primary_key "ARTICLE_ID"
end
however, using a link_to like the following (modified scaffolding),
the link has no id value:
<% for article in @articles %>
<tr>
<% for column in
2014 Dec 16
3
PJSIP configuration question
Ok Dan, try this... I was able to get this to work behind a NAT and with
ip address authentication.
[global]
type = global
debug = yes
[transport1]
type = transport
bind = 0.0.0.0
protocol = udp
*local_net=<yourlocalnet I.E. 10.10.10.10/24
<http://10.10.10.10/24>>external_media_address=<your public ip
address>external_signaling_address=<your public address>*
2010 Mar 23
1
usuários não consegues acessar pastar compartilhadas após upgrade do samba
Oi F?bio.
Pelo IP tamb?m n?o acessa. A minha suspeita de que era um problema
ligado a interface est? errada. Aleat?riamente usu?rios nas duas
interfaces perdem o acesso. Ainda assim, somente usu?rios com Windows XP
tem esse problema. Vou testar suas indica??es.
F?bio Rabelo wrote:
>
>
> 2010/3/23 Leonardo Carneiro - Veltrac <lscarneiro at veltrac.com.br
> <mailto:lscarneiro
2014 Dec 16
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 7:34 PM, Dan Cropp <dan at amtelco.com> wrote:
>
> I am not sure if I entered the correct settings for the transport
> information.
>
> For the local_net, I entered my local ip address, but no mask. I will
> check with the network admin so he can verify the settings I entered.
>
>
>
You need the network and mask. For example if the ip
2005 Mar 25
1
(no subject)
Hi there,
I'm implementing samba as ADS domain member server with samba and ldap authentication.
There is an extension of the AD schema to be performed, right?
What is the tool that does that?
Thanks in advance
Jo?o Carneiro
Departamento de Sistemas e Tecnologias da Informa??o
jcarneiro@dls.pt
DLS - Projectos Automa??o e Manuten??o, Lda
Tel.: 227 470 786 :: Fax: 227 470 787