iceman85 Posted March 12, 2014 Posted March 12, 2014 Hi Has anybody used ruby on rails before? I am having trouble with my installation, in that I cant get my bundle to install. I think it may be because I am behind a proxy as I have tried everything that I can think of to fix it. I have followed this guide Getting Started with Rails ? Ruby on Rails Guides to set up my ruby rails for the first time, I get the following error message: C:\Sites\blog>rails server Could not find gem 'rails (= 4.0.0) x86-mingw32' in the gems available on this machine. Run `bundle install` to install missing gems. C:\Sites\blog>bundle install Fetching source index from https://rubygems.org/ Could not fetch specs from https://rubygems.org/ When searching my directory I can find this mingw32 gem in the railsinstaller folder, is there a way that I can manually put it where it is supposed to be (where is it supposed to be?) Is it because I am behined a proxy... or have I missed something? Thanks for any help!
fromtheinternet Posted March 12, 2014 Posted March 12, 2014 Download the gems manually and install them with 'gem install', specifying the path. I never had any luck trying to get it working behind a proxy.
iceman85 Posted March 12, 2014 Author Posted March 12, 2014 Im glad its not just me with the proxy problems! Proxys are such a hassle. I think im going to wait till I get home and install it on my mac, hopefully that will go smoother
pcstru Posted March 13, 2014 Posted March 13, 2014 Have you set HTTP_PROXY and HTTPS_PROXY environment variable?
iceman85 Posted March 13, 2014 Author Posted March 13, 2014 Nope I hadnt, im just learning it now so I didnt know how to do that. I havent encountered many problems since I got it installed hopefully il be able to write my own web apps soon!
mikecampbell Posted March 18, 2014 Posted March 18, 2014 If you've got a mac I really wouldn't bother trying to set it up on Windows, it's a total pain. Sounds like you've got it up and running though, happy developing!
iceman85 Posted March 18, 2014 Author Posted March 18, 2014 Yep i gave up on windows, I just bring my mac to work with me now. I have nearly finished making a blog for my first project, its a steep learning curve!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now