Displaying 20 results from an estimated 800 matches similar to: "Sending Emails via Cron"
2005 Oct 19
4
ER strikes back
Hi Railers,
A long, long, time ago, i made a Framework/CMS in php.
There were two core models: Content and Content_type.
Content_type was only a list of content types (as expected): new, article, etc.
Content_type was not mandatory, but it allowed later to "deactivate"
types of contents, for example.
So then Content stored the common attributes/properties between the
different content
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers,
I used to develop with a local out-of-the-box Apache and load times were
pretty slow (like a few seconds each page). "Well, it''s the price to
pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I
installed SCGI, and now I''ve got the best of both worlds: rails
development env uses my very latest modifications, while SCGI ensures I
2006 Aug 01
2
tab characters with Rails 1.1 on Windows
We just upgraded to Ruby 1.8.4 and Rails 1.1. It works fine on my Mac
OSX, but in Windows, Rails spits out errors like "Invalid char `\002'' in
expression". Apparently, Ruby or Rails on Windows has a problem parsing
tab characters. This seems to be a common problem:
http://softiesonrails.com/articles/2006/04/27/spaces-not-tabs
However, the only recommended solutions seems
2005 Apr 17
14
Leaky Webrick (?) & image corruption
Hi guys,
After a few days of webrick seeming to use up a ton of ram (the longer it was running, the more ram); izayoi on #rubyonrails kindly suggested changing Dependencies.mechanism in development.rb to :require which appears to have fixed the prob - at the expense of having to restart webrick after making changes to .rb files. Is this a known issue, or is there an alternative solution?
2006 Jul 24
5
Actionmailer sending many emails in same SMTP connection?
Hi,
I need to implement a mailing list system,
Actionmailer is great, but i haven''t found out a way to send many
(hundreds of) emails without having to reconnect to the SMTP server for
each mail when calling
Mymailer::deliver_my_mail(recipient)
Any tips?
(Possibly without calling directly Net::SMTP, so i can take advantage
of the rhtml rendering of the body)
Thanks,
Best regards,
2008 May 06
2
Can you use RSpec to test initializers?
Hi there!
I''m trying to spec out some code that will set the smtp_settings in a
custom ActiveMailer object. Basically I want to check that if my
configuration object has the right smtp_server, that the ActiveMailer
object gets set up correctly. So, my spec looks like this:
it "uses smtp server if config says so" do
2007 Mar 03
1
Mailing lists in rails?
I have a client that wants to send out a mass email to all of the
registered users. I figured I would use ActionMailer for this, but is
this suitable for mass emailing? Or is there another solution or a
better way to do this?
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2005 May 24
2
Deleting from a 'has_many' collection doesn't set the foreign key to NULL
Hi all,
I have an Active Record problem. Having this classes declaration.
class Sale < ActiveRecord::Base
has_many :sale_line_items, :class_name ''SaleLineItem''
...
end
class SaleLineItem < ActiveRecord::Base
...
end
When I try to delete an item in a Sale class method from sale_line_items
(sale_line_items.delete(li)), it extracts ''li'' from
2006 Jan 22
23
calculate users age
i know it''s probably really simple, how do i work out someone''s age if i
have their d.o.b. stored as a date in my db.
cheers
--
Posted via http://www.ruby-forum.com/.
2008 Mar 13
2
Verify E-mail Delivery
Are there any services or ways of verifying that an e-mail is reaching
its recipient? I am using ActiveMailer and it works well but I may
need to start ensuring that e-mails are delivered to the address
specified.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2005 Sep 12
10
RailsPlayground Beta Launch - Free Rails Hosting
I have launched a free Ruby on Rails hosting site as my gift back to
the rails community. For details visit http://www.railsplayground.com.
--
Joe Clarke
www.clarkeweb.com
2008 Apr 25
6
ActionMailer
Hi all,
I need a help. I have got a user registration form, where the user signs
up and then an activation link is sent to the user email id for
activating his/her account. Now I need to send an another email to the
user, only after he logs in for the first time in my site, then the
second email should be sent. Can anybody give me some suggestion on how
to do it ??
NB: When the user clicks on
2003 Aug 25
4
T100P/ TSU 600 installation problem
I have just received a T100P and an Adtran TSU 600 in
the mail.
I seem to be having a problem with the T100P card. So
far I have done the following:
vi zaptel.conf
fxoks=1-22
fxsks=23-24
...
vi zapata.conf
...
signalling=fxo_ks
...
channel => 1-22
...
signalling=fxs_ks
...
channel => 23-24
I then run
modprobe zaptel
modprobe wct1xxp
ztcfg -vv
There are no errors to report. In
2007 Apr 29
5
Wobbly jerkyness
About a month ago, David made a commit to wobbly to the spring engine which
has introduced some bugs. They are hard to explain so bear with me.
In a sense, the wobbly plugin does not seem as smooth as it used to be and
the windows jerk all over the place. For example, I sometimes notice that
when I move a large window (around 2/3 of the size of the desktop window),
If I moved it down, the top of
2018 Dec 26
3
You removed Weboob package over political reasons? Whole Internet laughs at you
On Mon, Dec 24, 2018 at 01:26:15PM -0500, rj coleman wrote:
>
>
> > On Dec 24, 2018, at 10:42 AM, Alice Wonder <alice at domblogger.net> wrote:
> >
> >> On 12/24/18 7:21 AM, vsnsdualce at memeware.net wrote:
> >> Debian is not ruled by the men who actually write the software, but instead women.
> >
> > *snip*
> >
> > Can we
2003 Sep 03
4
telantek.adsi
I am working with the telantek.adsi file, and I was
wondering how I would create a softkey for Transfer.
I tried making a key definition and using SENDDTMF
"#", but that didn't work. Is there another way I
could do this?
Also, does anybody have any ADSI scripts for use with
Asterisk that they would like to share?
Thank you for your time.
__________________________________
Do you
2005 Sep 22
1
SQLite database disk image malformed
does anyone know what this means?
SQLite::Exceptions::DatabaseException in Signups#index
database disk image is malformed
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2007 Feb 15
1
Has anyone run function tests on ActionMailer?
I am running function tests to see if ActionMailer mails out an email.
I have two development machines, both with rails 1.1.6. On one
machine, the ActionMailer::Base.deliveries array resets itself after
each test. On the other machine, the array keeps accumulating the
emails from the previous function tests and doesn''t clear out the
array after each test.
Both machines have identical
2003 Aug 27
3
ADSI Programs
I just received an unlocked ADSI phone and I am
playing with the ADSI script.
I was wondering how I can include Voicemail functions
(Check new messages, Delete message) into the soft
buttons.
I checked in app_voicemail.c and it looks like these
functions have already been programmed.
Is there a voicemail.adsi script somewhere? If not,
then how do I get the functions I want onto my phone?
Thank
2003 Sep 08
3
Adtran TA750 MWI problem
I recently set up Asterisk with an Adtran TA750. All
is well except the phones do not show the MWI.
I have configured zapata.conf properly, as all phones
will receive a stutter dial tone if there is a message
waiting in it's assigned mailbox.
Does anybody know how I might fix this problem?
Thank you for your time
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free,