Re: Feature request: an easier way to get to your addon urls

2011-01-11 Thread Asif
I agree, that would be quite useful.

--Asif


On Jan 11, 3:18 am, Trevor Turk  wrote:
> Let's say I want to get to my app's New Relic page. Right now, I have to go
> to Heroku's website, log in, click My Apps, find my app, click the app's
> name, click Add-ons, click New Relic.
>
> Is there an easier way? Perhaps something on the command line, such as:
>
> heroku addons:open newrelic
>
> Thanks!
> - Trevor

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-11 Thread Asif
Working for me as well now.
Thanks David.

--Asif Sheikh

On Jan 10, 11:28 am, Scott LaBounty  wrote:
> Looks like it's working now for me.
>
> Thanks David.
>
> Scott
>
>
>
>
>
> On Mon, Jan 10, 2011 at 7:54 AM, David Dollar  wrote:
> > This appears to have been an issue in the taps server itself.
>
> > Please try your push/pull again and it should be working now, sorry about
> > that!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Heroku" group.
> > To post to this group, send email to her...@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.
>
> --
> Scotthttp://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: heroku db:push doesnt work

2011-01-11 Thread Asif
Update your heroku gem (gem update heroku), and try again. It should
work now.
There was a bug at their end, but they have fixed it now.

--Asif


On Jan 10, 7:14 am, ChrisWolf  wrote:
> I am having the same issue.   The exact error I get is:
>
> $ heroku db:push
> Taps 0.3 Load Error: dlsym(0x101df8ef0, Init_sqlite3_native): symbol
> not found - /Library/Ruby/Gems/1.8/gems/sqlite3-ruby-1.3.2/lib/sqlite3/
> sqlite3_native.bundle
> You may need to install or update the taps gem to use db commands.
>
> This is on MacOSX 10.6 ("Snow Leopard"), Ruby-1.8.7, and taps is
> definitely installed:
> gem list -d taps
> *** LOCAL GEMS ***
>
> taps (0.3.14)
>
> ...and if I run this test script:
>
> require 'rubygems'
> require 'sqlite3'
> tempname = "test.sqlite#{3+rand}"
> db = SQLite3::Database.new(tempname)
> puts db.execute('select sqlite_version()')
> db.close
> File.unlink(tempname)
>
> It reports the SQLite version correctly, so I assume the sqlite3-ruby
> gem is also properly installed.
>
> At this point, I'm totally stuck.  Or maybe pushing from Snow Leopard
> isn't supported?, but I doubt it.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-10 Thread Asif
Scott,

I think it's actually a bug on their side, since they seemed to have
done an update.
For instance, when this was working as of a week ago, the db:push
wasn't asking for any --confirm flag, but now it is. Also, the various
pg:* options seem new.

I filed a support ticket on their system, but not sure if they will
respond since I am under the free plan as of now (MVP not fully ready
yet).
Here's the ticket: http://support.heroku.com/requests/17633
If you also add a comment there that it's not working for you either,
maybe they'll pay more attention.

Separately, my resque process also seems to have stopped working. Are
you also facing any other failures?
What stack are you using?

--Asif

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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: Internal Server Error After a db:push

2011-01-09 Thread Asif
I am getting the same problem, it was working 1 week ago.
Updating the gem to 1.16.2 didn't help either.
Scott, were you able to find some alternate solution?

Thanks,
Asif

On Jan 9, 3:17 pm, Scott LaBounty  wrote:
> All,
>
> I tried Dennis' suggestion and updated the heroku gem to 1.16.2, but I'm
> still getting the same thing. Is there anything I can look at to help figure
> this out?
>
> Scott
>
>
>
>
>
>
>
>
>
> On Sun, Jan 9, 2011 at 8:23 AM, Scott LaBounty  wrote:
> > Dennis,
>
> > I'm using the 1.14.8 gem. This was working as late as a couple of days ago.
> > Do you think upgrading the gem will help?
>
> > Scott
>
> > On Sun, Jan 9, 2011 at 4:55 AM, Dennis  wrote:
>
> >> On Jan 8, 10:01 pm, Scott LaBounty  wrote:
> >> > When I do a heroku db:push, I get the following ...
>
> >> > <<
> >> > Loaded Taps v0.3.14
> >> > Warning: Data in the app 'freezing-sunset-75' will be overwritten and
> >> will
> >> > not be recoverable.
> >> >  !   Internal server error
>
> >> > This has worked in the past, but didn't work even after I rolled back
> >> the
> >> > database to the previous version.
>
> >> > Any ideas?
>
> >> > --
> >> > Scotthttp://steamcode.blogspot.com/
>
> >> Since db:push worked four you in the past - have you updated your
> >> heroku gem recently? Latest version is 1.16.2
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Heroku" group.
> >> To post to this group, send email to her...@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.
>
> > --
> > Scott
> >http://steamcode.blogspot.com/
>
> --
> Scotthttp://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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.