ruby rails instalation
please anyone send me the procedure to install ruby and rails in fedora 13
please anyone send me the procedure to install ruby and rails in fedora 13
Kindly run following command as root user
su -c "yum install rubygem-{rails,sqlite3,coffee-rails,sass-rails,uglifier,jquery-rails,turbolinks,jbuilder,therubyracer}" gem install sdoc rails new app --skip-bundle && cd app sed -i "s|# gem 'therubyracer'|gem 'therubyracer'|" Gemfile rails s
Asked: 2013-10-23 23:15:19 -0500
Seen: 82 times
Last updated: Oct 23 '13
Ruby may not be packaged for Fedora 13. You really should upgrade to a current version of Fedora, the Ruby group (http://fedoraproject.org/wiki/Ruby_SIG) is doing a lot of work to make Ruby on Fedora better - and you can't take advantage of that work if you stay on an EndOfLife release.