Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Initiate is the base Rails application used at Infinum. It's a fork of Suspenders by Thoughtbot. Thnx Thoughtbot!
First install the initiate gem:
gem install initiate
Then run:
initiate projectname
This will create a Rails app in projectname
using the latest version of Rails.
To see the latest and greatest gems, look at Initiate' Gemfile, which will be appended to the default generated projectname/Gemfile.
It includes application gems like:
page_title
and body_class
view
helpersAnd development gems like:
And testing gems like:
Initiate also comes with:
./bin/setup
][setup] convention for new developer setupRack::Deflater
to [compress responses with Gzip][compress]SECRET_KEY_BASE
environment variable in all
environmentsInitiate uses spring by default.
It makes Rails applications load faster, but it might introduce confusing issues
around stale code not being refreshed.
If you think your application is running old code, run spring stop
.
And if you'd rather not use spring, add DISABLE_SPRING=1
to your login file.
Initiate requires the latest version of Ruby.
Some gems included in Initiate have native extensions. You should have GCC installed on your machine before generating an app with Initiate.
Use OS X GCC Installer for Snow Leopard (OS X 10.6).
Use Command Line Tools for XCode for Lion (OS X 10.7) or Mountain Lion (OS X 10.8).
We use Capybara Webkit for full-stack JavaScript integration testing. It requires QT. Instructions for installing QT are here.
PostgreSQL needs to be installed and running for the db:create
rake task.
If you have problems, please create a GitHub Issue.
See CONTRIBUTING.md.
Thank you, contributors!
Initiate is Copyright © 2015 Infinum. It is free software, and may be redistributed under the terms specified in the LICENSE file.
FAQs
Unknown package
We found that initiate 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.