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.
= Rubaidh Generators
Rails ships with its own generators for creating models, controllers and complete scaffolds. RSpec ships with its own take on these generators. We ship with yet another slightly different take on the generators, suited to Rubaidh's tastes.
== Application Generator
The gem ships with a program called +rubaidh_rails+ which generates a Rails application and applies the Rubaidh template to it. In short, this will:
initialize a local Git repository, ignoring the appropriate things and saving the log directory but not its contents;
install RSpec, RSpec's Rails support, Shoulda and object_daddy for testing support;
install and enable GetExceptional for watching errors in production; and
create and migrate all the appropriate databases.
So, for every new application, it'll save us a good hour of boring fiddling. :-)
== Component Generators
We currently ship with 4 generators:
rubaidh_model which generates a model, specification and exemplar.
rubaidh_controller which generates a controller and specification.
rubaidh_helper which generates a helper and its specification.
rubaidh_scaffold which generates the full shebang for a CRUD-operated RESTful resource.
rubaidh_layout which generates a basic web-app theme
Where possible generators are built in terms of other generators (so the scaffold calls on rubaidh_model to generate the model).
== License
Copyright (c) 2009 Rubaidh Ltd, released under the MIT license.
FAQs
Unknown package
We found that mconnell-generators 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
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.