https://github.com/lukakerr/code-snippets
A rails application where users can sign up and post code snippets, vote on code snippets etc.
https://github.com/lukakerr/code-snippets
code-snippets rails ruby-on-rails snippets
Last synced: 8 months ago
JSON representation
A rails application where users can sign up and post code snippets, vote on code snippets etc.
- Host: GitHub
- URL: https://github.com/lukakerr/code-snippets
- Owner: lukakerr
- License: apache-2.0
- Created: 2017-05-12T12:14:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T12:16:13.000Z (over 8 years ago)
- Last Synced: 2025-02-09T21:30:32.286Z (10 months ago)
- Topics: code-snippets, rails, ruby-on-rails, snippets
- Language: Ruby
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
== README
Setup database with rake db:setup. This will seed the database with placeholder values including a test account.
Go to db/seeds.rb for the user account details.