Displaying 20 results from an estimated 400000 matches similar to: "E-Mail"
2006 Jan 29
2
Contact form which generates e-mail...
I''m still struggling with my first RoR application, and have now
encountered yet another problem I have no idea how to solve.
I would like to have a contact form where people can write e-mails to me
directly from my site. I can do this with php, but have no clue
whatsoever on how to do it with RoR. I tried searching for it, but RoR
is really lacking tutorials and example code, I
2006 Feb 13
9
Please e-mail (not only post) the Forum Instructions URL
Am I just blind, or are there no links to the instructions, e.g. the
Search syntax or how to get back to a thread I started on RoR?
Or do those links, buttons, whatever only show / work in IE?
Thanks for any help; sorry if I can''t figure out something I should be
able to.
jandjharris (at) gmail.com
--
Posted via http://www.ruby-forum.com/.
2006 May 09
1
Emailcontewnt problem
I ma facing problems regarding the email-set-contentent
I am writing the total code for
order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]
email.set_content_type("text/html")
email = OrderMailer.create_confirm(order)
email.set_content_type("text/html")
email = OrderMailer.deliver_confirm(order)
#email =
2010 May 17
2
Installing Ruby on Rails
Hi,
I''m a newbie to RoR and have been facing some problem installing RoR on
my system.
I''m following this guide to install RoR
https://help.ubuntu.com/community/RubyOnRails
and stuck up at this step
Installing Rubygems:
To make gem work properly you should write gem''s path to PATH add to
~/.bashrc:
export PATH=/var/lib/gems/1.8/bin:$PATH
Can anyone help me saying
2006 Jan 28
2
Creating html e-mails with embedded graphics
I am new to RoR and I have a new project for which I''d like to use it.
I have created a short list of the important functionality I need and it
seems like everything is covered except one thing:
I need to generate and send mime-encoded e-mails with a plain text part,
an HTML part with embedded graphics, and possibly an attachment.
In the old days (up until last week) I would have
2008 Feb 19
2
sending mail [not the ActionMailer way?]
Hi folks,
I''ve recently stepped away from PHP web dev and I''m trying out ROR now.
I like it so far. But there''s something I cannot figure out on my own.
Searching on the API of ROR and Google about the possibilities of
sending emails with ROR only gave me the ActionMailer way of sending
mails. What I want to do is to send a mail where the body is submitted
by a user.
2009 Sep 26
2
Config XLSUITE in Windows
I try to config XLSUITE in my system. I''m facing some problem i resolved
it one by one.
now im facing this error
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails 2.2.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
Exiting
2006 Mar 28
1
Master - Detail Form
Hi, I''m new with RoR. I''m trying to do a master-detail CRUD form, using
generate scaffold.
The problem I''m facing is that I have to keep the parent id through the
detail view all the time by hand. Is there any example or way to see how
to do it properly?
Thanks.
Fernando.
PS: For further information, I have a Task and the Tasks have Items, so
when I want to add an
2006 Jan 29
3
Mail merging and printing decent documents? how?
Im just about to convert an access based system to ROR. But i have no
idea how i would print out documents/letters from within ROR.
Does anyone have any ideas how to mail merge my database into documents
and then print them?? Is there an easy solution?
Any help is appreciated as i''m kindof stuck
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Apr 27
4
Sessions Problems
Hi to group!
I am new to ROR!
I am facing problems on sessions.
First I created the one session variable.
after that I created the other one.
after moving to three pages the session was destroyed automatically.
What is the reason please help me!
Thnaks and Regards,
-Kumar Varma
--
Posted via http://www.ruby-forum.com/.
2005 Dec 16
0
NYC Rails Developer Wanted
We are a small web design and development firm in need of Ruby on Rails
developers on a part-time, contract basis for a variety of fast-paced
and exciting projects, both proprietary and client facing. The work
begins in January and takes place on-site in our SoHo office, some
telecommuting may be ok. A full-time position is possible.
You must be able to:
- Understand and apply general
2008 Jul 16
2
New transactional enterprise e-commerce web site
We are close to releasing a high-volume, multi-lingual, e-commerce
site in Ruby on Rails that has previously been written in an
alternative Java framework (e.g. servlets and JSP).
This is a real-time 24/7 betting and gaming web site based out of
Gibraltar in Europe.
When we embarked on this project, we really wanted to find examples of
other high-volume web sites that had adopted RoR. We did
2006 May 10
8
E-mail validtor??
Does anyone have a good working e-mail validator? or even some regexp to
make the validates_format_of work right... that would be awesome. Also,
maybe an online tutorial for regexp. i''ve always been afraid of it but i
think it''s time to face the fears.
thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Apr 20
1
Please Suggest me
Hi Friends,
I am creating the cart application in ROR.
I am facing the problems to add products to the cart and delete the
cart
How can i solve this problem.
Which methods can I use
Thanks and Regadrs
Murali.
--
Posted via http://www.ruby-forum.com/.
2006 May 02
0
RE: Rails Digest, Vol 20, Issue 39
All assumptions aside, "rectest" and "salt" are usernames not
databases/schemas according to the pasted config. If they were in fact
different databases/schemas, this problem could never have happened. While
different database brands may have tricks for ways to handle users and what
they perceive as a database/schema, the fact remains that if 2 literally
separate databases
2006 Aug 09
5
Action Mailer ...mail done but not received.. (or sent ?)
I am using Action Mailer as stated in RoR book... the mail seems to be
correctly setup..
and I get the following log..
Sent mail:
Date: Wed, 9 Aug 2006 19:54:04 +0200
From: support@alemat.com
To: myself@mac.com
Subject: Your password is ...
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8
_____________
Your username is barbare. Your new password is tDRvfzNvDF. Please login
and change
2012 Oct 21
2
check box tag binding between controller and the view
I am new to RoR. The problem i am facing is that that i have a few check
box and initially when i run my app for the first time i want them all
to be selected while for every next time i want it to have the last
checked boxes checked. To do this, In my controller i have
@all_ratings = Movie.all_ratings
@selected_ratings = []
if !params[:ratings].nil?
2008 Aug 29
4
newbie question for installation
Hi all...
just something really confused.
Today I downloaded "ruby186-26.exe" according the tutorial..
then have it installed without problem
then I use "gem install rails --include--dependencies" to get rails
then when I use "rails testabc" for my first application
I got following errors:
.
..
...
create script/process/reaper
create
2008 Jan 23
6
ROR Learning with Dating /Classified Site Development
Hi,
I am falling in love more and more with RoR.
I am looking for a Book/Tutorial which teaches me creating an excellent
WebSite for dating and Classified.
I am coming from .net community and now willing to grow more with ROR.
We used to have few starterkits in .Net.
Can any one provide me an excellent guideline, how is it possible.
Is there any tutorial site, which offers scripts to study
2006 Mar 25
1
confused on RoR deployment
sorry if this seems to be a dumb question. i just started trying to
learn RoR this week. basically i got everything running great locally on
my mac. i have a dedicated server that i''d like to start using ruby on
rails for but i''m a little nervous about installing it.
the main thing is deplyment in apache. i have apache turned on locally,
but i think it''s still using