[ANN] 1.1.3 available

On 6/28/06, John T. [email protected] wrote:

I got the same Gem error when trying to update Rails (after updating
RubyGems). Nuking the source_cache file forced a “bulk update” and
it’s updating along right now.

jt

Now I’m getting other messages while updating Rails - I didn’t get
this on another system I updated:

Installing ri documentation for actionpack-1.12.2…
While generating documentation for actionpack-1.12.2
… MESSAGE: Unhandled special: Special: type=17, text=“SimpleXML”
… RDOC args: --ri --op
/usr/local/lib/ruby/gems/1.8/doc/actionpack-1.12.2/ri --quiet lib
(continuing with the rest of the installation)

Installing ri documentation for actionwebservice-1.1.3…
While generating documentation for actionwebservice-1.1.3
… MESSAGE: Unhandled special: Special: type=17, text=“Action”
… RDOC args: --ri --op
/usr/local/lib/ruby/gems/1.8/doc/actionwebservice-1.1.3/ri --quiet lib
(continuing with the rest of the installation)

Maybe it’s time to remove and reinstall…

John T. wrote:

On 6/28/06, John T. [email protected] wrote:

I got the same Gem error when trying to update Rails (after updating
RubyGems). Nuking the source_cache file forced a “bulk update” and
it’s updating along right now.

jt

Now I’m getting other messages while updating Rails - I didn’t get
this on another system I updated:

Installing ri documentation for actionpack-1.12.2…
While generating documentation for actionpack-1.12.2
… MESSAGE: Unhandled special: Special: type=17, text=“SimpleXML”
… RDOC args: --ri --op
/usr/local/lib/ruby/gems/1.8/doc/actionpack-1.12.2/ri --quiet lib
(continuing with the rest of the installation)

Installing ri documentation for actionwebservice-1.1.3…
While generating documentation for actionwebservice-1.1.3
… MESSAGE: Unhandled special: Special: type=17, text=“Action”
… RDOC args: --ri --op
/usr/local/lib/ruby/gems/1.8/doc/actionwebservice-1.1.3/ri --quiet lib
(continuing with the rest of the installation)

Maybe it’s time to remove and reinstall…

Ack! Never seen that one before - sorry. Good luck.

WG

On 6/28/06, Wes G. [email protected] wrote:

Ack! Never seen that one before - sorry. Good luck.

WG

I’m feelin’ the love :slight_smile:

I just did a gem uninstall rails, followed by a gem install rails
–include-dependencies, and it installed without an error. Hopefully,
everything is A-OK…

jt

John T. wrote:

On 6/28/06, Wes G. [email protected] wrote:

Ack! Never seen that one before - sorry. Good luck.

WG

I’m feelin’ the love :slight_smile:

I just did a gem uninstall rails, followed by a gem install rails
–include-dependencies, and it installed without an error. Hopefully,
everything is A-OK…

jt

Love that RubyGems and Rails update 1-2 punch :slight_smile: LOL.

Glad to hear it worked out…

WG

On 6/28/06, Wes G. [email protected] wrote:

Love that RubyGems and Rails update 1-2 punch :slight_smile: LOL.

Glad to hear it worked out…

WG

Hm. Just tried updating on another system. I got the same RDOC errors.
So I uninstalled rails again. This time I checked and it didn’t remove
the action* and active* files in the /usr/local/lib/ruby/gems/1.8/doc
directory. So I removed them too, in hopes of them being rebuilt.

I then did a gem install rails --include-dependencies. Rails was
installed (much faster than the update ran), but the items are not in
the doc directory!

How do I get back up to date??

thanks,

jt