Sha256: 5f7a0320a8e696b6c794ce78f75099ed248ef9ea889546d39b18a3ea60c3b989

Contents?: true

Size: 252 Bytes

Versions: 25

Compression:

Stored size: 252 Bytes

Contents

namespace :sphinx do
  desc "Sphinx rebuild"
  task :rebuild, :roles => :sphinx, :on_no_matching_servers => :continue, :except => { :no_release => true }  do
    run("cd #{current_path} && bundle exec rake ts:rebuild RAILS_ENV=#{rails_env}")
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
capistrano_evrone_recipes-0.1.21 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_rails_recipes-0.1.23 lib/capistrano_rails_recipes/recipes/sphinx.rb
capistrano_rails_recipes-0.1.22 lib/capistrano_rails_recipes/recipes/sphinx.rb
capistrano_rails_recipes-0.1.21 lib/capistrano_rails_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.20 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.19 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.18 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.17 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.16 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.15 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.14 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.13 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.12 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.11 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.10 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.9 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.8 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.7 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.6 lib/capistrano_evrone_recipes/recipes/sphinx.rb
capistrano_evrone_recipes-0.1.5 lib/capistrano_evrone_recipes/recipes/sphinx.rb