
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
globalize3-jquery-autocomplete
Advanced tools
Use JQuery autocomplete (via rails3-jquery-autocomplete) with globalize3 translated ActiveRecord models.
Internals: This gem patches the get_autocomplete_items method (provided by rails3-jquery-autocomplete) so it works with translated model columns.
rails3-jquery-autocomplete 1.0 and globalize3 0.3 are supported.
This gem is not yet available via rubygems.
Add this line to your application's Gemfile:
gem 'globalize3-jquery-autocomplete', :git => 'https://github.com/emjot/globalize3-jquery-autocomplete.git'
And then execute:
$ bundle
Simply follow the documentation at globalize3 for how to translate your models and rails3-jquery-autocomplete for how to set up autocomplete.
You don't need any additional configuration. As soon as a column is translated, autocomplete will automatically be in context of the current locale.
Example (in your controller):
# query for matches in the current locale (given the 'name' column of your Brand model is translated):
autocomplete :brand, :name
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)FAQs
Unknown package
We found that globalize3-jquery-autocomplete 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.