Alex, Try the following line in your Gemfile instead: gem 'meta_search', :git => 'git://github.com/jtgeibel/ meta_search.git', :branch => 'rails3.1'
If you're new to rails, you could also try walking through my installation instructions which I've tweaked slightly here: https://github.com/jtgeibel/communityengine/blob/omniauth/README.markdown While trying to get my development machine up and running, I landed on the following workflow with bundler, first: bundle install --binstubs I then run commands from the root app folder as: bin/rake or bin/rails I find this a bit nicer than the alternative: bundle exec rails... Hopefully that helps. Justin On Mar 23, 10:59 pm, Alex Li <[email protected]> wrote: > Justin, > > I am new to rails. I followed your instruction to change the > following line in the gem file: > gem 'rails', '3.1.0.beta', :git => 'http://github.com/jtgeibel/ > meta_search.git' > > Got the error " Could not find gem 'rails <= 3.1.0.beta> > inhttp://github.com/jtgeibel/meta_search.git<at master>. source does > not contain any versions of rails <= 3.1.0.beta > > Please advice. thanks. -- You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en.
