Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranquangvu/rails-test-10
Build the nested comments
https://github.com/tranquangvu/rails-test-10
Last synced: 3 days ago
JSON representation
Build the nested comments
- Host: GitHub
- URL: https://github.com/tranquangvu/rails-test-10
- Owner: tranquangvu
- Created: 2016-07-03T16:39:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:16:48.000Z (almost 2 years ago)
- Last Synced: 2024-03-27T10:32:22.511Z (8 months ago)
- Language: Ruby
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nested Comment
Simple example to build multi level comment in rails
# Setup
```
rbenv install 2.3.1
rbenv local 2.3.1gem install bundler -v 1.17.1
bundler _1.17.1_ installbundle exec rake db:create
bundle exec rake db:migraterails s
```# Rspec
```
bundle exec rspec
```