search for: 5joxpmw

Displaying 9 results from an estimated 9 matches for "5joxpmw".

2007 Jul 23
3
sending email
HI i am presently new to this ror language can you please send me the stepwise procedure for sending the email ...... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Nov 17
18
Syntax Problem
I admit I am stuck. I am converting a legacy php site to ROR. The old site uses MD5, a security flaw waiting to happen. I upgraded to AAA and am adding code in the session_controller.rb file to see if crypted_password is blank. If it is, crypt and check the password against the old md5 version and write it in the new crypted_password field. Here is my code add on before the logged_in?: def
2007 Aug 02
2
[Off-Topic] Call for networking help
All, I am the founder and CTO of a new Atlanta area start-up that is a technology incubator and consulting company. We are currently working on building a couple of software as a service apps on the Rails platform. I love working with rails and am trying to get to know more people with rails expertise who are interested in exploring new ventures. Here is the URL to my linked-in profile:
2009 Apr 09
1
Mailing error in Rails 2.3.2
...rails (2.3.2) rake (0.8.4) rubyforge (1.0.2) transaction-simple (1.4.0) Here is my test mails code: ----------------------------------------------------- sample_mail.rb -> class SampleMail require ''send_email'' def sample_mail() to_addr = ''login-omLZJFyqO6s4Q++5jOxPmw@public.gmane.org'' subject = ''Mail Testing'' body = ''This is a mail to test the mails.'' hsh={:to=> to_addr, :subject=> subject, :body=> body} SendEMail.send_email(hsh) end end s = SampleMail.new s.sample_mail() --------------...
2005 Dec 15
2
Error: [Object]Controller: missing default helper path [controller]_helper
Hello, I seem to have run into a problem that I can''t seem to make any headway on. I''ve searched the mailing archives, google''d for the appropriate keywords and have checked up with the folks on IRC but I can''t seem to find a solution. My problem is as such. I have a web application that has various controllers which work fine. I''ve added a
2008 Apr 20
10
Actionmailer not working [no errors]
hi, I have a little problem with actionmailer 2.0.2 The problem is that I am trying to send mails and development.log says that everything is ok but I can''t find any mails in my mailbox. I checked my sendmail with PHP function "mail()" - works nice. /var/log/mail.log don''t drop any lines when sending mails with actionmailer. So in conclusion no errors and no way to
2005 Dec 16
0
More HABTM Save Problems/Issues.. bugs?
I seem to be having a problem working with an object which has a HABTM relationship with another object I know there''s been a lot of talk recently about problems using dual HABTM in a single object but I believe this may be a separate issue. It appears like I''m unable to persist this relationship (i.e. the object saves but none of the entries in the join table are
2005 Dec 18
0
Time Drop Downs
I''d like to create a dropdown for setting an attribute that is a time type with an hour/minute/(am/pm) format (i.e. client does not want military time). Is there already a library in Rails which does this (I couldn''t find it)? And if not, has anybody done this already and can point me in the right direction?
2005 Jan 12
2
Use of concrete rails version per application
Hi all, I''ve more than one rails based applications on my machine. When I upgrade my gems (including rails), I usually have to upgrade each application to be able to continue developing/using it... But some of these web applications don''t need to be up to date. I would be happy enough with older version of rails for these applications (, or I don''t have time to fix