Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.ruby-version
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
Guardfile
LICENSE.txt
README.md
Rakefile
app/volt/assets/css/notices.scss
app/volt/views/notices/index.html
bin/volt
docs/UPGRADE_GUIDE.md
docs/volt-logo.jpg
lib/volt/server/banner.txt
lib/volt/server/forking_server/boot_error.html.erb
templates/.gitignore
templates/component/controllers/main_controller.rb.tt
templates/component/views/main/index.html.tt
templates/controller/http_controller.rb.tt
templates/controller/http_controller_spec.rb.tt
templates/controller/model_controller.rb.tt
templates/controller/model_controller_spec.rb.tt
templates/model/model.rb.tt
templates/model/model_spec.rb.tt
templates/newgem/CODE_OF_CONDUCT.md.tt
templates/newgem/Gemfile.tt
templates/newgem/LICENSE.txt.tt
templates/newgem/README.md.tt
templates/newgem/Rakefile.tt
templates/newgem/app/newgem/controllers/main_controller.rb.tt
templates/newgem/app/newgem/views/main/index.html
templates/newgem/bin/newgem.tt
templates/newgem/gitignore.tt
templates/newgem/lib/newgem.rb.tt
templates/newgem/lib/newgem/version.rb.tt
templates/newgem/newgem.gemspec.tt
templates/newgem/rspec.tt
templates/project/.gitignore
templates/project/Gemfile.tt
templates/project/README.md.tt
templates/project/app/main/assets/css/app.css.scss
templates/project/app/main/views/main/about.html
templates/project/app/main/views/main/index.html
templates/project/app/main/views/main/main.html.tt
templates/project/config.ru