
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
This Gem enables quick deployment to railscluster.nl hosting. We make some assumptions about your setup, these can be overwritten in your deploy.rb. See section settings below for details.
gem 'railscluster', git: 'https://github.com/nedforce/railscluster'
bundle exec capify .
# Keep after settings
require 'railscluster/capistrano'
Customize any settings. See sections below.
Setup the environment: cap deploy:setup
Deploy: cap deploy
That should be all!
To deploy to RailsCluster only three settings need to be provided, these can be set in your deploy.rb as follows or be provided via prompt during deployment. Settings these settings need to be kept before the require.
set :account, 'account_name'
set :repository, 'https://github.com/your/application.git'
set :branch, 'master'
Further settings have defaults that should be fine in most cases, however you can override/set them as needed. The most important settings you can use:
:hard_restart # Restart by stop-start, defaults to true. Set to false to use a one-by-one restart.
:app_shared_children # Add folder and files to be symlinked into shared beyond the following defauts: tmp/pids, config/database.yml, public/uploads and private/uploads
:dbtype # Postgresql or Mysql, defaults to postgresql.
:scm # Version control used, defaults to git.
:local_precompile # Precompile locally, defaults to false.
:airbrake_enabled # Load airbreak capistrano integration, defaults to false.
FAQs
Unknown package
We found that railscluster demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.