Re: HAML

2008-03-06 Thread ebdb
On Mar 6, 9:14 pm, ab5tract <[EMAIL PROTECTED]> wrote: > Hello, > One of the reasons I want to use Rails is to use HAML. (I can't > imagine life with close-tags at this point). > > Why is Heroku responding with the following: > > > Showing index/show.haml where line # raised: > > Illegal Nesting

HAML

2008-03-06 Thread ab5tract
Hello, One of the reasons I want to use Rails is to use HAML. (I can't imagine life with close-tags at this point). Why is Heroku responding with the following: Showing index/show.haml where line # raised: Illegal Nesting: Nesting within a tag that already has content is illegal. Extracted s

Re: Error using API

2008-03-06 Thread ebdb
> On Mar 6, 1:15 am, ebdb <[EMAIL PROTECTED]> wrote:> On Mar 5, 8:33 pm, "John > Barnette" <[EMAIL PROTECTED]> wrote: > > > > On Wed, Mar 5, 2008 at 7:16 PM, holczer <[EMAIL PROTECTED]> wrote: > > > > > When I try to use the API to get a local copy of my app, I get an > > > > error. Below is th

Re: Error using API

2008-03-06 Thread holczer
I tried that command and I still get the same error. Did you specify a location for the key pair other than the default? On Mar 6, 1:15 am, ebdb <[EMAIL PROTECTED]> wrote: > On Mar 5, 8:33 pm, "John Barnette" <[EMAIL PROTECTED]> wrote: > > > > > On Wed, Mar 5, 2008 at 7:16 PM, holczer <[EMAIL PR

Re: script/server permission problems

2008-03-06 Thread [EMAIL PROTECTED]
Thanks Adam, I was just getting ready to repost saying it was an execution issue, but thanks for the info. I have to say, you guys have a great thing going here. I just need to find some fellow developers to collaborate with. - Mike On Mar 6, 7:53 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote:

Re: script/server permission problems

2008-03-06 Thread Adam Wiggins
On 3/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Just curious. I cannot seem to run instances of either Webrick or > Mongrel for apps I've cloned for local development using the wonderful > Heroku gem. I'll call script/server and receive a Permission denied > warning from bash. Doe

script/server permission problems

2008-03-06 Thread [EMAIL PROTECTED]
Hi group, Just curious. I cannot seem to run instances of either Webrick or Mongrel for apps I've cloned for local development using the wonderful Heroku gem. I'll call script/server and receive a Permission denied warning from bash. Does anyone know a workaround? - Mike --~--~-~--~--

Questions about the Heroku production release ???

2008-03-06 Thread Dinooz
What is the ETA for the Heroku production release ??? I wonder how much will it cost to get the service as a paid service instead of beta..., will it be based on the number of applications ???, the traffic ???. Will it be possible to customize a DNS entry to host your own domains ???, I assume i

Re: 'Automatic' deployment to heroku using cruisecontrol.rb

2008-03-06 Thread Tomoki Tsuchida
On Mar 5, 11:45 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > I should mention that subversion support (via the svn-git bridge) may > be a feature we consider in the near future.  We're longtime > subversion users, so we certainly see the benefit in supporting it. Yes, ultimately, something

Re: demo video

2008-03-06 Thread snlsn
> Is this a rails 2.0 vs earlier version problem? Yeah, I think so. RoR 2.0 lets you just use "scaffold" instead of the earlier "scaffold_resource" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To p

Re: Many to Many relationship

2008-03-06 Thread Thufir
On Wed, 05 Mar 2008 15:19:56 -0800, Harro wrote: > class Sandwich < ActiveRecord::Base > has_and_belongs_to_many :ingredients > end Don't you need a "through" the join table? Hmm, I guess I'm thinking of hmt versus habtm. -Thufir --~--~-~--~~~---~--~~ You

Re: 'Automatic' deployment to heroku using cruisecontrol.rb

2008-03-06 Thread Thufir
On Wed, 05 Mar 2008 23:45:03 -0800, Adam Wiggins wrote: > I should mention that subversion support (via the svn-git bridge) may be > a feature we consider in the near future. We're longtime subversion > users, so we certainly see the benefit in supporting it. However, some > of the best feature

Re: Many to Many relationship

2008-03-06 Thread Thufir
On Wed, 05 Mar 2008 15:19:56 -0800, Harro wrote: > class Sandwich < ActiveRecord::Base > has_and_belongs_to_many :ingredients > end Don't you need a "through" the join table? Hmm, I guess I'm thinking of hmt versus habtm. -Thufir --~--~-~--~~~---~--~~ You

Re: Type columns

2008-03-06 Thread Adam Wiggins
On 3/1/08, mr_dizzy <[EMAIL PROTECTED]> wrote: > I'm using STI and therefore have type columns in the database. I've > dumped the data as YAML, but when trying to load the db with this > data, tables containing a type column do not get imported. I've also > noticed it is impossible to edit the