
Security News
pnpm 10.16 Adds New Setting for Delayed Dependency Updates
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
administrate-field-has_many_search
Advanced tools
A plugin to search through has_many
associations in thoughtbot's Administrate Rails engine.
Add it to your Gemfile
:
gem 'administrate-field-has_many_search'
Run bundler to install:
bundle install
Add it to your Administrate dashboard, for instance:
class PostDashboard < Administrate::BaseDashboard
ATTRIBUTE_TYPES = {
authors: Field::HasManySearch.with_options(class_name: 'User')
}
# ...
With this, you should be good to go!
Fork and clone the repo. Install dependencies and run test using:
bundle install
bundle exec rake
Then, implement your feature/fix, write a good commit message and submit a pull request to this repository. If you only have some feedback or are unsure about how to do something, you're welcome to submit an issue.
This is meant to be an welcoming and friendly place for collaboration. Therefore, all contributors are expected to adhere to the Contributor Covenant Code of Conduct.
It is licensed under the MIT license. See LICENSE for details.
I have to give much credit to Fishbrain AB This was not only inspired, but shamelessly copy-pasted from here for convenience, many thanks guys :)
FAQs
Unknown package
We found that administrate-field-has_many_search demonstrated a healthy version release cadence and project activity because the last version was released less than 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
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.