Displaying 20 results from an estimated 20000 matches similar to: "Add-on for sending a sequence of emails"
2007 Aug 29
0
NCQ in the 2.6.18 kernel
Hi All,
Newbie here! I was wondering if anyone has succeeded in getting
NCQ enabled with the ServerWorks chipset in the 2.6.18 kernel. I am
running a Dell 1435/CentOS 5.0-x86_64 with dual 250GB Western Digital
NCQ supported drives, when I load up the OS I get these messages:
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-7, max UDMA/133, 488281250 sectors: LBA48
2013 Jul 09
1
Puppet code review - suggestions and options
We are looking to implement a code review system that will require a review
of the code before it gets to production servers. I have been looking into
many different options, and would love some feedback and experiences from
other users.
Our puppet is in a git repo. We have 3 primary environments with a branch
of puppet for each of them. All of our puppet info is in the git repo
2013 Feb 19
0
Norwegian-language online Puppet-meetup today at 20:00 CET
All,
this might only be if interest to any Norwegian-speaking list members
but still - organized through DevOps Norway on meetup.com, today I''m
hosting the first of what might become a series of informal Google
Hangouts on Puppet-specific topics:
http://www.meetup.com/DevOps-Norway/events/103877672/
and
http://live.deploy.no/2013-02-19-puppet-workflow.html
It starts at 20:00 (CET)
2013 Feb 07
1
user uknown
Hi,
I upgraded to version 2.1.1 from version 1.0.7 and I am having issues with postfix and dovecot reading my userdb file.
Here is my dovecot config:
# 2.1.1: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-308.1.1.el5 x86_64 CentOS release 5.7 (Final)
auth_debug = yes
auth_socket_path = /var/run/dovecot/auth-userdb
default_internal_user = vmail
default_login_user = dovecot
2010 May 06
7
Facebook, authlogic, and OAuth2
Has anyone gotten started with getting the OAuth2 replacement for
Facebook Connect working with auth_logic?
I know there is an OAuth2 gem (http://intridea.com/2010/4/22/oauth2-
gem-just-in-time-for-facebook-graph?blog=company), and I''m thinking of
using that to integrate.
Anyone know when the Fb Connect API will be shut down?
--
You received this message because you are subscribed to
2014 Feb 07
0
need dynamic forms ui ideas for approval workflows
hi
im looking into workflow approval systems and i need it for dynamic forms.
meaning a user should be able to add various input types to a 'form' like
on paper - but im not sure how to store these forms in AR
any ideas?
thx
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop
2008 Sep 26
1
Computing Mean Lifetime from Hazard
Hello,
If all I have access to is an empirically calculated hazard function, is it possible to compute an approximate value for the mean lifetime?
I know that if the hazard function is essentially constant, the mean lifetime is 1/hazard rate. ?But if I'm confident that the empirical hazard function is not constant, I'm not sure how to go about calculating an estimate of mean lifetime.
2012 Sep 10
4
Rails error: invalid byte sequence in UTF-8
Hello,
i have a app on rails 3.2.1 and i use a jquery lib called jQuery Timelinr
0.9.5: http://www.csslab.cl/2011/08/18/jquery-timelinr/
but, when i use it on a .erb view, i got a error:
Showing *
/home/carlos.ribeiro/projetos/amarribo/app/views/conheca/historico.html.erb*
where
line *#59* raised:
invalid byte sequence in UTF-8
Extracted source (around line *#59*):
57:
58: <%=
2012 Dec 28
3
git push heroku master error
allo vous tous vois l''erreur
Counting objects: 66, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (52/52), done.
Writing objects: 100% (66/66), 26.30 KiB, done.
Total 66 (delta 3), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.2
Running: bundle install --without development:test
2008 Jul 31
2
Help with hazard plots
Hello. ?I am hoping someone will be willing to help me understand something about hazard plots created with muhaz(...). ?I have some background in statistics (minor in grad school), but I haven't been able to figure one thing about hazard plots. ?I am using hazard plots to track customer cancellations. ?I figure I can treat a cancellation as a "death", and if someone is still a
2013 Oct 08
1
Trouble with rspec and FactoryGirl Sequence
I''m following Michael Hartl''s Ruby on Rails 3 Tutorial but I''m using
Rails 3.2.8 and FactoryGirl 4.2.0 and rspec 2.14.1 I''m in chapter 10
trying to generate tests for pagination (using will_paginate 3.2.5 which
works fine in dev)
I can get FactoryGirl to test just fine if I don''t use Sequence but I
can''t seem to figure out the correct syntax
2013 Nov 28
1
Create email and grep the recieved emails.
I want to implememt auto mated email generation for every transaction.
And then we will sent any uplods through our own emails. i wnat grep
those email with attachments.
This is very urgent for me. if any one know this please let me know.
Thankyou for advance.
Actually in paperlesspipeline they are did same functionslity. if you
want check this url http://paperlesspipeline.com/
I
2013 Jun 06
1
Introducing MailJack: autogenerate querystring parameters that are appended to links in your emails
Hey All,
I just wrote a nifty gem and wanted to share(its one of my first).
Wondering if anyone would be so kind as to tell me what they think and/or
code review it.
MailJack - its like LoJack but for the links in your emails. The problem
this solves is the ability to track click throughs in emails.
https://github.com/synth/mail_jack
Basically, you specify what mailers you want to track
2013 Aug 19
3
Puppet environments vs App environments
I''ve setup dynamic environments using git but I''m confused about how
environments are actually supposed to be used. We''re a small ISP and have
freeradius servers, VPN servers and web servers. I''ve been using
environments to enable me as the sysadmin to build and test new
manifests/modules before deploying them to our production servers. I have
dedicated
2013 Oct 19
0
Running Module assitant in puppet
Hello,
For my puppet workflow, i need to run "module-assistant auto-install
openvswitch-datapath". Which resource type will be best to execute this
command.
Should i use Exec resource type. Can you please suggest what will be the
best way to implement this.
Appreciate your response.
Thanks in advance,
Mani
--
You received this message because you are subscribed to the Google
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy!
Here is my deploy.rb:
require "bundler/capistrano"
require "rvm/capistrano" # Load RVM''s capistrano plugin.
set :rvm_ruby_string, :local # Or whatever env you want it to run
in. ''1.9.3''
set :domain, ''www.xxx.com''
set :application,
2012 Sep 02
1
to_model
There''s a number of calls in the Rails source to convert_to_model,
which takes an activerecord object instance:
convert_to_model(object)
Here''s the thing. All convert_to_model does is calls to_model, which
returns self (the ActiveModel instance).
Am I missing something here? Why call a method that returns the same
thing?
@user
=> #<User id: 3, name:
2012 Jul 19
5
ActiveScaffold Export file - Send as Email
I am using Rails 1.2.3 and Active scaffold 1.1.1
My requirement is to send the export of users data weekly to the admin
as email via cron.
How can i automate the process of exporting csv and storing it at a
place? So that i can pick it from there and attach to the email before
sending?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the
2008 Sep 04
2
Projecting Survival Curve into the Future
Hello,
I have a survivor curve that shows account cancellations during the past 3.5 months. Fortunately for our business, but unfortunately for my analysis, the survivor curve doesn't yet pass through 50%. Is there a safe way to extend the survivor curve and estimate at what time we'll hit 50%?
We started a new program 3.5 months ago, and I believe that this set of accounts behaves
2008 Sep 05
1
Confidence Intervals on Hazard Plots
Hello, Is it possible to create confidence intervals for hazard rates? ?I'm creating two muhaz objects:?
haz1 <- muhaz(NumDaysCustomer[cRV=="true"],status[cRV=="true"])
haz2 <- muhaz(NumDaysCustomer[cRV=="false"],status[cRV=="false"])
and plotting them. ?
There are many, many more observations in the cohort cRV=="false" than