Hey Scott, Is there any reason why you wouldn't just do:
rails myapp mv myapp trunk ?? Are you creating a bunch of applications at once? Cheers, Nik On Nov 14, 2007 11:32 AM, Scott Bronson <[EMAIL PROTECTED]> wrote: > > Is there any chance this small patch could go into 2.0? > > http://dev.rubyonrails.org/ticket/10156 > > It just decouples the application name and destination directory. > > Before the patch, your app would always be named the same > as its containing directory: > > rails myapp/trunk > > With the patch, you can name your app something different: > > rails --app-name=myapp myapp/trunk > > I have some automated Rails generating scripts that need this > so I'm really hoping it's not to late for something like this to make > it into trunk. > > Comments? Thanks, > > - Scott > > > > -- Nik Wakelin [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
