Sendgrid problem

2012-02-15 Thread DAZ
of the options? cheers, DAZ -- 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

Re: fatal: Not a git repository (or any of the parent directories): .git

2011-11-30 Thread DAZ
). I'll have to have another look at how to generate these instead. cheers, DAZ On Nov 30, 6:36 am, Adam Wiggins a...@heroku.com wrote: Slugs don't have git repositories in them.  Something in your app is trying to do a Git operation when it boots -- you should figure out what it is and remove

Re: fatal: Not a git repository (or any of the parent directories): .git

2011-11-29 Thread DAZ
, but I can't figure out what it is. Everything runs fine locally (and there is definitely a git repository present!) If anybody can help me fix this, I'd be very grateful. Thanks, DAZ -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group

Re: Cannot acces app in Console

2011-11-27 Thread DAZ
./main' Running bundle exec irb -r ./main attached to terminal... up, run.2 fatal: Not a git repository (or any of the parent directories): .git irb(main):001:0 Any ideas what that's about? cheers, DAZ On Nov 23, 7:37 pm, DAZ daz4...@gmail.com wrote: Actually I get the same error locally, so

Cannot acces app in Console

2011-11-23 Thread DAZ
the console so that when it runs the app and all its gems are included? Any ideas how I can access my app? cheers, DAZ -- 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

Re: fatal: Not a git repository (or any of the parent directories): .git

2011-11-23 Thread DAZ
post about this. DAZ On Nov 22, 10:12 pm, DAZ daz4...@gmail.com wrote: Hi, I've just created a new app on the Cedar stack and keep getting the following message in the logs:     fatal: Not a git repository (or any of the parent directories): .git I have created a git repository

Re: Cannot acces app in Console

2011-11-23 Thread DAZ
/init.rb:20:in `setup' from /usr/local/lib/ruby/1.9.1/irb.rb:53:in `start' from /usr/local/bin/irb:12:in `main' It seems like Sinatra isn't there! Any ideas? cheers, DAZ On Nov 23, 5:59 pm, Adam Wiggins a...@heroku.com wrote: What do you run locally to get a console?  Whatever

Re: Cannot acces app in Console

2011-11-23 Thread DAZ
Actually I get the same error locally, so it isn't a heroku issue, but any help would be appreciated! cheers, DAZ On Nov 23, 7:35 pm, DAZ daz4...@gmail.com wrote: Thanks Adam, It's a Sinatra app. Tried this and got an error: $ heroku run 'bundle exec irb -r ./main' Running bundle exec irb

fatal: Not a git repository (or any of the parent directories): .git

2011-11-22 Thread DAZ
, but the page will not load and I can't access anything from the console. Does anybody know what is going wrong? cheers, DAZ -- 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

Re: Rails 3, Authlogic and cron task

2011-04-27 Thread Daz
After more searching, I have finally come across this: http://stackoverflow.com/questions/4300240/rails-3-rake-task-cant-find-model-in-production - which provided the hint that the problem is actually due to having the production environment configured to be thread safe. Since the cron would work

Re: Rails 3, Authlogic and cron task

2011-04-27 Thread Daz
...@gmail.com wrote: The link you provided was about eager loading, not thread safety. The only way I can make it jive with your earlier message is that the require of Authlogic from Event is failing maybe you can run with --trace? On Wed, Apr 27, 2011 at 10:17 AM, Daz dbere...@gmail.com wrote

dm-is-list problem

2010-11-02 Thread DAZ
local testing server. I have the exact same gems installed on Heroku as my local machine, so I don't understand why one is throwing an error and the other isn't!! If anybody can help me it would be much appreciated. cheers, DAZ NoMethodError - undefined method `+' for nil:NilClass: /home/slugs

Re: Sinatra 1.1

2010-10-27 Thread DAZ
Thanks Oren, it's useful to know how it works and what the best thing to do is. cheers, DAZ On Oct 26, 7:58 pm, Oren Teich o...@heroku.com wrote: Both are correct.  Just add a blank line and we'll pull the latest version if you havn't specified. Best practice is to pin all versions

503 Errors

2010-10-26 Thread DAZ
My apps have had a few 503 errors recently, is this expected or has anybody else had this or could there be a problem with my apps? cheers, DAZ -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her

Sinatra 1.1

2010-10-26 Thread DAZ
Hi, Sinatra upgraded to version 1.1 yesterday. Is this version available on Heroku and how do I update current apps that are using Sinatra to the new version? cheers, DAZ -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send

warning: already initialized constant OrderedHash

2010-10-26 Thread DAZ
local machine. Does anybody know what it means and how to fix it? cheers, DAZ -- 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

Re: warning: already initialized constant OrderedHash

2010-10-26 Thread DAZ
Sorry no bells ringing so far ... ! I don't even know whether I'm using ActiveSupport (I'm using DataMapper and Sinatra, would I be using them without knowing?) How would it get initialized twice and how come only when deployed to Heroku? thanks Abel, DAZ On Oct 26, 2:53 pm, Abel Tamayo

Re: Sinatra 1.1

2010-10-26 Thread DAZ
Thanks Oren, I changed my .gems file to say sinatra --version 1.1 instead of just sinatra Is there any way of forcing Heroku to always go and look for the latest gems without having to specify a version number? cheers, DAZ On Oct 26, 4:30 pm, Oren Teich o...@heroku.com wrote: Simply put

Re: Sinatra 1.1

2010-10-26 Thread DAZ
thanks Oren, I've tested it locally, so was happy to update. So would I have to just change the .gems file with something trivial to 'force' an update? Or are you saying that best practice is to always specify version numbers? cheers, DAZ On Oct 26, 7:40 pm, Oren Teich o...@heroku.com wrote

Re: Contact Form Using Sendgrid Pony

2010-08-24 Thread DAZ
Thanks for the replies everybody. I know have it working on Heroku. I guess that I can't use Sendgrid locally? What would I have to have set up to get my contact form to work locally in development? cheers, DAZ On Aug 22, 8:53 pm, Mike Abner mike.ab...@gmail.com wrote: Works well. http

Re: Contact Form Using Sendgrid Pony

2010-08-23 Thread DAZ
Thanks Michal, This is brilliant, just a couple of questions: 1. Where do I get SENDGRID_USERNAME and SENDGRID_PASSWORD from, or are they set up automatically when I install the Sendgrid addon? 2. What do I change the HELO domain to? cheers, DAZ On Aug 23, 11:53 am, misza222 misza

Web Stats

2010-05-28 Thread DAZ
Hi, Is it possible to get basic web stats such as page hits about sites that are hosted on Heroku? If not, is the easiest way to use Google Analytics or something similar? cheers, DAZ -- You received this message because you are subscribed to the Google Groups Heroku group. To post

Re: error message with Heroku gem

2010-04-11 Thread DAZ
-client gem? cheers, DAZ On Apr 1, 3:41 pm, Roy Pardee rpar...@gmail.com wrote: If you don't need that 1.0.3 you might try uninstalling it (sudo gem uninstall rest-client -v 1.0.3). On Thu, Apr 1, 2010 at 3:53 AM, DAZ daz4...@gmail.com wrote: Mine looks like this: rest-client (1.4.2

error message with Heroku gem

2010-04-01 Thread DAZ
/usr/bin/heroku:18 Anybody else get this or know how to fix it? Thanks, DAZ -- 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

Re: error message with Heroku gem

2010-04-01 Thread DAZ
Cheers Chris, I thought that, but sudo gem update doesn't seem to update rest- client. Is there any way I can target that specific gem and get the correct version? thanks, DAZ On Apr 1, 11:27 am, Chris r3ap3r2...@gmail.com wrote: You need to update your rest-client gem to something 1.3.0

Re: error message with Heroku gem

2010-04-01 Thread DAZ
Mine looks like this: rest-client (1.4.2, 1.0.3) Looks like I missed out on the 1.3 update and it seems that 1.4.2 doesn't work. Does Heroku need updating or is there a way of getting the 1.3 version? cheers, DAZ On Apr 1, 11:34 am, Chris r3ap3r2...@gmail.com wrote: sudo gem update rest

Re: Zerigo

2010-03-23 Thread DAZ
Thanks for the help Morten. It is indeed easy to set this up with the Zerigo addon. I now have a CNAME set up that directs http://docs.energiehelpline.co.uk.s3.amazonaws.com/foo.pdf to http://docs.energiehelpline.co.uk/foo.pdf cheers for the help everybody, DAZ On Mar 22, 5:26 pm, Morten

Zerigo

2010-03-21 Thread DAZ
, as outlined in this thread here: http://groups.google.com/group/heroku/browse_thread/thread/55d6cfea1ff5d8ce Can anybody help me out with this? cheers, DAZ -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her

Re: Zerigo

2010-03-21 Thread DAZ
I think I've sorted the first point. I just needed to add energiehelpline.co.uk to the custom domains addon. Anybody know how I can get my links to s3 files to look nicer? Thanks, DAZ On Mar 21, 4:47 pm, DAZ daz4...@gmail.com wrote: Anybody know much about the Zerigo addon? I've managed

Re: Using Zerigo to simplify S3 urls

2010-03-15 Thread DAZ
appreciated, DAZ On Mar 13, 6:11 pm, Matt Buck mattb...@capitalthought.com wrote: http://docs.amazonwebservices.com/AmazonS3/latest/VirtualHosting.html... HTH, Matt Buck On Sat, Mar 13, 2010 at 10:38 AM, DAZ daz4...@gmail.com wrote: Hi, I'm storing some pdf documents on Amazon S3

Using Zerigo to simplify S3 urls

2010-03-13 Thread DAZ
/ This would help to simplify the urls used for these documents. Thanks, DAZ -- 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

Cron Job to save bundles

2010-03-13 Thread DAZ
I'm using the free bundle addon that has the limitation of only one bundle saved at a time. Is it possible to create a Cron Job that does the following: deleted the current bundle save a new bundle downloaded it each day cheers, DAZ -- You received this message because you are subscribed

Re: Basic Production Site

2010-03-08 Thread DAZ
Thanks for that Terence, Just a question about your last point. How do I choose which plan? Say I went for the free plan (Blossom), how do I know if it needs upgrading - does it crash, do I get an email warning or does it just increase as needed and then I get charged? cheers, DAZ On Mar 8

Re: Basic Production Site

2010-03-08 Thread DAZ
Thanks Oren, That's useful as a starting point. What do I use to 'see how it goes' - sorry I'm new to this game and not sure if I'd know if the site was performing well or not. What do you mean when you say 'scaling traffic instantly' - why would I add dynos and/or workers? cheers, DAZ On Mar

Re: Basic Production Site

2010-03-08 Thread DAZ
Thanks to all of you taking the time to make this much clearer. Looking forward to getting it all set up. Thanks again, DAZ On Mar 8, 9:20 pm, Carl Fyffe carl.fy...@gmail.com wrote: There is an add-on for New Relic:http://addons.heroku.com/newrelic Basically you want to watch how long

Re: Basic Production Site

2010-03-08 Thread DAZ
Sorry just one more question in reply to Oren - how often do you backup for disaster recovery purposes, daily? cheers, DAZ On Mar 8, 9:06 pm, Oren Teich o...@heroku.com wrote: Everything is fully backed for disaster recovery purposes.  We don't provide user accessible backups - it's only

Learn Sinatra

2010-01-17 Thread DAZ
App * Hosting A Sinatra App using Heroku If you've been thinking about trying out this simple, but powerful framework, here's your chance to come along for the ride. I'd appreciate any comments or feedback. cheers, DAZ -- You received this message because you are subscribed to the Google

Re: Rake error message on Heroku

2009-03-17 Thread DAZ
That works! Thanks a lot Adam. I have no idea why this was using Git submodules - I didn't set them up as far as I know. Your docs were very clear and helpful too - great job guys! I'm up and running on Heroku! Thanks again, DAZ On Mar 16, 3:02 am, Adam Wiggins a...@heroku.com wrote

Re: New App on Heroku not working

2009-03-09 Thread DAZ
This error message is when I try to run heroku rake db:migrate Again, this error message didn't appear on herokugarden or when I ran the rake task locally. Anybody got any ideas of what needs fixing? Thanks, DAZ On Mar 8, 5:07 pm, DAZ daz4...@gmail.com wrote: Thanks for the help

Re: New App on Heroku not working

2009-03-08 Thread DAZ
Thanks for the help on this guys. Now the error message is: uninitialized constant User::Authentication This comes from the RESTful Authentication plugin, but it hasn't caused rake to abort before. Any ideas what needs doing next? cheers, DAZ On Mar 7, 11:44 pm, Adam Wiggins a...@heroku.com

Re: New App on Heroku not working

2009-03-05 Thread DAZ
, 8:08 pm, Adam Wiggins a...@heroku.com wrote: On Sun, Mar 1, 2009 at 11:49 PM, DAZ daz4...@gmail.com wrote: rake aborted! undefined method `cache_template_loading=' for ActionView::Base:Class This method was removed in Rails 2.2.  You'll need to either 1. explicitly set your Rails version

Re: acts as tree

2009-03-04 Thread DAZ
Hey Zeh, Use this url: git://github.com/rails/acts_as_tree.git DAZ On Mar 4, 12:55 pm, zeh...@googlemail.com zeh...@googlemail.com wrote: Hey there, i have the same problem. iam very new to rails so i dont know if its included into the default distribution. i read that in rails2 its only

Re: New App on Heroku not working

2009-03-02 Thread DAZ
bubbles.heroku.com On Mar 2, 4:40 pm, Morten Bagai mor...@heroku.com wrote: Daz, What's the name of your app? /Morten On Mar 1, 2009, at 11:49 PM, DAZ wrote: Hi, I've been using Herokugarden for a while and decided to give Heroku beta a try. I am using a current app

New App on Heroku not working

2009-03-01 Thread DAZ
the following error message: App failed to start ** Ruby version is not up-to-date; loading cgi_multipart_eof_fix Cany anybody help me with this? cheers, DAZ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group

Re: Editor not working

2009-02-14 Thread DAZ
! cheers, DAZ On Feb 14, 4:05 am, Candace Wong candace.p.w...@gmail.com wrote: Hi Daz, I was getting the same thing for a while but it was only happening on static resources (.css files, images). Is this what's happening? Cheers, Candace On Sat, Feb 14, 2009 at 8:02 AM, DAZ daz4

Editor not working

2009-02-13 Thread DAZ
I'm trying to work with the online editor on my app (gears.herokugarden.com) and I'm getting nothing - no changes are taking effect or being saved. Anybody else getting this and can it be fixed? cheers, DAZ --~--~-~--~~~---~--~~ You received this message because

Re: editor hosed?

2009-02-04 Thread DAZ
Seems to be working now Ivan - thanks so much for sorting this out so quickly! DAZ On Feb 4, 7:26 pm, Ivan i...@heroku.com wrote: To all, My sincerest apologies if I told you it was working before. The editor is run across several systems and there was one that was misbehaving. This system

Re: How to install 'acts_as_list' plugin?

2009-02-03 Thread DAZ
Dan, From the editor, go to 'vendor' and click on the gemsplugins link then enter this 'git://github.com/rails/acts_as_list.git' in the text box. That should install acts_as_list. DAZ On Feb 2, 3:05 pm, Ed Jones ed.jo...@gmail.com wrote: Dan, maybe you could spell out where it doesn't work

Re: amigle.com

2009-02-03 Thread DAZ
I'm getting 504 errors when I try to use the in-browser editor. Finding it impossible to work on my site! DAZ On Feb 3, 6:40 pm, Ivan i...@heroku.com wrote: I am working on it now. - Ivan On Feb 3, 8:41 am, muthu muth...@gmail.com wrote: 504 Gateway Time-out nginx/0.6.32 On Feb 3

Re: editor hosed?

2009-02-03 Thread DAZ
I'm also having real problems geting into the editor ... very frustrating ... g! DAZ On Jan 29, 6:36 pm, trippytom trippy...@yahoo.com wrote: I was adding a new file to my app, when I got redirected to a page with the following: We're sorry, but something went wrong. We've been

Re: editor hosed?

2009-02-03 Thread DAZ
my app is gears.herokugarden.com The editor is still not working cheers, DAZ On Feb 4, 3:52 am, Dan Moore danielcmo...@gmail.com wrote: And now it is magically working again.  Thanks! On Feb 3, 9:51 pm, Dan Moore danielcmo...@gmail.com wrote: Incidentally, the error I'm getting

Re: How to install 'acts_as_list' plugin?

2009-02-03 Thread DAZ
No problem Dan, I've found that entering urls from github to be the best and most reliable way of installing plugins as it usually guarantees the most up to date version. DAZ On Feb 4, 3:58 am, Dan Moore danielcmo...@gmail.com wrote: On Feb 3, 5:09 pm, DAZ daz4...@gmail.com wrote: From

Re: Herokugarden = 502 Bad Gateway

2009-01-20 Thread DAZ
Snap. I'm getting 'server failed to start' on all my apps. DAZ On Jan 19, 8:07 pm, Paul Leader paul.lea...@gmail.com wrote: Hi guys, It's broken again. http://me-monitor.herokugarden.com/is returning 502. The edit interface is showing the We're sorry, but something went wrong. message

Re: Herokugarden = 502 Bad Gateway

2009-01-16 Thread DAZ
Thanks for sorting this Ivan! cheers, DAZ On Jan 16, 2:47 pm, Sammy Larbi sla...@gmail.com wrote: Upon reload it's now gone and my app shows. Thanks for the rapid progress. On Fri, Jan 16, 2009 at 8:47 AM, Sammy Larbi sla...@gmail.com wrote: I'm now getting (if I may say, very cool

Re: CSS files not updating

2009-01-14 Thread DAZ
of problem that is infuriating! Thanks for the idea of using content_for - I'll use that in future, but it would be nice to know how to get the external css files to have a more instant effect. cheers, DAZ On Jan 8, 6:15 pm, Keenan Brock kee...@thebrocks.net wrote: Hi DAZ, You may want to run

uninstalling github plugins

2009-01-06 Thread DAZ
If I install a plugin directly from a github url, there doesn't appear to be an 'uninstall' option, how would I get rid of the plugin if I didn't want it? cheers, DAZ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Markdown not working

2009-01-05 Thread DAZ
This seems to be working again now - not sure what the problem was! DAZ On Jan 4, 4:55 pm, DAZ daz4...@gmail.com wrote: Hi, I've used markdown before on Heroku and have the BlueCloth gem installed, but since updating an app to Rails 2.2.2 I get the following error in the console: markdown

Re: Restful Authentication

2008-12-23 Thread DAZ
' to RAILS_GEM_VERSION = '2.2.2' Thanks again! DAZ On Dec 23, 2:48 pm, mikong michaelgal...@gmail.com wrote: Are you sure it's not in your development.rb? The line config.action_view.cache_template_extensions         = false --~--~-~--~~~---~--~~ You received this message

Re: Time Zones

2008-12-23 Thread DAZ
this somehow) ... any ideas? cheers, DAZ On Dec 23, 4:36 pm, mikong michaelgal...@gmail.com wrote: Handling time zones ever since Rails 2.1 should be invisible to the developer. You might want to check out http://railscasts.com/episodes/106-time-zones-in-rails-2-1 I tested your case

Re: Restful Authentication

2008-12-23 Thread DAZ
' to RAILS_GEM_VERSION = '2.2.2' Thanks again! DAZ On Dec 23, 2:48 pm, mikong michaelgal...@gmail.com wrote: Are you sure it's not in your development.rb? The line config.action_view.cache_template_extensions         = false --~--~-~--~~~---~--~~ You received this message

Re: Restful Authentication

2008-12-22 Thread DAZ
Thanks Corey, but which line am I looking to delete? Is it this one: cache_template_extensions because I can't seem to find it in any of my environment files. DAZ On Dec 22, 6:26 pm, Corey Haines coreyhai...@gmail.com wrote: Here's a thread with the answer. http://groups.google.com/group

Re: Restful Authentication

2008-12-22 Thread DAZ
Thanks Corey, but which line am I looking to delete? Is it this one: cache_template_extensions because I can't seem to find it in any of my environment files. DAZ On Dec 22, 6:26 pm, Corey Haines coreyhai...@gmail.com wrote: Here's a thread with the answer. http://groups.google.com/group

Re: Server Failed to Start

2008-12-13 Thread DAZ
It's back up and working again now. Thanks to whoever fixed it. Anybody got any idea what went wrong? DAZ On Dec 13, 3:18 pm, DAZ daz4...@gmail.com wrote: Hi I keep getting this message when I try to view my app - anybody know how I can get it working? The server for tickl failed to start

Re: Katana Editor

2008-11-27 Thread DAZ
Thanks lowellv, Does anywhere have exact instructions? I seem to remember that in the past there were also other issues such as editing certain config lines to get it to work (I think this was on Ubuntu 7.10). Thanks, DAZ On Nov 27, 12:14 pm, lowellv [EMAIL PROTECTED] wrote: install rails

Re: Katana Editor

2008-11-26 Thread DAZ
Rails locally every time Ubuntu changes versions can be a real pain, so I stopped doing it and just used Heroku online, but I guess I might have to do a local install and get with using git. DAZ On Nov 26, 12:00 pm, waldo [EMAIL PROTECTED] wrote: I've had the editor move around lines

Katana Editor

2008-11-24 Thread DAZ
I'm having sporadic trouble with the in-browser editor. Every now and then it seems to have real trouble knowing which line I am on and inserts random line breaks, or gets rid of line breaks, rendering the ruby code useless. Does anybody know how to fix this? cheers, DAZ

Re: Is Heroku down?

2008-07-18 Thread DAZ
very funny - do you guys do standup when you not hacking away? : ) Back up now. I think I had a browser issue and should have should restarted firefox because even heroku.com gave me a blank untitiled page. cheers, DAZ On Jul 18, 4:13 am, Adam Wiggins [EMAIL PROTECTED] wrote: On Thu, Jul

Re: Is Heroku down?

2008-07-18 Thread DAZ
Back up now. I think I had a browser issue and should have should restarted firefox because even heroku.com gave me a blank untitiled page. cheers, DAZ On Jul 18, 4:13 am, Adam Wiggins [EMAIL PROTECTED] wrote: On Thu, Jul 17, 2008 at 8:13 PM, DAZ [EMAIL PROTECTED] wrote: I get nothing when

Re: Firefox 3 (currently RC2) would be a good idea

2008-06-10 Thread DAZ
Can I get this started again - Ubuntu updated to Firefox 3 full version today so it would be great if it could be supported. Thanks, DAZ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post

Re: Production Environment

2008-06-04 Thread DAZ
I don't seem to have a 'Mode' section here. I have an option to change the name, choice of public or private and a list of collaborators. Any chance that this is only for blessed apps only? DAZ On Jun 3, 2:21 pm, mikong [EMAIL PROTECTED] wrote: Go to the Settings page of your app. Under

Re: Can you do this with Git?

2008-06-04 Thread DAZ
? thanks for all the help on this, DAZ On Jun 3, 11:24 pm, Morten Bagai [EMAIL PROTECTED] wrote: Hi, From what you described it sounds like a plugin is the appropriate strategy. /Morten On Jun 2, 2008, at 5:53 AM, DAZ wrote: Thanks Scott, I was thinking of getting the stuff from

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

Rails Version

2008-05-19 Thread DAZ
, so I guess that that version isn't running on my project! thanks, DAZ --~--~-~--~~~---~--~~ 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

Markdown?

2008-05-09 Thread DAZ
should I do? cheers, DAZ --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more

Re: Markdown?

2008-05-09 Thread DAZ
What do I need to upload? On May 9, 4:18 pm, mikong [EMAIL PROTECTED] wrote: There's an 'Upload' link on the Gems Plugins page of Heroku. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to

Re: Uploading multiple files

2008-04-27 Thread DAZ
I've found that downloading an app, then using drag and drop on the desktop, then uploading it back again is the quickest option, but surely it can't be that hard to make transferring multiple files easier from within the code editor itself? DAZ On Apr 19, 4:58 pm, DAZ [EMAIL PROTECTED] wrote

Re: syntax error in console

2008-04-27 Thread DAZ
I get: undefined method `acts_as_tree' and can't seem to find acts_as_tree in the plugins list! Anybody know how to rectify this? cheers, DAZ On Mar 11, 1:39 pm, rob [EMAIL PROTECTED] wrote: Oh...! Thanks. I don't seeacts_as_treein that list so I'm gonna assume it's already installed

Re: Code Editor

2008-04-22 Thread DAZ
for lots of different languages too. Is the code highlighting done using CSS? I'm thinking it would be easy to make it themeable DAZ On Apr 22, 12:42 pm, Michael Erasmus [EMAIL PROTECTED] wrote: Another great feature would be the ability to handle custom, user- defined language grammars like

Re: Will this be FREE?

2008-04-22 Thread DAZ
their ideas on the Ruby on Rails podcast here: http://podcast.rubyonrails.org/programs/1/episodes/heroku Hope that helps, DAZ On Apr 22, 8:17 pm, AzamSharp [EMAIL PROTECTED] wrote: Heroku is super awesome! Will this be a FREE service? Thanks, Azam

Re: Pricing Limits

2008-04-19 Thread DAZ
Thanks for the reply Mikong. This all sounds good. I hope they keep a free account for people just playing with rails and offer some price plans that are competitive for small sites. DAZ On Apr 19, 3:44 am, mikong [EMAIL PROTECTED] wrote: Heroku is still in Beta and it's free for now

Rails versions

2008-04-19 Thread DAZ
and is is possible to run on edge rails? cheers, DAZ --~--~-~--~~~---~--~~ 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

Uploading multiple files

2008-04-19 Thread DAZ
Is it possible to upload lots of files at once? I have a number of CSS files that I usually use each time I start a project and it is a pain uploading them one by one DAZ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Pricing Limits

2008-04-18 Thread DAZ
www.amazingapp.com point to this app too (assuming I own the www.amazingapp.com name)? cheers, DAZ --~--~-~--~~~---~--~~ 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