{"id":14956009,"url":"https://github.com/randikabanura/activeadmin_google_places","last_synced_at":"2025-06-17T04:39:26.810Z","repository":{"id":43102176,"uuid":"274584878","full_name":"randikabanura/activeadmin_google_places","owner":"randikabanura","description":"Gem for adding google places search autocomplete to activeadmin","archived":false,"fork":false,"pushed_at":"2023-05-28T14:22:06.000Z","size":60,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-22T23:08:29.836Z","etag":null,"topics":["activeadmin","ruby","ruby-on-rails","rubygems"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/activeadmin_google_places","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randikabanura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-24T05:41:49.000Z","updated_at":"2023-09-29T08:14:47.000Z","dependencies_parsed_at":"2024-10-10T05:14:53.447Z","dependency_job_id":"0a6b2fd7-f2e9-4e54-b740-182ee3e68632","html_url":"https://github.com/randikabanura/activeadmin_google_places","commit_stats":{"total_commits":8,"total_committers":3,"mean_commits":"2.6666666666666665","dds":0.375,"last_synced_commit":"1ec3423c7085561ff8023e4f1adbf936615f85f3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/randikabanura/activeadmin_google_places","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randikabanura%2Factiveadmin_google_places","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randikabanura%2Factiveadmin_google_places/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randikabanura%2Factiveadmin_google_places/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randikabanura%2Factiveadmin_google_places/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randikabanura","download_url":"https://codeload.github.com/randikabanura/activeadmin_google_places/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randikabanura%2Factiveadmin_google_places/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294187,"owners_count":22987600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activeadmin","ruby","ruby-on-rails","rubygems"],"created_at":"2024-09-24T13:12:10.444Z","updated_at":"2025-06-17T04:39:26.776Z","avatar_url":"https://github.com/randikabanura.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveadminGooglePlaces\n\nPlugin for adding google places search autocomplete to activeadmin\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'activeadmin_google_places'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nAnd then add these javascript files to the activeadmin.js file:\n\n```js\n//= require activeadmin/google_places/google_places\n//= require activeadmin/google_places_input\n```\n\nPlease generate the activeadmin_google_places initializer:\n\n    $ rails generate activeadmin_google_places:install\n    \nThis will create a initializer file that you can add your Google API key.\nThis will be used for the fields that you want to add google places autocomplete.\nUnless you configure this api key google will refuse to show any places results.\n\nIn activeadmin you can basic add google places search by doing ```as: :google_places``` to\nyour inputs.\n\n## Examples\n\n```ruby\n\n form do |f|\n    f.inputs 'Event' do\n      f.input :name\n      f.input :date\n      f.input :location, as: :google_places\n      f.input :active\n    end\n    f.actions\n  end\n```\n\n## Do you like it? Star it!\n\nIf you use this component just star it. A developer is more motivated to improve a project when there is some interest.\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/randikabanura/activeadmin_google_places.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Developer\nName: [Banura Randika Perera](https://github.com/randikabanura) \u003cbr/\u003e\nLinkedin: [randika-banura](https://www.linkedin.com/in/randika-banura/) \u003cbr/\u003e\nEmail: [randika.banura@gamil.com](mailto:randika.banura@gamil.com) \u003cbr/\u003e\nBsc (Hons) Information Technology specialized in Software Engineering (SLIIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandikabanura%2Factiveadmin_google_places","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandikabanura%2Factiveadmin_google_places","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandikabanura%2Factiveadmin_google_places/lists"}