Displaying 20 results from an estimated 4000 matches similar to: "ubiquity-rdoc, better rdoc searching"
2007 Nov 11
4
Who''s using --format rdoc
I''m doing some housekeeping and just realised that the rdoc formatter
produces gibberish:
http://rspec.rubyforge.org/rdoc/files/EXAMPLES_rd.html
Will anyone protest if I just go ahead and remove it? (I can''t imagine
anyone using it, especially with the much better HTML formatter)
Aslak
2006 Mar 19
1
Finding RDoc templates
Hi all,
I would like to change my RDoc template to something similar to the 
RDocs on this site:
http://caboo.se/doc.html
Does any one know where this template (or similar) or other RDoc 
templates are available?  I tried googling for rdoc templates for a long 
time and came up with nadda.  Thanks in advance.
2006 Feb 02
4
rails-1.0.0 gem rdoc problem
Just got a brand new install of ruby-1.8.4 and new gems downloaded,
specifically rails-1.0.0. Seems rails does not generated rdoc for gem_server.
Looking into the problem, it seems that there is an error when doing ''rake rdoc''
for rails-1.0.0.
% rake rdoc
(in /opt/local/ruby-1.8.4/lib/ruby/gems/1.8/gems/rails-1.0.0)
rm -r doc
unrecognized option `--line-numbers --inline-source
2005 Jun 09
8
RDoc Dashboard Widget
Hi everyone - sorry if this is a bit OT, I''m not subscribed to the
''ruby-talk'' list, but if anyone wants to cross post this over there...
This is just a quick announcement to let people know that I''ve built a
basic RDoc Dashboard widget for Mac OS X Tiger.  It''s still beta-ish,
but seems to work okay for me - and it''s a convenient reference
2005 Dec 23
3
Getting ri to include rdoc for my rails gems
I''ve installed Ruby 1.8.2 and Rails 1.0 on Windows XP and it''s working 
great. However, ri, doesn''t seem to know about any of the rdocs for the 
rails classes. For example if I run "ri --classes" none of the 
ActiveRecord classes are listed. What''s the correct way to get ri to 
include rails classes?
Thanks,
Todd
-- 
Posted via
2006 Jul 17
1
RDoc
Newbie question:
In the Rails documentation it often reads something like
> See the RDoc on ActionController::AutoComplete to learn more about  
> this.
How do I generate/view this documentation? (I''m on Mac OS X)
Thanks in advance
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Aug 10
3
Boot.log Issue
I everybody... i need help to enable boot.log at CentOS 5... i have a old server running for a few months, and sometimes when system boots up, a can see FAIL status, but the screen scrools fast and i cant determine which service can not boot up properly... 
Best Regards
Cleiton Cipriani
2006 Jun 28
5
rails destroys rdoc...again
for many versions of ruby, and as many versions of rails, ive been unable to generate docs without deleting this file: 
lib/rails_generator/generators/components/controller/templates/controller.rb
ruby just chews more and more memory until swap fils up and the system has to be reset..
m gems # rdoc --version
RDoc V1.0.1 - 20041108
 ruby --version
ruby 1.8.5 (2006-06-22) [x86_64-linux]
2007 Feb 28
2
rdoc for Spec::Rails
Hi,
where can i find the rdoc for rspec-rails.
The content of README-FIle of rspec_rails is:
"See Spec::Rails"
But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ 
index.html (it is updated to 0.8.0)
Best
Hussein
2007 May 11
1
[Somewhat OT] Integrating RSpec and RCov results in Gem''s RDoc
I have a Gem on which the testing is done with RSpec.  I would like to 
include the results of RSpec and the RCov html files in the RDoc.
The problem is that when I have RDoc include the files, it winds up 
escaping all the html.  Is there a way to get HTML into RDoc 
unprocessed?  Or is there some other way I can distribute the RSpec/RCov 
results with my Gem integrated with RDoc?  I can include
2006 Jan 27
2
Getting gem rdoc via ri?
Guys,
I''m working with the new RadRails release (0.5.3), which has a very 
nifty inclusion of ri courtesy of RDT.
Problem is, although I''ve generated rdoc for all installed gems with 
"gem rdoc --all", it''s not accessible through ri. I see some posts here 
and there about rimport...is this still the necessary way to incorporate 
the rails rdoc into ri?
2005 Jun 13
1
RDoc Dashboard Widget v1.2
Hi all,
This is just another quick email to let everyone know that I''ve
updated the RDoc Dashboard Widget to fix all the reported bugs and add
most of the requested features.  The changes include:
* Bug fixes for erratic scrolling and ''stuck'' navigation panes
* The ability to have multiple instances of the RDoc widget on your
dashboard
* Bookmarking functionality for
2018 Feb 16
2
Ubiquiti Model UAP-AC-PRO
Mike Burger wrote:
> On 2018-02-16 8:16 am, hw wrote:
>> William Warren wrote:
>>> I would just buy a cloudkey and not have to bother installing the software
>>> onto your machine directly.? If you do not have a power over ethernet
>>> switch you'll need a micro USB cable and power supply adapter to run it but
>>> after that it takes care of running
2018 Feb 17
1
Ubiquiti Model UAP-AC-PRO
Mike Burger wrote:
> On 2018-02-16 9:29 am, hw wrote:
>> Mike Burger wrote:
>>> On 2018-02-16 8:16 am, hw wrote:
>>>> William Warren wrote:
>>>>> I would just buy a cloudkey and not have to bother installing the software
>>>>> onto your machine directly.? If you do not have a power over ethernet
>>>>> switch you'll need
2010 Jun 17
3
RDoc 2.2.0 requirement
Looks like Rails 3 currently depends on RDoc 2.2.0 exactly, even
though the latest version is 2.5.x. Why this specific version?
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com.
To unsubscribe from this group, send email to
2006 Jan 03
5
RDOC and dot on mac
All,
This is probably a bit more of a mac question, but here goes. (Admission: I
posted this to ruby-talk as well....)
I am trying to use rdoc -d to generate class diagrams on a mac running Tiger
(OS X 10.4) for a rails app. I managed to get dot installed, but now am
running into problems with dot looking for libraries that either do not
exist or are apparently in the wrong place. I probably made
2006 Jun 30
1
acts_as_ferret rdoc
The wiki for acts_as_ferret claims that the rdoc is available at 
http://projects.jkraemer.net/acts_as_ferret/rdoc, but that page 404s. Is 
the rdoc up somewhere?
thanks,
ryan
-- 
Posted via http://www.ruby-forum.com/.
2007 Feb 28
1
rdoc for Spec::Rails ?
Hi,
where can i find the rdoc for rspec-rails.
The content of README-FIle of rspec_rails is:
"See Spec::Rails"
But i couldn''t find Spec::Rails on http://rspec.rubyforge.org/rdoc/ 
index.html (it is updated to 0.8.0)
Best
Hussein
2006 Apr 12
1
rails api for dashboard widget like ruby rdoc widgets
hi guys,
has someone here implemented rails api for dashboard widget like ruby 
rdoc widget?
http://www.apple.com/downloads/dashboard/developer/rubyrdocwidget.html
-- 
sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", 
:ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, 
:blog => "
2004 Nov 03
4
rdoc, ri and gems
Hi all,
I''ve been going over the chapters on RDOC and gems lately.  I think we
should probably work on making the code in Win32Utils "rdoc" friendly.
I''ve started doing this with ''win32-ipc'' as an experiment.
This probably means some directory reorganization, because I think gems
looks for extensions in an ''ext'' directory, whereas