Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smashingboxes/box_cutter
Box Cutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use Box Cutter if you're in a rush to build something amazing; don't use it if you like missing deadlines.
https://github.com/smashingboxes/box_cutter
Last synced: 7 days ago
JSON representation
Box Cutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use Box Cutter if you're in a rush to build something amazing; don't use it if you like missing deadlines.
- Host: GitHub
- URL: https://github.com/smashingboxes/box_cutter
- Owner: smashingboxes
- License: mit
- Created: 2014-08-04T14:39:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T17:13:05.000Z (almost 10 years ago)
- Last Synced: 2024-10-18T05:47:44.160Z (29 days ago)
- Language: Ruby
- Homepage:
- Size: 661 KB
- Stars: 4
- Watchers: 34
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Box Cutter
![ScreenShot](box_cutter.jpg)
[//]: # (Image by Evan-Amos taken from http://commons.wikimedia.org/wiki/File:Box-cutter.jpg)
[![Code Climate](https://codeclimate.com/github/smashingboxes/box_cutter/badges/gpa.svg)](https://codeclimate.com/github/smashingboxes/box_cutter)
[![Test Coverage](https://codeclimate.com/github/smashingboxes/box_cutter/badges/coverage.svg)](https://codeclimate.com/github/smashingboxes/box_cutter)
## Pre-release TODO
* [ ] Add Travis (.yml and badge)
* [x] Add Code Climate (Test coverage with Travis and badge)
* [ ] Improve Box Cutter's README
* [ ] Set PostreSQL as default
* [ ] Skip test unit by default
* [x] Discuss using RSpec as a default (See [#2](https://github.com/smashingboxes/box_cutter/issues/2))
* [x] Discuss using .ruby-version or not (See [#3](https://github.com/smashingboxes/box_cutter/issues/3))
* [ ] Add Slim
* [ ] Add Simple Form
* [ ] Add Letter Opener and set Mailer for development
* [ ] Add Quiet Assets
* [ ] Add Better Errors and Binding or Caller
* [x] Add Pry-Byebug ~~(Debugger or Byebug? See [#4](https://github.com/smashingboxes/box_cutter/issues/4))~~
* [x] Discuss adding Annotate (See [#5](https://github.com/smashingboxes/box_cutter/issues/5))
* [ ] Discuss adding Foreman (See [#6](https://github.com/smashingboxes/box_cutter/issues/6))
* [ ] Add custom error pages
* [x] Discuss adding Foundation (See [#7](https://github.com/smashingboxes/box_cutter/issues/7))
* [ ] Discuss changing default application.js to application.coffee (See [#8](https://github.com/smashingboxes/box_cutter/issues/8))
* [ ] Change default application.css to application.sass (or scss?) ((See [#9](https://github.com/smashingboxes/box_cutter/issues/9))
* [x] Add Github's Rails.gitignore
* [ ] Set Mailer for staging, and production
* [ ] Skip bundle and do a `bundle update` at a later step
* [ ] Add a Sitemap Generator and a robots.txt
* [ ] Improve generated README.md
* [ ] Add provisioning and deployment bits (Chef and Capistrano?)