This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 07 09:57:13 -0700 2008 | [sgruhier] |
| |
.gitmodules | Sun Apr 27 05:57:35 -0700 2008 | [sgruhier] |
| |
README | Tue Apr 29 09:26:09 -0700 2008 | [sgruhier] |
| |
Rakefile | Sun Apr 27 05:57:35 -0700 2008 | [sgruhier] |
| |
app/ | Wed May 07 09:57:13 -0700 2008 | [sgruhier] |
| |
config/ | Tue Apr 29 08:08:16 -0700 2008 | [sgruhier] |
| |
db/ | Tue Apr 29 08:08:16 -0700 2008 | [sgruhier] |
| |
doc/ | Sun Apr 27 05:57:35 -0700 2008 | [sgruhier] |
| |
lib/ | Sun Apr 27 05:57:35 -0700 2008 | [sgruhier] |
| |
log/ | Wed May 07 09:57:13 -0700 2008 | [sgruhier] |
| |
public/ | Wed May 07 09:57:13 -0700 2008 | [sgruhier] |
| |
script/ | Sun Apr 27 05:57:35 -0700 2008 | [sgruhier] |
| |
test/ | Tue Apr 29 08:08:16 -0700 2008 | [sgruhier] |
| |
vendor/ | Sun Apr 27 05:57:35 -0700 2008 | [sgruhier] |
README
Sample Rails 2.0 Application to show how to use GoogleMaps. This application has been written in live in RailsCamps Paris 2008, that's why there is no unit/functionnal tests Feel free to add them! It uses two plugins - restful_authentication used to generate quickly users views/controller - geokit to add geo finder in user model To install it: # To get source git clone git://github.com/xilinus/gmaps_demo.git # To get submodules (plugins) git submodule init git submodule update # By default database.yml is set on mysql, edit it if you want to use another database but # Geokit only support MySQL and PostgreSQL (8.2.6) # # To generate create database and fill some data rake db:create rake db:migrate rake db:fixtures:load # Start webserver ./script/server # The googlemap key is set to localhost, so open your browser on http://localhost:3000/ # If you want ot chnage it, go to google http://code.google.com/apis/maps/ and update layout files. # That's it # :)




