← Back to team overview

ubuntu-on-rails team mailing list archive

[Bug 1014324] Re: Unable to install GEdit Gmate plugin

 

To install latest Ruby 1.9.3, Bundler and Rails:

sudo apt-get install ruby1.9.1 ruby1.9.1-dev libruby1.9.1 build-essential libxml2-dev libxslt1-dev
sudo gem1.9.1 install bundler --no-user-install --bindir /usr/bin
sudo gem1.9.1 install rails --no-user-install --bindir /usr/bin

Next I create Rails project:

rails new new_app

And install Bundler’s gem in project dir:

bundle install --path=.bundle

-- 
You received this bug notification because you are a member of Ubuntu on
Rails Team, which is the registrant for ubuntu-on-rails.
https://bugs.launchpad.net/bugs/1014324

Title:
  Unable to install GEdit Gmate plugin

Status in Ubuntu on Rails:
  Invalid

Bug description:
  I am not able to install as mentioned in the code. Kindly help

  $ sudo add-apt-repository ppa:ubuntu-on-rails/ppa
  You are about to add the following PPA to your system:
  Useful stuff for ruby and rails developers

  Please, report bugs to: https://bugs.launchpad.net/ubuntu-on-rails
  More info: https://launchpad.net/~ubuntu-on-rails/+archive/ppa
  Press [ENTER] to continue or ctrl-c to cancel adding it

  Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.kue7ea0wGm --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 87530430F0F11D318C5C657CB6C6326781C0BE11
  gpg: requesting key 81C0BE11 from hkp server keyserver.ubuntu.com
  gpg: key 81C0BE11: "Launchpad All you need for Ruby/Rails development on Ubuntu" not changed
  gpg: Total number processed: 1
  gpg: unchanged: 1
  rohit@rohit-Aspire-4720Z:~$ sudo add-apt-repository ppa:ubuntu-on-rails/ppa
  You are about to add the following PPA to your system:
  Useful stuff for ruby and rails developers

  Please, report bugs to: https://bugs.launchpad.net/ubuntu-on-rails
  More info: https://launchpad.net/~ubuntu-on-rails/+archive/ppa
  Press [ENTER] to continue or ctrl-c to cancel adding it

  Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.t7G4a00198 --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 87530430F0F11D318C5C657CB6C6326781C0BE11
  gpg: requesting key 81C0BE11 from hkp server keyserver.ubuntu.com
  gpg: key 81C0BE11: "Launchpad All you need for Ruby/Rails development on Ubuntu" not changed
  gpg: Total number processed: 1
  gpg: unchanged: 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-on-rails/+bug/1014324/+subscriptions


References