Nope. Sorry. I take that back.
Adding it to moonshine.yml does NOT override the existing apt_gems.yml
entry. darn.
We tried :rmagick: and rmagick: (symbol & string).
Two options:
1. Replace the rmagick entry in the plugin's apt_gems.yml with those
entries.
2. Comment out the rmagick entry in the plugin's apt_gems.yml (and add
the new ones to moonshine.yml).
--matt
On Aug 27, 10:14 am, Matt S <
ma...@possiamo.com> wrote:
> If you are using jaunty (9.04), add this to your moonshine.yml,
> :apt_gems:
> :rmagick:
> - imagemagick
> - libmagickcore-dev
> - libmagickwand-dev
>
> On Aug 21, 9:07 am, Matt S <
ma...@possiamo.com> wrote:
>
>
>
> > We also seem to be getting more help from the error messages. We keep
> > asking ourselves if they have changed, but we are pretty sure it is
> > just us. Becoming more familiar with what to pay attention to and
> > what to filter out.
>
> > On Aug 20, 5:40 pm, Matt S <
ma...@possiamo.com> wrote:
>
> > > We were able to getrmagickto work on jaunty, with appropriate
> > > entries for apt_gems. I'll post our working files soon.
>
> > > I believe our problem was that we did not have the appropriatermagick
> > > gem version to match the imagemagick libraries on intrepid. It's just
> > > a guess, but I think we have eliminated everything else. Do you know
> > > what version(s) of thermagickgem works?
>
> > > --Matt
>
> > > On Aug 20, 3:26 pm, Jesse Newland <
je...@railsmachine.com> wrote:
>
> > > > Matt -
>
> > > > This is particularly strange. I don't have time to dig into this right
> > > > now, but I'll see what I can do this evening or tomorrow!
>
> > > > On Aug 20, 3:24 pm, Matt S <
ma...@possiamo.com> wrote:
>
> > > > > So... using nokogiri, we have confirmed that the "system" dependencies
> > > > > (listed in apt_gems.yml) are automatically installed when a gem is
> > > > > listed in the gems.yml.
>
> > > > > To install a gem with system library dependencies:
> > > > > 1. add the config.gem statement.
> > > > > 2. `rake moonshine:gems` to update gems.yml
> > > > > 3. Ensure the gem is supported in apt_gems.yml (docs indicate that an
> > > > > 'apt_gems' entry in moonshine.yml will work, we haven't confirmed this
> > > > > yet.)
> > > > > 3. commit.
> > > > > 4. `cap deploy`
>
> > > > > But... there is a problem withrmagick.
>
> > > > > On Aug 20, 3:15 pm, Matt S <
ma...@possiamo.com> wrote:
>
> > > > > > We tested the "system" dependencies functionality by requiring various
> > > > > > gems.
> > > > > > thoughtbot-paperclip: failed. It depends onrmagickgem.
> > > > > > nokogiri. Worked.
>
> > > > > > We are proceeding under the assumption thatrmagicklib dependencies
> > > > > > did not match thermagickgem version. We could not find any
> > > > > > information that stipulated what imagemagick versions work with what
> > > > > >rmagickversions. We are moving back to jaunty, since we know what
> > > > > > > > We have a config.gem entry forrmagickin our environment.rb file (see