Thanks that made it 'work', although I am getting an error but since
its not related to this issue I'll start a new post.

Thanks allot!

On Nov 28, 5:55 pm, Lee Hambley <[email protected]> wrote:
> It looks like mistake one was making the app inside the repository, here's a
> saner workflow:
>
> rails my-new-app
> cd my-new-app
> git init
> capify .
>
> You did
>
> clone new repos from github
> cd new-folder-from-github
> rails my-new-app
> cd my-new-app
> capify .
>
> Small, but costly (easy to make) mistake
>
> -- Lee

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to