On Thu, Dec 31, 2009 at 1:50 PM, Rodrigo Rosenfeld Rosas <[email protected]> wrote: > Hi, one more question before this year ends... > > How can I create a Rails application from my local branch? > > I can create the application, but cannot run script/console, for instance... > > In the past I had to create some symbolic links, but I'm lost now... > > Any light?
`rails newapp --dev` will generate newapp with a Gemfile pointing at your local Rails git clone. Best, jeremy -- 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.
