Displaying 20 results from an estimated 10000 matches similar to: "Rdoc mode for Emacs"
2006 Feb 26
0
rdoc-mode for emacs
I''ve whipped together this Emacs mode for editing rdoc files. It''s
based off of generic-mode. I''ve set it to be active when you open
README_FOR_APP or any .rdoc file.
Share and enjoy.
Jim
--
Jim Menard, jim@io.com, jim.menard@gmail.com
http://www.io.com/~jimm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rdoc-mode.el
Type:
2006 Jul 12
2
YART (Yet Another Rails Talk)
This morning I gave a talk on Rails to the NYC CTO Club. The slides
for are online at
http://www.io.com/~jimm/writing/rails_ctoclub/s5/index.html. Hover
over the bottom right corner of the window to see the navigation
controls, including the one that brings up the notes. Printing the
slides works really well; the presentation includes CSS that formats
the whole thing for print output.
The main
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
Railers,
I''m trying to figure out why invocations to my Web service URLs work
with Rails 1.1.2 but fail both with Rails 1.1.4 (and 1.1.5) and when I
apply the new 1.1.2 security patch to Rails 1.1.2.
It looks like they are failing with SOAP clients but succeeding with
XML-RPC clients.
The URL that used to work is of the form
http://localhost:3000/my_controller/ServiceName/api. When I
2005 Jan 21
2
collection_select
I''m trying to use collection_select, but it''s not working as I expect. The
list populates correctly but the current value is not selected.
@question contains a topic (via topic_id), and @topics is the list of all
topics. Here''s my attempt to create a drop-down list of the topics.
form("question") do | form |
form << content_tag("b",
2006 Feb 23
1
PostgreSQL CASCADE not copied to test db
When the unit test harness creates a test database from the
development database, the ON DELETE CASCADE constraints I have on my
foreign keys are not copied into the test database. (I can tell by
looking at db/development_structure.sql.)
That means the fixtures can''t load/unload from the test database
properly. In other words, all my tests fail with the same error
message:
2006 Feb 15
6
Problem creating appdoc documentation
Hello, can anyone help me.
After a few weeks I returned to the rails to play with it. But I
recognize that I''m now not abble to build appdoc. The same thing that
few weeks ago worked without an problem now give me an error:
unrecognized option `--line-numbers --inline-source''
$ rake --trace --verbose reappdoc
(in /home/radek/src/firma/giga-net/ncc/work)
** Invoke reappdoc
2006 Jun 07
0
revised rake doc:app executes twice
I''m trying to create a new rake task that will generate slightly customized RDoc
documentation for my Rails app. So I''ve created a new task (shown below) in
lib/tasks/doc.rake. It generates documentation OK, but it executes the task
twice every time I ''rake doc:custom''.
namespace :doc do
desc "Generate customized documentation for this application"
2005 Dec 20
0
Patch lovin'' for #2018? ("rake appdoc fails on Windows systems")
Gurus (Guri? heh),
We got burned today by #2018 ("rake appdoc fails on Windows systems"),
and did a bunch of ferreting around (starting at the problems in
rdoc,rake,rdoc.bat) and ultimately came back to the conclusion that the
cleanest way to fix the problem is just a variation on a suggestion
already posted in that ticket.
I wrote up a patch against trunk from the suggestion there and
2006 Feb 24
2
raking my brain to fix this
I am ''raking'' my brain to fix this problem - I have searched, googled,
looked through rake documentation, wiki.rubyonrails and I can''t fix...
This works
$ rake plugindoc
(in /home/craig/ruby-db/th-db)
rdoc -o doc/plugins/ez_where --title ''Ez Where Plugin Documentation'' --
line-numbers --inline-source -T html
2006 Feb 23
3
rake error
I installed at least one gem since I thought I actually once was able to
run ''rake appdoc'' command since there is an api for my models and the
ez_where plugin that I installed earlier. I wanted to see the api for
pdf-writer which is the gem that I installed most recently.
(no, I haven''t given up the issue of ''looping'' that Kevin and some
others replied
2007 Apr 06
0
rdoc error
I am getting this error when I run ruby doc with following command
rdoc -a -F -f html -S -N -o doc1
...........authenticated_test_helper.rb: m.
RDoc failure in
vendor/plugins/acts_as_authenticated/generators/authenticated/te
mplates/authenticated_test_helper.rb at or around line 113 column 4
Before reporting this, could you check that the file
you''re documenting compiles cleanly--RDoc
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
2009 Mar 21
0
Problem running Rdoc from Rake in Rails 2.3
People,
I''m getting an error from Rake I''d like to debug. Here is a
screendump:
Fri Mar 20 23:28 /b/tmp/myfc23 maco$ rake doc:plugins:rspec
(in /b/tmp/myfc23)
rdoc -o doc/plugins/rspec --title ''Rspec Plugin Documentation'' --line-
numbers --inline-source --charset utf-8 -T html vendor/plugins/rspec/
lib/autotest/discover.rb
major-snip
95% [107/112]
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 Mar 17
0
Unable to find rdoc for mepis.
I''ve just setup mepis. It comes with 1.8.4. I though it would be easy to
install Rails on it. So, I downloaded the ruby gems. But when I try to
install it using ruby setup.rb. It cannot find Rdoc. I''ve tried apt-get
install rdoc. This gives an ''rdoc not found in repository'' I''m now to
Debian, and could us some help. Where can I get a copy of Rdoc?
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.
2008 Dec 04
5
ubiquity-rdoc, better rdoc searching
Hi everyone,
I wrote a set of Mozilla Ubiquity commands that allow the user to
search on rdocs, also featuring autocomplete, load of any rdoc hosted
on the web and changing the default rdoc when searching.
The project is hosted here: http://projects.talleye.com/ubiquity-rdoc
and GitHub.
Please, let me know any bug, suggestion, etc
Luis Cipriani
WebCo Internet
brasigo.com.br
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
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/.