This project is archived and is in readonly mode.
rake doc:rails doesn't know how to build taks actionmailer...README
Reported by Sam Ruby | March 7th, 2010 @ 08:05 PM | in 3.0.5
$ rake doc:rails (in
/home/rubys/svn/rails4/Book/util/work/dummy_app) rake aborted!
Don't know how to build task
'vendor/gems/gems/actionmailer-3.0.0.beta1/README'
(See full trace by running task with --trace)
Comments and changes to this ticket
-
Sam Ruby March 7th, 2010 @ 08:10 PM
Symptoms have changed since this ticket was opened. New symptoms:
$ rake doc:rails (in /home/rubys/svn/rails4/Book/util/work/dummy_app) rake aborted!
spec rack-mount-0.6.0 is not from an installed gem
/home/rubys/svn/rails4/Book/util/work/dummy_app/Rakefile:4 (See full trace by running task with --trace) -
Jeremy Kemper March 7th, 2010 @ 08:12 PM
- State changed from new to open
Need to walk the gemspecs and use their rdoc paths rather than checking for frozen gems.
-
Daniel Mavis July 5th, 2010 @ 01:45 AM
- Importance changed from to Low
No problems running
rake doc:rails
on beta4 (ruby 1.9.2-rc1). Some warnings though:(in /Users/mavi/dev/projects/maps) rm -r doc/api invalid options: --line-numbers, --inline-source (invalid options are ignored) Parsing sources... /Users/mavi/.rvm/gems/ruby-1.9.2-rc1/gems/actionpack-3.0.0.beta4/lib/action_view/helpers/tag_helper.rb:18:66: 'attr' ignored - looks like a variable /Users/mavi/.rvm/gems/ruby-1.9.2-rc1/gems/actionpack-3.0.0.beta4/lib/action_view/helpers/tag_helper.rb:18:73: 'attr' ignored - looks like a variable /Users/mavi/.rvm/gems/ruby-1.9.2-rc1/gems/activesupport-3.0.0.beta4/lib/active_support/deprecation/proxy_wrappers.rb:61:15: Expected class name or '<<'. Got RDoc::RubyToken::TkIDENTIFIER: "target" 100% [427/427] ...vm/gems/ruby-1.9.2-rc1/gems/railties-3.0.0.beta4/lib/rails.rb
Edited by Rohit Arondekar for formating.
-
Trotter Cashion August 2nd, 2010 @ 11:25 PM
No problems running rake doc:rails under rc1. Ruby 1.8.7
-
Cesario November 24th, 2010 @ 06:35 PM
rake rdoc
is working just fine with current master. We can safely close that ticket IMHO. -
Rohit Arondekar December 12th, 2010 @ 02:19 AM
Cesario, but does it work on 3.0.3 or the 3-0-stable branch?
-
Piotr Sarnacki December 12th, 2010 @ 05:56 PM
I checked on both 3.0.3 and 3-0-stable and it works fine for me.
-
Rohit Arondekar December 12th, 2010 @ 11:58 PM
- State changed from open to resolved
Feel free to leave a comment if anybody else finds the same issue again, and I'll reopen the ticket.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>