[Nitro] Install your own Nitro dev-branch gems!
Arne Brasseur
arne at arnebrasseur.net
Sat Dec 8 00:22:29 EST 2007
Matthew B Gardner schreef:
> 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
>
That usage is deprecated, I'll go through the tutorial myself over the
weekend to update it. Just do
require "nitro"
require "og"
(ab)
> 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)
>>
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
>
>
--
Ein Fuchs muß tun, was ein Fuchs tun muß
arne at arnebrasseur.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/nitro-general/attachments/20071208/6afdbc23/attachment.html
More information about the Nitro-general
mailing list