Comments on: Thats how I roll: Installing Ruby on Rails on openSUSE https://lizards.opensuse.org/2009/02/05/thats-how-i-roll-installing-ruby-on-rails-on-opensuse/ Blogs and Ramblings of the openSUSE Members Fri, 06 Mar 2020 17:50:09 +0000 hourly 1 https://wordpress.org/?v=4.7.5 By: darix https://lizards.opensuse.org/2009/02/05/thats-how-i-roll-installing-ruby-on-rails-on-opensuse/#comment-737 Wed, 11 Feb 2009 23:40:12 +0000 http://lizards.opensuse.org/?p=338#comment-737 all active rails branches should be packaged. 🙂
and lots of other ruby libraries.

]]>
By: Christopher M. Hobbs https://lizards.opensuse.org/2009/02/05/thats-how-i-roll-installing-ruby-on-rails-on-opensuse/#comment-736 Wed, 11 Feb 2009 21:39:03 +0000 http://lizards.opensuse.org/?p=338#comment-736 Thanks for the outstanding job with the packages, darix!

Zypper works great for installing Ruby/Rails depending on which version(s) you want to use. There’s definitely more than one way to skin a cat!

]]>
By: darix https://lizards.opensuse.org/2009/02/05/thats-how-i-roll-installing-ruby-on-rails-on-opensuse/#comment-735 Wed, 11 Feb 2009 21:32:37 +0000 http://lizards.opensuse.org/?p=338#comment-735 or just: (for 11.1)
$ su –
$ cd /etc/zypp/repos.d/
$ wget http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/openSUSE_11.1/devel:languages:ruby:extensions.repo
$ zypper ref
$ zypper in rubygem-rails

]]>
By: Christoph https://lizards.opensuse.org/2009/02/05/thats-how-i-roll-installing-ruby-on-rails-on-opensuse/#comment-721 Thu, 05 Feb 2009 15:42:48 +0000 http://lizards.opensuse.org/?p=338#comment-721 Let’s make sure to also put this into http://newwiki.rubyonrails.org/

]]>