
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
activeadmin_google_places
Advanced tools
Plugin for adding google places search autocomplete to activeadmin
Add this line to your application's Gemfile:
gem 'activeadmin_google_places'
And then execute:
$ bundle install
And then add these javascript files to the activeadmin.js file:
//= require activeadmin/google_places/google_places
//= require activeadmin/google_places_input
Please generate the activeadmin_google_places initializer:
$ rails generate activeadmin_google_places:install
This will create a initializer file that you can add your Google API key. This will be used for the fields that you want to add google places autocomplete. Unless you configure this api key google will refuse to show any places results.
In activeadmin you can basic add google places search by doing as: :google_places to
your inputs.
form do |f|
f.inputs 'Event' do
f.input :name
f.input :date
f.input :location, as: :google_places
f.input :active
end
f.actions
end
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
Bug reports and pull requests are welcome on GitHub at https://github.com/randikabanura/activeadmin_google_places.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that activeadmin_google_places 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

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.