Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurnn/picturme_rails
A picturme version made in RoR
https://github.com/arthurnn/picturme_rails
Last synced: 28 days ago
JSON representation
A picturme version made in RoR
- Host: GitHub
- URL: https://github.com/arthurnn/picturme_rails
- Owner: arthurnn
- Created: 2011-12-16T03:59:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T19:22:34.000Z (almost 11 years ago)
- Last Synced: 2023-04-11T10:29:11.127Z (over 1 year ago)
- Language: Ruby
- Size: 31.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pictur.me RoR project
=====================This is a version of the original http://pictur.me, however made in Ruby on Rails.
The original pictur.me is done using python/Django however this a good example that things can be done in any technology.Instructions
============* bundle install
* mysqladmin -uroot -proot create picturme_db
* rake db:migrate
* mysql -uroot -proot picturme_db < db/dump.sql
* rails serverAuthors
-------
@arthurnnSpecial thanks for "MagLev Engineering Team" for the KD-tree implementation.
https://github.com/MagLev/maglev/tree/master/examples/persistence/kdtree/