2007-08-24

Ruby on Rails Rake Tutorial

关键字: ruby

http://www.railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial

As a Rails developer you're probably familiar with running "rake" to run your tests or maybe you've used "rake db:migrate" to run your migrations. But do you really understand what's going on under the hood of these Rake tasks? Did you realize that you can write your own tasks or create your own library of useful Rake files?

评论
发表评论

您还没有登录,请登录后发表评论