sending email

2008-06-02 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

Re: Can you do this with Git?

2008-06-02 Thread Scott Gardner
Hi DAZ, checkout peepcode.com's Git screencasts and PDFs. You will gain a solid understanding of Git from them. Good luck On Jun 1, 11:39 am, DAZ [EMAIL PROTECTED] wrote: Hi, I have almost built a sort of mini content management system that has a basic user login and allows you to create

undefined method `paginate'

2008-06-02 Thread Aaron
Hello all.. I am somewhat new to RoR and I have a newbie question related to making pagination work in Heroku. I have installed the will_paginate gem in my application (via selecting it and clicking install).. and I am getting the undefined method `paginate' error. It seems like even though

Re: No will_paginate gem?

2008-06-02 Thread Aaron
I installed the gem and it shows up in my vendors/gems directory, but when I preview my app I get the following error: undefined method `paginate' I have required it in the environment.rb file? What am I doing wrong? Thanks, Aaron On May 5, 9:45 pm, mortenbagai [EMAIL PROTECTED] wrote:

Git Error: Resource temporarily unavailable fatal: The remote end hung up unexpectedly

2008-06-02 Thread Mark
I'm getting the following error from git: Resource temporarily unavailable fatal: The remote end hung up unexpectedly --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to

Re: Git Error: Resource temporarily unavailable fatal: The remote end hung up unexpectedly

2008-06-02 Thread Mark
Here's the entire message. I get it with both pull and push Received disconnect from 10.251`.67.51: 2: fork failed: Resource temporarily unavailable fatal: The remote end hung up unexpectedly --~--~-~--~~~---~--~~ You received this message because you are

Production Environment

2008-06-02 Thread DAZ
Hi, How do I run in the production environment? I want to test if my custom 404 errors are working thanks, DAZ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email

Re: ArgumentError

2008-06-02 Thread Fat Lotus
Sorry, left out a detail. Here's the full trace: /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ base.rb:1708:in `hash' /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ base.rb:1708:in `[]' /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/

Re: ArgumentError

2008-06-02 Thread justindz
I was getting this for a while, but sadly I can't remember what I did to resolve the problem. Seeing as you're having the problem as Mongrel is loading, you might check any custom declarations in your environment files that might take arguments (even of the form method argument, argument that

Re: Rails 2.1

2008-06-02 Thread DyingToLearn
I haven't tried this, but can't you just vendor it and upload it like you would any plugin/gem that wasn't in the heroku list already? Paul On Jun 1, 2:17 pm, shammond42 [EMAIL PROTECTED] wrote: Rails 2.1 has been released. I'm just wondering how long before we get support for it in Heroku?

Re: ArgumentError

2008-06-02 Thread Fat Lotus
Hmmm... The app is jaggedhills2.heroku.com, and access is now public. I'd wonder if perhaps it could be some sort of ActiveRecord problem? I think that Heroku uses 2.0.2 AR, with the newest release being 2.1.0. Wish I could figure out how to update gems... On Jun 2, 6:19 pm, justindz [EMAIL

Re: Git Error: Resource temporarily unavailable fatal: The remote end hung up unexpectedly

2008-06-02 Thread Adam Wiggins
I may have fixed this - not certain. If it happens again please let me know the email address on your account and your app name. You can email it to me privately if you prefer not to post that info publicly. Adam --~--~-~--~~~---~--~~ You received this message