
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Create Rails apps quickly. So far the number of recipes we have is somewhat limited, but it will grow very soon, and very fast.
fast_track is a tool for building Rails apps, so you don't need to add it to your Gemfile. Just install it as you would any other gem:
gem install fast_track
Here's some examples of what fast_track can do so far. Note that this is actually a rather limited set of things compared to what it will be actually capable of.
track --app cool_site --tracks devise,cancan,rolify
./bin/track --app cool_site --tracks devise_with_views,cancan,rolify
./bin/track --app cool_site --tracks twitter_bootstrap,devise_with_view,cancan,rolify
In all the projects I've seen, most functionality is implemented in procedural scripts. They are not objects.
In fast_track
, all objects inherit from Track
. Procedural is fine for quick scripts, but not for robust tools.
The roadmap includes
DeviseOmniauth
track would inherit from the Devise
track).Slop
to use delimit Arrays with spaces, or use a different option parser. Not a fan of the commas as shown above.Copyright (c) 2013 EncomLabs. See LICENSE.txt for further details.
FAQs
Unknown package
We found that fast_track 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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.