uzzer/deskrock_test_app

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/pages.js.coffee
app/assets/javascripts/stocks.js.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/pages.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/stocks.css.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/pages_controller.rb4
A
0 mins
app/controllers/stocks_controller.rb81
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/stocks_helper.rb2
A
0 mins
app/models/stock.rb26
A
0 mins
app/views/layouts/application.html.erb
app/views/pages/about.html.haml
app/views/stocks/_form.html.haml
app/views/stocks/edit.html.haml
app/views/stocks/index.html.haml
app/views/stocks/index.json.jbuilder
app/views/stocks/new.html.haml
app/views/stocks/show.html.haml
app/views/stocks/show.json.jbuilder
bin/bundle
bin/rails
bin/rake
config.ru
lib/tasks/cucumber.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
public/stock.feature