Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewispb/rubymap
Find out what's going on in your local Ruby community
https://github.com/lewispb/rubymap
google-maps rails ruby
Last synced: 18 days ago
JSON representation
Find out what's going on in your local Ruby community
- Host: GitHub
- URL: https://github.com/lewispb/rubymap
- Owner: lewispb
- License: mit
- Created: 2019-03-23T16:58:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T20:09:41.000Z (10 months ago)
- Last Synced: 2024-12-03T00:21:06.983Z (about 1 month ago)
- Topics: google-maps, rails, ruby
- Language: Ruby
- Homepage: https://www.rubymap.com
- Size: 521 KB
- Stars: 44
- Watchers: 3
- Forks: 67
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ruby Map
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
Whilst travelling to other cities I've often wondered: "What's going on in the local Ruby community?"
To answer this question, hopefully fellow Rubyists will share their organization / meetup / events and anyone interested will be able to discover the Ruby world around them!
Sometimes folks are interested in finding a new gig, in a new location. Ruby Map might be useful for that too, if companies share if they are hiring.## Your company / meetup / event is missing?
What if your company / meetup / event is missing on the map? No problem, just send us a PR and it will get added asap.
An example PR can be found [here](https://github.com/lewispb/rubymap/pull/1).Please try to maintain the order-by-name of the yaml file, to prevent merge conflicts.
## Prerequisites
```bash
brew install redis
brew install postgres
brew install postgis
brew install geos
```Add PostGIS to postgres
```
rake db:gis:setup
```### Development server
```
bin/dev
```