namespace :vic do desc "Bootstrap RAILS_ROOT/config/enviroment.rb" task :env do ...
def render_page_sitemap(scope, sitemapname,statics, machines, lang) ...
Ruby Speeding up Sitemap generation
Hi,
I'm looking for a wa...
namespace :deploy do require 'net/ssh' ...
Ruby Git deployment rake task
Simple and FAST frameworkle...
namespace :static do desc "Generate static pages for home controller" task :generate => :environment do ...
Ruby Get action response
by Paxa,
July 20, 2009 15:41,
1 refactoring, tagged with rails, static, rake, generate, action response
I would like to make this w...
desc "Load files from upload directory" task :load_galleries => :environment do dir = ENV["UPLOAD_DIR"] ...
Ruby Rake task to load photos fr...
I'm using the following Rak...
How I can remove the duplic...