[Engine-users] Can't send mail with login_engine

2006-09-02 Thread Rick Hoiberg
Hi, I am using login_engine REL_1.0.3 and user_engine REL_1.0.2 on Rails 1.1.2. I have been unable to send email using the UserNotify controller. The config for LoginEngine has been set to use_email_notification=true. I know that the ActiveMailer configuration is correct, because I can

[Engine-users] Can't send mail with login_engine

2006-09-02 Thread Rick Hoiberg
Hi, I am using login_engine REL_1.0.3 and user_engine REL_1.0.2 on Rails 1.1.2. I have been unable to send email using the UserNotify controller. The config for LoginEngine has been set to use_email_notification=true. I know that the ActiveMailer configuration is correct, because I can

Re: [Engine-users] Available Engines

2006-09-02 Thread Nathaniel Brown
Hey James, I meant on the rails-engines.org site. Would be nice to have a trimmed version that only showcases all the Engines out there. It could be based on the url you sent, but simply have a filter for all tags "engines". Really doesn't matter how it's done, just that those looking to see a fu

Re: [Engine-users] Available Engines

2006-09-02 Thread James Adam
We're in discussion with core, and should have something ready for Rails 1.2... - james On 9/1/06, Nathaniel Brown <[EMAIL PROTECTED]> wrote: > Excellent. Now to get it setup :) > > James, do you need/want any assistance? > > -NSHB > > On 9/1/06, James Adam <[EMAIL PROTECTED]> wrote: > > http://i

Re: [Engine-users] non-existent in that revision error when trying to insta

2006-09-02 Thread Benjamin Hecht
James Adam wrote: > try: > > $ ruby script/plugin install > http://svn.rails-engines.org/plugins/engines > > - james. i know i can mnanually install it that way but what about if i want to install plugsin in the future. i dont want to have to manually enter a repos every time. thanks for the

Re: [Engine-users] non-existent in that revision error when trying to install

2006-09-02 Thread James Adam
try: $ ruby script/plugin install http://svn.rails-engines.org/plugins/engines - james. On 9/2/06, Benjamin Hecht <[EMAIL PROTECTED]> wrote: > When I try to install Engines, I get this error: > > [EMAIL PROTECTED] railsapp]$ ruby script/plugin install engines svn: URL > 'svn://rubyforge.org/var/

[Engine-users] non-existent in that revision error when trying to install

2006-09-02 Thread Benjamin Hecht
When I try to install Engines, I get this error: [EMAIL PROTECTED] railsapp]$ ruby script/plugin install engines svn: URL 'svn://rubyforge.org/var/svn/laszlo-plugin/rails/plugins' non-existent in that revision Can anyone shed some light on what this error means and what steps I can take to resolv