Re: [Rails-core] question about submitting diff and other changes

2006-04-03 Thread Chris Hall
thanks francois, patch submitted.http://dev.rubyonrails.org/ticket/4554On 4/3/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote: Hi !2006/4/3, Chris Hall <[EMAIL PROTECTED]>:> anyways, my problem is on the last two steps.  i've created the diff, but> that doesn't indicate that the new directory wa

Re: [Rails-core] question about submitting diff and other changes

2006-04-03 Thread Francois Beausoleil
Hi ! 2006/4/3, Chris Hall <[EMAIL PROTECTED]>: > anyways, my problem is on the last two steps. i've created the diff, but > that doesn't indicate that the new directory was created and the file moved. > how would I go about indicating that in a patch? should i create a small > script to automat

[Rails-core] question about submitting diff and other changes

2006-04-03 Thread Chris Hall
I'd like to submit a change to rails but I am stuck on how to handle a part of it and would like some guidance.The change involves the generator part of rails, specifically, when the stylesheet is copied into a project.  Currently, when a new project is created, no default stylesheet is provided.