Displaying 6 results from an estimated 6 matches for "babycola".
2006 Jun 07
10
RoR with Apache2 - performance?
How is the performance running RoR with Apache2 compared to running it
with PHP?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 07
1
What is class TestController < ActionController::Base
What are the different parts of; class TestController <
ActionController::Base?
I look at the http://api.rubyonrails.org/ and try to understand but I
don''t. Could someone give me a hint?
I get the part of Test being the "folder", def and all that, but I can''t
find an explanation of the basic stuff.
--
Posted via http://www.ruby-forum.com/.
2006 May 04
1
domain vs. app name relationship?
Could someone please explain the relationship, if any, between the RoR application directory / name (generated by ''rails appname'') and the internet domain name it will be hosted under? If my web site is www.mydomain.com, does my RoR appname need to be ''mydomain''?
Thanks,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 29
13
Rails on Mongrel
Hi,
After following advice from you good folks, I gave mongrel a try in a
cluster design based on the example on the Mongrel website - and it
worked right out of the box which is great - and it''s very fast :)
I have got a bit stuck though. I have two MS Word files in
/public/files/. I can pull back these files no problem but it isn''t
sending a mimetype.
I think I have two
2006 May 18
4
Email Address verifier--eyes needed...
Folks:
I''ve posted a really basic e-mail address verifier to
http://wiki.rubygarden.org/Ruby/page/show/VerifyEmailAddress
I''d appreciate folks who understand DNS and SMTP having a look at it
to see if it looks reasonable. You could comment here or, possibly
more usefully, comment on the wiki page itself.
Thanks
Dave
2006 Jun 04
8
hashed password, send reminder email...impossible?
Is it possible to somehow send an email containing the user password if
it is stored as a md5 hash in the database?
Is it stupid to save the passwords as clear text strings in the db? Its
a web shop.
A workaround would be to generate a new password and send it to the
user. If the user then want to, he may change to another password.
Any other thoughts on this?
//D
--
Posted via