ruby rake

Posted on April 21, 2008. Filed under: Uncategorized |

ruby is make like utility.Make utility makes a install with all the options and config you want .Rake is similar to Make

within a rails application go to that directory ask the rake to tell about itself

rake -T

rake rails:freeze:gems

rake doc:rails : will install the rdoc for the rails –> the activerecord#find etc…in the html format in the doc folder

rdoc *.rb *.c -o I:\sites\music_library\doc would generate the ruby style documentation in html for all the .rb files and .c files and output to the -o directory mentioned.

gem install “rspec”

ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails

ruby script/generate rspec

rake spec

Make a Comment

Make a Comment: ( None so far )

blockquote and a tags work here.

  •  

    April 2008
    M T W T F S S
    « Mar   Jun »
     123456
    78910111213
    14151617181920
    21222324252627
    282930  
  • My Fav

Liked it here?
Why not try sites on the blogroll...