[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help with running tests for rails using gems



On 06/03/2013 12:17 PM, Christian Hofstaedtler wrote:
Hey everybody,

The team repository has updated packages for:
   ruby-mail
   ruby-journey
   ruby-rack
   ruby-i18n

It also carries patches to:
   ruby-actionpack-3.2
   ruby-activesupport-3.2
   ruby-activemodel-3.2

If you could give these a try (by building from the repo), that'd be
great.

FWIW:
rails new testapp
[..]
Your bundle is complete!

Can somebody help me connect the dots? I'd like to understand the overall workflow to the point where I can be self sufficient without asking all of these questions.

$ cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian unstable main

$ sudo apt-get update; sudo apt-get dist-upgrade
[sudo] password for rubys:
Get:1 http://ftp.us.debian.org unstable InRelease [205 kB]
Hit http://ftp.us.debian.org unstable/main amd64 Packages/DiffIndex
Hit http://ftp.us.debian.org unstable/main Translation-en/DiffIndex
Fetched 205 kB in 1s (126 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$ rails new foobar
      create
[...]
         run  bundle install --local
Resolving dependencies...
Could not find gem 'i18n (= 0.6.1) ruby', which is required by gem 'rails (=3.2.13) ruby', in any of the sources.

Looking for other 'repositories' I came across:

http://wiki.debian.org/Teams/Ruby/Packaging#Obtaining_the_master_repository

But that one doesn't appear to have been updated today:

http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/.git;a=summary

   C.

- Sam Ruby


Reply to: