namespace :vic do
  desc "Bootstrap RAILS_ROOT/config/enviroment.rb"
  task :env do
...

Ruby Repeating functions in rake...

by astropanic, April 10, 2010 15:04, 4 refactorings, tagged with rails, rake

How I can remove the duplic...

A391f932c5bb61131c99f8543a07f697 Talk
def render_page_sitemap(scope, sitemapname,statics, machines, lang)
...

Ruby Speeding up Sitemap generation

by tiekuhn, February 14, 2010 16:35, 3 refactorings, tagged with rails, speed, rake, sitemap

Hi,

I'm looking for a wa...

175ab087b0647367da3d370fbf5bc024 Talk
namespace :deploy do
  
  require 'net/ssh'
...

Ruby Git deployment rake task

by mdub, December 15, 2009 22:56, 4 refactorings, tagged with rake, git, ssh, deployment, bundler

Simple and FAST frameworkle...

494d68f967700bab431fd7ab45ec85a2 Talk
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...

000f45b685d4d6ff1a171676512c382e Talk
desc "Load files from upload directory"
task :load_galleries => :environment do
  dir = ENV["UPLOAD_DIR"]
...

Ruby Rake task to load photos fr...

by ehayes.myopenid.com, May 19, 2009 05:29, 6 refactorings, tagged with rails, rake, background job

I'm using the following Rak...

12d36dd93362054c38e8cb7e71f58802 Talk