similar to: rake doc:app and /lib

Displaying 20 results from an estimated 100000 matches similar to: "rake doc:app and /lib"

2006 Apr 18
0
extend doc:app rake task to Include lib/*?
I''ve never really done much with rake and I''m trying to figure out how to add some options to the doc:app task. For instance I''d like to include documentation for files in the lib directory. I can''t seem to figure out the proper way to do it short of changing the lib/tasks/documentation.rake in the rails distribution. After poking around in the rails tasks, I
2006 Jun 23
0
Rake doc:app not including lib directory
Hi all, I have found a couple of posts about this issue, but no clear answer... I noticed that the rake task doc:app doesn''t include ruby files in the lib directory. How to change that? I have found the documentation.rake file in the rails gem, but thought there must be a better way than just hacking that file to include the lib dir. Also, I see you can add rake files to
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"
2008 Jan 31
1
never have been able to run rake doc:app
Perhaps it''s just a Fedora thing but it would be nice to generate my application''s API $ rake doc:app --trace (in /home/storage/users/craig/svn/th-db/branches/phase5) ** Invoke doc:app (first_time) ** Invoke doc/app/index.html (first_time) rake aborted! Don''t know how to build task ''doc/README_FOR_APP''
2006 Mar 15
1
rake + http proxy
is there a way to use > rake freeze_edge over a http proxy (in windows) ?
2006 May 06
4
rake doc:rails fails
Hi there, Running doc:rails and doc:rerails on a fresh rails directory after running ''rake freeze_gems'' fail with the following error: > Don''t know how to build task ''vendor/rails/activesupport/README'' Should it work? That file doesn''t seem to exist. If that''s not the sequence for generating the api documentation, what
2006 Mar 31
1
rake doc:rails fails with edge rails
Hi, I''m sure I''m doing something stupid, but I can''t figure this one out. I want the edge rails docs (I''m using svn:externals for vendor/rails to get edge rails). Running ruby 1.8.4, and edge rails. Tried on linux and OS X. ''rake doc:app'' and ''rake doc:plugins'' works fine, but when I run ''rake
2006 May 28
0
rake errors - not as helpful as they could be
hi list - i recently attempted to run rake for a first pass at some tests and ran into a mysterious failure. rake indicated that it had aborted running the tests but provided little information on exactly why this occurred. the only bit of information it did offer was that i could use --trace for a full trace. of course i did that hoping it would provide more detail, but it didn''t help a
2006 Apr 12
2
Rake not finding lib/tasks folder?
Hi all, I''m attempting to set up a new Rails app using Typo. I''ve downloaded the Typo 2.6.0 edition which includes Rails 1.0 and it works fine. I''ve set up version control with SVN and checked out a new working copy. I''ve run Capistrano -A on the application and it''s set up my deploy.rb and lib/tasks/capistrano.rake. Rake doesn''t seem
2008 Dec 23
3
rake doc:guides error
I have Rails 2.2.2 installed and get the following message when I try to generate the rails guides: Family-iMac:expences Dad$ rake doc:guides (in /Users/Dad/Documents/Rails/Apps/expences) rake aborted! Don''t know how to build task ''doc:guides'' (See full trace by running task with --trace) Family-iMac:expences Dad$ rake doc:guides --trace (in
2006 May 05
6
rake rails:update
This question has been asked before, but I am still can''t run rake rails:update. I get rake aborted! Don''t know how to build task ''rails:update'' My environment: FC4, Ruby 1.8.4, Rails 1.1 Any idea what to do? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jul 25
7
Problem running rake db:migrate
I''m having a great deal of trouble getting rake to run migrations on our staging server. Everything works fine on my dev box, but trying to run the following on staging results in errors. ----- > rake db:migrate (in /var/www/apps/acadtech2/app) rake aborted! Don''t know how to build task ''db:migrate'' (See full trace by running task with --trace) ---- The
2006 Mar 08
2
Rake error after installing Capistrano
After I uninstalled SwitchTower and installed Capistrano, I tried run rake --tasks and got the error message below: rake aborted! undefined method `namespace'' for #<Object:0x28a9258> ./rakefile:10 I''ve run "cap -A ." on my Rails application before running rake --tasks. The same thing happens when I overwrite my copy of deploy.rb. Hmm, what could be going wrong
2006 Jan 06
0
Performance problem w/ Rake on MS SQL 2000 1-GB database
Hello all, I have a legacy 1Gb MS SQL 2000 database in production. A copy of this is my dev db. rake prepare_test_database on this database takes 20+ minutes. Can someone PLEASE tell me if there is a solution to improving the prepare time for this DB ? Thank you thank you thank you in advance! -- ------------------------------ me in you, you in me - the primal empathic mirror in all of us.
2008 Dec 25
2
rake doc:rails -- fails.
rake doc:rails fails with: Don''t know how to build task ''vendor/rails/railties/CHANGELOG'' How to fix? Rails 2.2.2, Rake 0.8.3. Thanks, Ken -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Jul 19
0
Start Jetty in rake?
All: We are going to integrate selenium driven test to our project, it requires to start the jetty server, we prepare a .bat file, and use sh to call it in Rake. then there is a problem, our Rake script blocked in this step, since there is no return value from the start jetty task, and the tasks behind that will never have chance to be processed. Anyone has idea in handling this? --
2006 Apr 10
1
rake throws a lot of warnings
Hi, Running ''rake'' or ''rake ...'' will throw warnings and then will do the tasks. I have attached the output of rake stats 2> /tmp/rake.error.txt I''m running Gentoo with: * dev-lang/ruby Latest version available: 1.8.4-r1 Latest version installed: 1.8.4-r1 Size of downloaded files: 4,417 kB Homepage:
2006 Mar 21
0
is "Task" a reserved class name in Edge Rails? (it clashes with Rake''s Task)
Ok, so I''ll bet that lots of people would naturally have a DB table called "Tasks" and a model called Task, and this works fine in Rails 1.0. BUT, using Edge Rails things turn strange when you start visiting your Task pages because it thinks that you''re trying to use Rake (which also has a Task class). Is there any way around this? -Greg Greg Edwards CTO,
2007 Dec 28
1
Rake routes & console showing one thing, app doing another
OK, I have a routing problem, that seems to be working in the console, and with rake routes but not in the app. I have people that have nested tasks, like so: ------------------------------- # routes.rb map.resources :people do |person| person.resources :phone_notes person.resources :documents person.resources :tasks, :member => {:complete => :put} end map.resources :tasks, :member
2006 Aug 10
1
rake doc:plugins , error
Hi, Im trying to generate the documentation for the plugins I have installed, however when I run the following command, I just get the following error. rake doc:plugins C:\InstantRails\rails_apps\opp>rake doc:plugins (in C:/InstantRails/rails_apps/opp) rdoc -o doc/plugins/acts_as_authenticated --title ''Acts As Authenticated Plugin Documentation'' --line-numbers