Re: RoR running on Localhost but not on Heroku

2011-10-01 Thread Tom O'Neill
Also, by pushing your data I meant your database with "heroku
db:push", pushing your app is "git push heroku master" :)

On Sat, Oct 1, 2011 at 6:58 AM, Arun Thampi  wrote:
> From your pastebin it looks like you haven't included the postgres adapter
> as part of your Gemfile. You need to add this gem 'pg' to your Gemfile. You
> might be using sqlite locally, which is why its working locally and not in
> production. Heroku uses
> Postgres: http://devcenter.heroku.com/articles/database
> Cheers,
> Arun
> On Sat, Oct 1, 2011 at 9:39 PM, Sushil Gupta  wrote:
>>
>> Yes I pushed my data using "git push heroku master" and my log files is
>> here as http://pastebin.com/LsS9Dh8j. I don't know what might be wrong here.
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Heroku" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/heroku/-/-Q3rLtG8ur0J.
>> To post to this group, send email to heroku@googlegroups.com.
>> To unsubscribe from this group, send email to
>> heroku+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/heroku?hl=en.
>
>
>
> --
> It's better to be a pirate than join the Navy - Steve Jobs
> http://mclov.in | @iamclovin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: RoR running on Localhost but not on Heroku

2011-10-01 Thread Arun Thampi
>From your pastebin it looks like you haven't included the postgres adapter
as part of your Gemfile. You need to add this *gem 'pg'* to your Gemfile.
You might be using sqlite locally, which is why its working locally and not
in production. Heroku uses Postgres:
http://devcenter.heroku.com/articles/database

Cheers,
Arun

On Sat, Oct 1, 2011 at 9:39 PM, Sushil Gupta  wrote:

> Yes I pushed my data using "git push heroku master" and my log files is
> here as http://pastebin.com/LsS9Dh8j. I don't know what might be wrong
> here.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/heroku/-/-Q3rLtG8ur0J.
>
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>



-- 
It's better to be a pirate than join the Navy - Steve Jobs
http://mclov.in | @iamclovin

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: RoR running on Localhost but not on Heroku

2011-10-01 Thread Sushil Gupta


Yes I pushed my data using "git push heroku master" and my log files is here 
as http://pastebin.com/LsS9Dh8j. I don't know what might be wrong here.

 

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/-Q3rLtG8ur0J.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: No JPEG support in this PHP build

2011-10-01 Thread JasonLai
Hi Pedro,
Thank you for your response.
I m building a facebook application that required to upload user
profile photos, that currently only support jpg format.Therefore is
crucial to have jpg support.



On Oct 1, 6:22 am, Pedro Belo  wrote:
> Hi Jason,
>
> That's true, our gd setup only supports gifs and pngs.
>
> I'll bring your feedback to add jpg support but not sure we'll be able
> to get that done anytime soon. Can you use png instead?
>
> Thanks!
> Pedro
>
> On Mon, Sep 26, 2011 at 8:13 PM, JasonLai
>
>
>
>
>
>
>
>  wrote:
> > Hi,
> > I m trying to using upload a jpeg file but encounter the following
> > error message
>
> >  Warning: imagecreatefromstring(): No JPEG support in this PHP build
>
> > It seem that PHP GD JPEG support is disabled.Any reason for doing that
> > and can that be resolved ?
>
> > array(11) { ["GD Version"]=> string(27) "bundled (2.0.34
> > compatible)" ["FreeType Support"]=> bool(false) ["T1Lib Support"]=>
> > bool(false) ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=>
> > bool(true) ["JPEG Support"]=> bool(false) ["PNG Support"]=> bool(true)
> > ["WBMP Support"]=> bool(true) ["XPM Support"]=> bool(false) ["XBM
> > Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=>
> > bool(false) }
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Heroku" group.
> > To post to this group, send email to heroku@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > heroku+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/heroku?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.