[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rails install question

Robert H

12/29/2006 4:27:00 PM

I get this and I am wondering if it "hurts" anything:

While generating documentation for activesupport-1.3.1
.... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
.... RDOC args: --ri --op
/opt/local/lib/ruby/gems/1.8/doc/activesupport-1.3.1/ri --quiet lib
(continuing with the rest of the installation)
Installing ri documentation for activerecord-1.14.4...
Installing ri documentation for actionpack-1.12.5...
While generating documentation for actionpack-1.12.5
.... MESSAGE: Unhandled special: Special: type=17, text="<!-- The
header part of this layout -->"
.... RDOC args: --ri --op
/opt/local/lib/ruby/gems/1.8/doc/actionpack-1.12.5/ri --quiet lib
(continuing with the rest of the installation)


Robert

6 Answers

Mat Schaffer

12/29/2006 4:49:00 PM

0


On Dec 29, 2006, at 11:30 AM, Robert Hicks wrote:

> I get this and I am wondering if it "hurts" anything:
>
> While generating documentation for activesupport-1.3.1
> ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
> ... RDOC args: --ri --op
> /opt/local/lib/ruby/gems/1.8/doc/activesupport-1.3.1/ri --quiet lib
> (continuing with the rest of the installation)
> Installing ri documentation for activerecord-1.14.4...
> Installing ri documentation for actionpack-1.12.5...
> While generating documentation for actionpack-1.12.5
> ... MESSAGE: Unhandled special: Special: type=17, text="<!-- The
> header part of this layout -->"
> ... RDOC args: --ri --op
> /opt/local/lib/ruby/gems/1.8/doc/actionpack-1.12.5/ri --quiet lib
> (continuing with the rest of the installation)


I've seen that before. It shouldn't cause problems. I think there
are just some tags in the docs that rdoc isn't handling. Not sure why.

But for future reference these questions are better placed on the
rails mailing list.
( http://lists.rubyonrails.org/mailman/list... )
-Mat


Robert H

12/29/2006 4:52:00 PM

0


Mat Schaffer wrote:
> On Dec 29, 2006, at 11:30 AM, Robert Hicks wrote:
>
> > I get this and I am wondering if it "hurts" anything:
> >
> > While generating documentation for activesupport-1.3.1
> > ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
> > ... RDOC args: --ri --op
> > /opt/local/lib/ruby/gems/1.8/doc/activesupport-1.3.1/ri --quiet lib
> > (continuing with the rest of the installation)
> > Installing ri documentation for activerecord-1.14.4...
> > Installing ri documentation for actionpack-1.12.5...
> > While generating documentation for actionpack-1.12.5
> > ... MESSAGE: Unhandled special: Special: type=17, text="<!-- The
> > header part of this layout -->"
> > ... RDOC args: --ri --op
> > /opt/local/lib/ruby/gems/1.8/doc/actionpack-1.12.5/ri --quiet lib
> > (continuing with the rest of the installation)
>
>
> I've seen that before. It shouldn't cause problems. I think there
> are just some tags in the docs that rdoc isn't handling. Not sure why.
>
> But for future reference these questions are better placed on the
> rails mailing list.
> ( http://lists.rubyonrails.org/mailman/list... )
> -Mat

Thanks a bunch.

Robert

Rob Muhlestein

12/29/2006 4:57:00 PM

0


> But for future reference these questions are better placed on the rails
> mailing list.
> ( http://lists.rubyonrails.org/mailman/list... ) -Mat

Does anyone know of a good way to get a'hold of those guys. Looks like
they filled their disk on their mailman subscription server. Got the
following trying to subscribe:

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of
this page to the webmaster for this site with a description of what
happened. Thanks! Traceback:

Traceback (most recent call last):
File "/usr/local/mailman/scripts/driver", line 87, in run_main
main()
File "/usr/local/mailman/Mailman/Cgi/subscribe.py", line 91, in main
mlist.Lock()
File "/usr/local/mailman/Mailman/MailList.py", line 159, in Lock
self.__lock.lock(timeout)
File "/usr/local/mailman/Mailman/LockFile.py", line 243, in lock
self.__write()
File "/usr/local/mailman/Mailman/LockFile.py", line 422, in __write
fp = open(self.__tmpfname, 'w')
IOError: [Errno 28] No space left on device:
'/usr/local/mailman/locks/rails.lock.wrath.rubyonrails.com.93739.0'

--
Rob Muhlestein
http://rob.muhl...

Mat Schaffer

12/30/2006 5:01:00 AM

0


On Dec 29, 2006, at 12:00 PM, Rob Muhlestein wrote:

>
>> But for future reference these questions are better placed on the
>> rails
>> mailing list.
>> ( http://lists.rubyonrails.org/mailman/list... ) -Mat
>
> Does anyone know of a good way to get a'hold of those guys. Looks like
> they filled their disk on their mailman subscription server. Got the
> following trying to subscribe:
>
> Bug in Mailman version 2.1.5
>
> We're sorry, we hit a bug!
>
> If you would like to help us identify the problem, please email a
> copy of
> this page to the webmaster for this site with a description of what
> happened. Thanks! Traceback:
>
> Traceback (most recent call last):
> File "/usr/local/mailman/scripts/driver", line 87, in run_main
> main()
> File "/usr/local/mailman/Mailman/Cgi/subscribe.py", line 91, in main
> mlist.Lock()
> File "/usr/local/mailman/Mailman/MailList.py", line 159, in Lock
> self.__lock.lock(timeout)
> File "/usr/local/mailman/Mailman/LockFile.py", line 243, in lock
> self.__write()
> File "/usr/local/mailman/Mailman/LockFile.py", line 422, in __write
> fp = open(self.__tmpfname, 'w')
> IOError: [Errno 28] No space left on device:
> '/usr/local/mailman/locks/rails.lock.wrath.rubyonrails.com.93739.0'


Looks like rails-owner@lists.rubyonrails.org should do it.
-Mat

matt

12/30/2006 6:17:00 AM

0


The Rails list is also a group at
http://groups....

I think this is the direct link into the group to subscribe, etc
http://groups..../group/rubyonrails-talk?hl=en



Matt


On Sat, 2006-12-30 at 14:00 +0900, Mat Schaffer wrote:
> e to help us identify the problem, please email a
> > copy of


Rob Sanheim

12/30/2006 6:47:00 AM

0

On 12/30/06, matt <matt@kettlewell.net> wrote:
>
> The Rails list is also a group at
> http://groups....
>
> I think this is the direct link into the group to subscribe, etc
> http://groups..../group/rubyonrails-talk?hl=en
>
>
>
> Matt


Matts right, they moved the rails list off of mailman and its now only
on google groups (and various web gateways, of course).

- Rob