rails 3.2 MongoLab, ruby 2.0

2013-04-30 Thread Josh Coffman
Hi, I'm having trouble connecting to mongolab from a rails 3.2 app using ruby 2.0. I have tried using the URI and specifying the database, hosts, and user info. Both ways I still get the error: No sessions configuration provided. Has anyone else seen this? Could it be related to using Ruby

app transfer and billing

2012-12-17 Thread Josh Coffman
Hi, Does anyone know what happens if you transfer an app with paid services to a new owner? We have accounts under 2 different logins, and would like to consolidate to a single account. I'm concerned that paid services will be suspended or lost. Thanks, josh -- You received this message

Re: postgres write-locked and can't migrate

2012-11-13 Thread Josh Coffman
Yes I tried that On Nov 13, 2012 3:18 AM, Matheus Mendonça mendonca.math...@gmail.com wrote: Josh, Have you tried to restore a snapshot from your db to a new one? It would be my first try. Matheus Mendonça www.nazar.la Sent from my iPhone On 13/11/2012, at 02:44, Josh Coffman joshcoff

postgres error: permission denied on relation {table}

2012-11-12 Thread Josh Coffman
I'm currently getting a lot of permission denied errors and my app is effectively offline. Anyone else know what it might be and the quickest fix? Already submitted a ticket and am waiting for a response. Can't afford to wait too long. It's already been offline for a couple hours. thanks, -j --

Re: postgres error: permission denied on relation {table}

2012-11-12 Thread Josh Coffman
, Nov 12, 2012 at 11:28 AM, Josh Coffman joshcoff...@gmail.comwrote: I'm currently getting a lot of permission denied errors and my app is effectively offline. Anyone else know what it might be and the quickest fix? Already submitted a ticket and am waiting for a response. Can't afford to wait

postgres write-locked and can't migrate

2012-11-12 Thread Josh Coffman
Hi, One of my apps is currently write-locked and I'm unable to migrate to a larger plan. I filed a ticket earlier today, and I stayed patient because I thought it was moving along. It's not resolved and clearly not going to be resolved at least until tomorrow morning. Meanwhile, this app is

how to pick the right (new) postgres plan

2012-08-10 Thread Josh Coffman
Are there any guidelines on how to pick the right postrgres plan from the new options? I have 1 app with decent traffic already, and another which will are expecting will ramp up. Thanks, -j -- You received this message because you are subscribed to the Google Groups Heroku group. To

memory quota exceeded error

2012-05-23 Thread Josh Coffman
I'm getting Error R14 fairly regularly on one rails app. Anyone have suggestions on tracking this down and how to handle it? Thanks, Josh -- You received this message because you are subscribed to the Google Groups Heroku group. To unsubscribe from this group, send email to

postgres query help

2012-05-17 Thread Josh Coffman
In this rails 3.2 app, New Relic is showing location#find is taking a lot of time from a particular controller method. I have users locations; location belongs to user. the user_id column is indexed, and there is a timestamp column which is also indexed. I recently added a column called

any suggestions for huge data (db) requirements with heroku

2012-05-03 Thread Josh Coffman
Hi, I just did some data growth estimation for one of our apps in development. It's big, and currently hosted on heroku. Has anyone had to deal with a large amount of data for an app hosted on heroku. I'm talking about data growth of possibly multiple gigs per day. Thanks, Josh -- You

Re: change column to citext

2012-04-26 Thread josh coffman
Anyone know how to enable the citext extension on Heroku? Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, April 25, 2012 at 10:49 PM, josh coffman wrote: Peter, I do like the simplicity of a bundled app. Maybe I'm missing something or remnants of previous setups

Re: change column to citext

2012-04-26 Thread josh coffman
heroku-shared-postgresql addon which is a serious bummer. watch http://postgres.heroku.com/blog tomorrow-ish though. -p On Thu, Apr 26, 2012 at 12:36 PM, josh coffman joshcoff...@gmail.com (mailto:joshcoff...@gmail.com) wrote: Anyone know how to enable the citext extension on Heroku

change column to citext

2012-04-25 Thread josh coffman
Hi, I've realized I need to change a column type to citext on heroku, and I would like everything to keep working using sqlite locally. Is there a way to do that with a migration, or will I have to use a manual sql ALTER query. Thanks, Josh -- You received this message because you are

Re: change column to citext

2012-04-25 Thread josh coffman
if you're on Mac, but we just released a beta version of http://postgresapp.com which might make your life much easier. Check it out and let us know if you have any problems. -p On Wed, Apr 25, 2012 at 4:16 PM, josh coffman joshcoff...@gmail.com (mailto:joshcoff...@gmail.com) wrote: Hi

Re: change column to citext

2012-04-25 Thread josh coffman
the app. When you want to run Postgres, you open the app. It puts an icon in the menubar showing the database is running. When you quit, it goes away. -p On Wed, Apr 25, 2012 at 4:30 PM, josh coffman joshcoff...@gmail.com (mailto:joshcoff...@gmail.com) wrote: Peter, I laughed

mono

2011-10-06 Thread Josh Coffman
Has anyone requested Mono support on the Cedar stack? How can we do that? -j -- 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

Re: PDF Generation on Heroku

2011-02-25 Thread Josh Coffman
I've used Prawn/Prawnto to generate pdf's on heroku, which were then either downloaded or attached to an email. Worked well for me. On Fri, Feb 25, 2011 at 10:13 AM, kumari s kumari...@gmail.com wrote: http://www.PaisaLive.com/register.asp?2024379-5217218 On 2/25/11, John Beynon

rails 3.0.4

2011-02-09 Thread Josh Coffman
I saw the news that rails 3.0.4 is out as a fix for a security flaw. Can we upgrade our apps and push them to heroku, or should we wait until support is announced? -j @rebootd -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group,

Re: rails 3.0.4

2011-02-09 Thread Josh Coffman
Thanks! I was thinking it would get resolved by Bundler, but didnt want to push out my app and find out I was wrong. I'll give it a try. On Wed, Feb 9, 2011 at 7:41 AM, Steve Smith st...@scsworld.co.uk wrote: Unless I've missed something there's rarely a reason why you can't just update your

Re: Some Heroku questions

2010-12-30 Thread Josh Coffman
As far as staging, I have a separate heroku app for that. I just git push test master for staging or git push live master for live. works well for me at least. On Thu, Dec 30, 2010 at 9:57 AM, Wes Gamble we...@att.net wrote: To piggyback on this question - how do people handle staging vs.

db:push failure

2010-11-24 Thread Josh Coffman
Howdy! I'm trying to push data from my local sqlite3 up to heroku, but its failing. Can someone tell me what I'm doing wrong? (calline heroku db:push --app name-of-app) It's a long error; here's the top: Saving session to push_201011240903.dat.. !!! Caught Server Exception HTTP CODE: 500 Taps

Re: db:push failure

2010-11-24 Thread Josh Coffman
: Hi Josh, It looks like one of your string fields is too long for the 255 character limit imposed by postgres. You could maybe try migrating to text rather than string or truncate the value locally? Steve On 24 Nov 2010, at 17:05, Josh Coffman wrote: Howdy! I'm trying to push data

Re: db:push failure

2010-11-24 Thread Josh Coffman
Yep, and I was considering dropping everything and trying again. But I dont think it will matter. On Wed, Nov 24, 2010 at 1:18 PM, José jos...@gmail.com wrote: I suppose you executed rake db:migrate, right? El 24/11/2010, a las 18:54, Josh Coffman joshcoff...@gmail.com escribió: Makes

Re: db:push failure

2010-11-24 Thread Josh Coffman
How do I drop all tables if db:reset isn't supported? I want to start over with migrations, but I'm getting an error when I try. On Wed, Nov 24, 2010 at 2:37 PM, Josh Coffman joshcoff...@gmail.com wrote: Yep, and I was considering dropping everything and trying again. But I dont think

Re: compass causing file writing error?

2010-11-17 Thread Josh Coffman
compass initializer file I include: Sass::Plugin.options[:never_update] = true if Rails.env.production? On Nov 16, 9:57 pm, Josh Coffman joshcoff...@gmail.com wrote: I'm using compass in one of my rails apps on heroku, and every time I push it, it fails to load on the first request

compass causing file writing error?

2010-11-16 Thread Josh Coffman
I'm using compass in one of my rails apps on heroku, and every time I push it, it fails to load on the first request and shows an error page. It works fine on subsequent requests. I think compass is trying to write to public/stylesheets/ie.css. here is the error from the heroku logs: Started GET

haml on heroku

2010-10-22 Thread Josh Coffman
I was just finally trying haml and did a quick push up to heroku to make sure it worked. I think causing a problem with the read-only file system. Can anyone confirm, or know of a way to get haml working on heroku? This was the production log from the heroku command line: == production.log ==

Re: haml on heroku

2010-10-22 Thread Josh Coffman
. You need to pre-process your Sass so that the CSS is emitted before you deploy. Whether or not you check in that CSS is up to you. W On 10/22/10 5:48 PM, Josh Coffman wrote: I was just finally trying haml and did a quick push up to heroku to make sure it worked. I think causing a problem

mongo mapper or mongoid on heroku with rails 3

2010-09-21 Thread Josh Coffman
Anyone have thoughts or know if mongo mapper or mongoid work better with rails 3 on heroku? Tried a couple things with each to see if I liked one more that the other, but it seems fairly even. Just wondering if one runs better on heroku rails3. Thanks, Josh @JoshCoffman 480-270-4578 | josh [at]

Re: mongo mapper or mongoid on heroku with rails 3

2010-09-21 Thread Josh Coffman
Incoming email for your web app On 21 Sep 2010, at 15:20, Josh Coffman wrote: Anyone have thoughts or know if mongo mapper or mongoid work better with rails 3 on heroku? Tried a couple things with each to see if I liked one more that the other, but it seems fairly even. Just wondering if one runs

Re: Heroku on serious applications and lack of support

2010-09-17 Thread Josh Coffman
FWIW, I've done my share of enterprisey stuff. Big name stuff, not in ruby or rails. I am moving more things over to Rails/Ruby on Heroku as I get time to do it. Try dealing with a web farm to host your app, load balancer, data bottlenecks, etc. Then add mysterious machine crashes due to memory

ruby 1.9.2

2010-08-30 Thread Josh Coffman
Are there any plans to add a ruby 1.9.2 stack to heroku? It would be nice to build my shiny new rails 3.0 app on ruby 1.9.2 and host it on heroku. I'll be hosting it on heroku either way, but 1.9.2 would be nice. -j -- You received this message because you are subscribed to the Google Groups

Re: Heroku and Sequel Migrations

2010-08-25 Thread Josh Coffman
= false # Looking like sequel, the command, is not available at least not in this way Am I totally missing something here or is this just not doable with Sequel and Heroku? Thanks again, Scott On Tue, Aug 24, 2010 at 4:04 PM, Josh Coffman joshcoff...@gmail.comwrote: call the heroku cli

Re: Heroku and Sequel Migrations

2010-08-25 Thread Josh Coffman
is not available. I can do a heroku db:push sqlite://db.sqlite and make everything work fine, but I'd like to be able to do migrations (and use the postgresql database provided) and that's what I'm currently stuck on. Thanks again, Scott On Wed, Aug 25, 2010 at 7:12 AM, Josh Coffman joshcoff

Re: html to pdf on heroku

2010-08-24 Thread Josh Coffman
Prawn, but you'll have to build the pdf yourself instead of rendering from html. Using it on heroku at timesheettoaster.com. http://www.cracklabs.com/prawnto/demos http://github.com/sandal/prawn/tree/0.3.0 http://www.cracklabs.com/prawnto/demos-josh On Tue, Aug 24, 2010 at 5:14 AM, Alex

Re: Heroku vs Google App Engine (GAE) + DJANGO

2010-08-24 Thread Josh Coffman
The Heroku, Ruby, and Rails communities are all more active than Python. Can't speak about the DJango community. Deploying to Heroku is super simple; and you can easily extend your app with plugins and app settings (like adding more horse power on the fly). On Tue, Aug 24, 2010 at 8:35 AM,

Re: Heroku and Sequel Migrations

2010-08-24 Thread Josh Coffman
call the heroku cli from your rake task. http://docs.heroku.com/heroku-command http://docs.heroku.com/heroku-command On Mon, Aug 23, 2010 at 6:33 AM, Scott LaBounty slabou...@gmail.com wrote: All, I'm trying to figure out how to have run a sequel migration on Heroku. Here's the rake task

Re: Force https?

2010-08-03 Thread Josh Coffman
I did the same thing, except I hacked ssl_requirement a little to make it behave the way I wanted. On Tue, Aug 3, 2010 at 7:59 AM, Jesse jesse.ho...@gmail.com wrote: I guess you would say this is the 'manual' way to do it :) I use ssl_requirement gem .gems file specifies ssl_requirement

Re: rails plugin problem

2010-06-18 Thread Josh Coffman
FYI, I was on a 1.8.6 stack, and respond_to isn't supported on that version. The solution was to migrate stacks. On Wed, Jun 16, 2010 at 10:31 AM, Josh Coffman joshcoff...@gmail.comwrote: In hopes of getting help.. here is the exceptional log: /usr/local/lib/ruby/gems/1.8/gems/activerecord

Re: rails plugin problem

2010-06-16 Thread Josh Coffman
Yikes, wrong link above. Very sorry about that. Here is the plugin page: http://www.2dconcept.com/jquery-grid-rails-plugin http://www.2dconcept.com/jquery-grid-rails-plugin On Wed, Jun 16, 2010 at 9:21 AM, josh joshcoff...@gmail.com wrote: I'm getting an error calling functionality enabled by

Re: rails plugin problem

2010-06-16 Thread Josh Coffman
? elem.respond_to?(atr) # Required for virtual attributes end value end I've marked the offending line with . On Wed, Jun 16, 2010 at 9:38 AM, Josh Coffman joshcoff...@gmail.com wrote: Yikes, wrong link above. Very sorry about that. Here is the plugin page: http://www.2dconcept.com/jquery-grid

Re: custom domain, piggyback ssl, and ssl_requirement

2010-01-26 Thread Josh Coffman
a day ago. I replied and have a post on the topic. Let me know if you have any further questions. Details can be found at: http://groups.google.com/group/heroku/browse_thread/thread/a41cd5be7a2a46df Cheers, Chris On Jan 23, 1:25 am, Josh Coffman joshcoff...@gmail.com wrote: Anyone know

custom domain, piggyback ssl, and ssl_requirement

2010-01-22 Thread Josh Coffman
Anyone know or have a suggestion for redirecting from a custom domain to a piggy back ssl url? Just set up the custom domain name, and am currently only using pig-back ssl which means I need to redirect to https://blah... heroku.com. I'm wondering if there is a way using ssl_required, or if I