Dusty dependencies
Forum » General / General discussion » Dusty dependencies
Started by: Anonymous (201.213.171.x)
On: 1221109192|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
Summary:
rcov, actionwebservice which depends on actionpack 1.13.6 and activerecord 1.15.6. seems a little old.
Dusty dependencies
Anonymous (201.213.171.x) 1221109192|%e %b %Y, %H:%M %Z|agohover

Hello, I'd like to implement this rather easily escalable blog as a multimedia one for musicians. The first issues I encountered was the old dependencies it has.

Why does it need rcov, which needs actionwebservice, which asks for specific old versions of actionpack and activerecord? How could I avoid it?

Thank you;

Eugenio.

unfold Dusty dependencies by Anonymous (201.213.171.x), 1221109192|%e %b %Y, %H:%M %Z|agohover
Re: Dusty dependencies
JW_00000JW_00000 1221240633|%e %b %Y, %H:%M %Z|agohover

Hi Eugenio,

rcov isn't really required, the only thing it's used for is to check the test coverage, but since that's only of interest to someone actually writing tests, you won't need it.

Oh, and, I'd also like to warn you, Chameleon is not being very actively maintained anymore. As you may have seen, the latest release is already quite old, Chameleon still uses an old Ruby on Rails version, not all desired features have been implemented… I personally would be glad to help you with any problems you would encounter while trying to set up a blog using Chameleon, but I most likely won't be making any changes to the Chameleon code anymore. Of course, you can still make changes yourself, and I'd be glad to include them in the code.

Greetings,
JW

unfold Re: Dusty dependencies by JW_00000JW_00000, 1221240633|%e %b %Y, %H:%M %Z|agohover
New post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.