Sha256: f28fc2ab76479b733ca3034c3dea940b86a9a383169952eb732664fc74251806
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
## TheSortableTree Test Application * Ruby 2.3.3 * Rails 4 * Haml 4 * the_sortable_tree ### Setup the App 1. Copy and configure `database.yml` ``` cp config/database.yml.example config/database.yml ``` 2. Create DB and Seeds for development ``` rake db:bootstrap_and_seed ``` 3. Launch the App ``` bin/rails s ``` or ``` bin/rails s -p 3000 -b site.com ``` 4. Visit the Index page ``` localhost:3000 ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
the_sortable_tree-2.6.2 | spec/dummy_app/README.md |
the_sortable_tree-2.7.0 | spec/dummy_app/README.md |