Ask A Question

Notifications

You’re not receiving notifications from this thread.

Setup Ubuntu 14.04 Trusty Tahr Discussion

Chris Oliver asked in General

Awesome!!!

Reply
Marcus Whelan Marcus Whelan

Can you add how to fix the yml file?

Reply
Gabriel Alejandro Carcamo Mara Gabriel Alejandro Carcamo Mara

Thanks a lot for this guide, at last it works!

Reply
Rakesh Rajwar Rakesh Rajwar

loved this blog.

Reply

I have created a video based on this guide at https://www.youtube.com/wat...

Reply
Swarup Rajbhandari Swarup Rajbhandari

Very much thanks :)

Reply

For those who having problem with ruby gem, please do this:

gem update
gem clean

Some old gems wont uninstall itself. This would solve gem problem.

Reply
Zachary Preston Zachary Preston

I greatly appreciate this guide. I'm getting into Linux and Ruby on Rails after 17 years of developing in MS technologies. It's a Renaissance. There are several good "getting started" guides, and this is only my fifth so far, but it is the best.

Reply

Thanks for much for that Zachary! :)

Reply
siddhesh latkar siddhesh latkar

worked without any error .. Thanks alot

Reply

Thanks just awesome article :)
I don't like rvm :/

Reply

Neither "quick" method works in a standard 14.04 64 Bit.
Following the instructions the
rnenv method will run forever and never finish. ever.

rvm method fails with error 100.

Build from source I got to work.

Reply
Łukasz Szeremeta Łukasz Szeremeta

You can add this before bundler install:
echo "gem: --no-document" > ~/.gemrc

Reply

Thanks man. Every time I do a clean install of Rails I'm like, "Now what was that page called that worked every time and actually made sense?" :)

Reply

That means a lot! Thanks so much for saying that Gilbert! :D

Reply
Sarath Nambiar Sarath Nambiar

Thanks for the guide :) cheers!!!

Reply
Arvind Rachuri Arvind Rachuri

Amazing! It solved a lot of problems and saved me a lot of headaches!

Reply

2.3.0 moans every time rails starts up. Something about mutexes. Hey ho.

Reply
Rael Gugelmin Cunha Rael Gugelmin Cunha

A friendly reminder that there is an official Ubuntu package for RVM: https://github.com/rvm/ubun...

Reply
Ryan Dingle Ryan Dingle

this guide is perfect.. all steps are success :) tnx

Reply
Shalev Levi Shalev Levi

Had a long issue with the Git SSh key file name. Would recommend explaining where to leave blank (and maybe add a link to the awesome Github guide).

Reply
Mitch VanDuyn Mitch VanDuyn

This guide was great, and in fact I used it to install on windows 10 with the new WSL bash window (at least to where I have rails running)... Just for people's info here are the changes and additions to get things to work nicely.

1) after installing bundler make sure to do a "find ~/.bundle/cache -type d -exec chmod 0755 {} +" due to a sort-of issue with latest bundler.
2) then if using rails 5 make sure to use the --skip-spring --skip-listen options and make sure that this line in development.rb is commented out (it should be)
#config.file_watcher = ActiveSupport::EventedFileUpdateChecker

Number #2 is because inotify is not implemented (yet) in windows WSL.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,584+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.