jp7internet/rails-apz

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/assets/javascripts/application.js31
A
0 mins
app/assets/stylesheets/application.scss
app/controllers/application_controller.rb9
A
0 mins
app/controllers/articles_controller.rb50
A
55 mins
app/controllers/authors_controller.rb50
A
55 mins
app/controllers/recommendations_controller.rb28
A
0 mins
app/controllers/weather_controller.rb9
A
0 mins
app/controllers/welcome_controller.rb4
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/jobs/weather_update_job.rb6
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/article_mailer.rb6
A
0 mins
app/models/article.rb11
A
0 mins
app/models/author.rb3
A
0 mins
app/models/recommendation.rb8
A
0 mins
app/models/weather.rb28
A
0 mins
app/views/article_mailer/recommend.html.erb
app/views/articles/_form.html.erb
app/views/articles/edit.html.erb
app/views/articles/index.html.erb
app/views/articles/index.json.jbuilder
app/views/articles/new.html.erb
app/views/articles/show.html.erb
app/views/articles/show.json.jbuilder
app/views/authors/_form.html.erb
app/views/authors/edit.html.erb
app/views/authors/index.html.erb
app/views/authors/index.json.jbuilder
app/views/authors/new.html.erb
app/views/authors/show.html.erb
app/views/authors/show.json.jbuilder
app/views/layouts/_flash.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/recommendations/_form.html.erb
app/views/recommendations/new.html.erb
app/views/welcome/index.html.erb
bin/bundle
bin/rails
bin/rake
bin/setup