[Nitro] Install your own Nitro dev-branch gems!
Matthew B Gardner
weather at speakeasy.net
Fri Dec 7 14:10:16 EST 2007
That installed them (had to install RedCloth too though, or else raw failed).
Like the other user, I had to add exec permissions for nitro as well. I am
encountering a problem, though -- trying to run the TodoList from the
tutorial:
app.rb:3:in `require': no such file to load -- nitro_and_og (LoadError)
from app.rb:3
All the packages installed successfully, but maybe there's something else I
need to do?
Thanks again for your help,
Matt
On Friday 07 December 2007 04:46, Arne Brasseur wrote:
> Check glue/glue.gemspec. It probably still contains a line like this:
>
> s.add_dependency("facets", "= 1.8.54")
>
> The patch should have removed this but perhaps something went wrong. The
> patch file is intended for use with darcs, I'm not sure it will work
> with GNU patch. The correct way of applying the patch (on a clean repo)
> is this:
>
> cd repo.nitroproject.org
> darcs apply ab_200711207_fix_the_gemspecs.patch
>
> After that rebuild the gems (rake dist:all) and try again.
>
> The problem you're seeing is that glue fails to install because of a
> missing dependency (facets 1.8), and since the rest depends on glue they
> also fail.
>
> I hope this helps. Let us know if you encounter more obstacles.
>
> (ab)
More information about the Nitro-general
mailing list