Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
= Bamboo Rails
This Rails gem/plugin just contains a couple of tasks that make life easier when dealing with the Atlassian Bamboo Continuous Integration Server. All it does is to create a rake task, +bamboo+, which will run your full test suite (be it Cucumber, RSpec or Test::Unit) and use the +ci_reporter+ gem to format the results in a manner that Bamboo will happily consume.
== Installation
== As a Plugin
If you're installing as a plugin with a recent version of Rails, it's totally straightforward:
script/plugin install git://github.com/rubaidh/bamboo_rails.git
=== Gem installation
If you want to install it as a gem, that should be straightforward, too, but there's an extra couple of steps. First of all configure Rails to load it in +config/environment.rb+:
config.gem "bamboo_rails", :lib => false
Then make sure the gem is installed:
sudo rake gems:install
(skipping sudo
if that's not your thing). Finally, you'll have to create a
Rakefile which requires the bamboo task. Create the file
+lib/tasks/bamboo.rake+ in your project with the following content:
require 'bamboo_rails/rake/task'
== Example
It's not rocket science: :-)
rake bamboo
Copyright (c) 2009 Rubaidh Ltd, released under the MIT license
FAQs
Unknown package
We found that bamboo_rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.