https://github.com/tranquangvu/rails-test-10
Build the nested comments
https://github.com/tranquangvu/rails-test-10
Last synced: 10 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:16:48.000Z (over 3 years ago)
- Last Synced: 2025-02-23T20:42:18.245Z (over 1 year 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.1
gem install bundler -v 1.17.1
bundler _1.17.1_ install
bundle exec rake db:create
bundle exec rake db:migrate
rails s
```
# Rspec
```
bundle exec rspec
```