somleng/somleng-rtd

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.ruby-version
.travis.yml
DEPLOYMENT.md
Gemfile
Gemfile.lock
LICENSE.txt
Procfile
README.md
Rakefile
app/assets/stylesheets/application.scss
app/views/homes/show.html.haml
app/views/layouts/application.html.haml
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
bin/bundle
bin/rails
bin/rake
bin/rspec
bin/setup
bin/spring
bin/update
bin/yarn
config.ru
lib/tasks/projects.rake
lib/tasks/twilio_price.rake
public/404.html
public/422.html
public/500.html
public/apple-touch-icon-precomposed.png
public/apple-touch-icon.png
public/favicon.ico
public/robots.txt
app/assets/config/manifest.js0
app/assets/javascripts/application.js0
app/assets/javascripts/cable.js4
app/channels/application_cable/channel.rb4
app/channels/application_cable/connection.rb4
app/controllers/api/base_controller.rb43
app/controllers/api/projects_controller.rb9
app/controllers/api/real_time_data_controller.rb9
app/controllers/application_controller.rb7
app/controllers/homes_controller.rb7
app/helpers/application_helper.rb2
app/jobs/application_job.rb2
app/mailers/application_mailer.rb4
app/models/application_record.rb3
app/models/concerns/api_resource.rb21
app/models/concerns/date_filter.rb25