On Jan 12, 5:39 pm, "Mathew S." <[email protected]> wrote: > I'm working on windows 7 I'm using the "RailsInstaller" that has > everything in one Download. I'm getting "no gemfiles found" >
The message you're getting is most likely because you're invoking bundler (bundle command line) from a directory that is not a Rails application or contains a Gemfile Have you tried "CD" into the application directory and then execute your commands? -- Luis Lavena -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

