hi

2008-06-01 Thread Abolfazl
how can send email notification in rails? i am using tlsmail and gmail smtp but in heroku it does not work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@g

Re: Rails 2.1

2008-06-01 Thread Kevin Triplett
shammond42 wrote: > > Rails 2.1 has been released. I'm just wondering how long before we get > support for it in Heroku? I would also like 2.1 as it fixes a couple things my app uses. I suspect it won't happen until after RailsConf. Hi Morten, Ricardo, and Pedro! Glad you could make it to the

Re: Gruff Support, Scruffy Support

2008-06-01 Thread Mark
I'm not sure we can actually point ImageMagick to our app directories without access to the ImageMagick configs. Has anyone been able to successfully point ImageMagick to their rails app? On Apr 18, 11:37 am, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > > On Apr 7, 9:07 am, pietj <[EMAIL PROTECT

I seem to have broken the revision view

2008-06-01 Thread Andrew Shindyapin
So I added "*~" to the .gitignore file, so that the temporary files aren't uploaded to my app on heroku, and this seems to have broken the revision view (edit.ezlearnz.heroku.com/revisions -- 500 error), as well as the access to heroku via git. I get the following error when I type "git push": $

Rails 2.1

2008-06-01 Thread shammond42
Rails 2.1 has been released. I'm just wondering how long before we get support for it in Heroku? Thanks, Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to he

Re: ArgumentError

2008-06-01 Thread Kevin Triplett
Hi! The "login" method in your users_controller.rb file must be taking an argument? It's complaining that login is defined as taking one argument but it's being called without any arguments. If login is an action method (:action => 'login'), then there are no arguments passed to it. You can

Can you do this with Git?

2008-06-01 Thread DAZ
Hi, I have almost built a sort of mini content management system that has a basic user login and allows you to create pages. I'd like to use this as the basis for starting some projects. What I was wondering was if I set up 2 sites - site A and site B - using the barebones miniCMS files and then

ArgumentError

2008-06-01 Thread Fat Lotus
Hello all. I've just been having trouble with strange ArgumentErrors popping up at the bottom of every response. This can be seen on the app at jaggedhills2.heroku.com/users/test. Here's what code is generated: http://www.w3.org/1999/xhtml";> [ Normal page content ] Action Controller: Excep