Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```