igorj/railman

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.envrc
.gitignore
.ruby-version
.simplecov
.travis.yml
CUSTOMIZATION.md
Gemfile
LICENCE.txt
README.md
Rakefile
bin/console
bin/rake
bin/setup
exe/railman
lib/railman.rb3
A
0 mins
lib/railman/cli.rb95
A
1 hr
lib/railman/config.rb11
A
0 mins
lib/railman/secret.rb8
A
0 mins
lib/railman/version.rb3
A
0 mins
railman.gemspec
templates/rails_app/.env.example.development.tt
templates/rails_app/.env.example.production.tt
templates/rails_app/.env.example.test.tt
templates/rails_app/.envrc
templates/rails_app/.gitignore
templates/rails_app/.ruby-version
templates/rails_app/.simplecov
templates/rails_app/Capfile
templates/rails_app/Eyefile.tt
templates/rails_app/Gemfile
templates/rails_app/Gemfile.local
templates/rails_app/README.md
templates/rails_app/Rakefile
templates/rails_app/app/assets/javascripts/application.js0
A
0 mins
templates/rails_app/app/assets/stylesheets/application.sass
templates/rails_app/app/assets/stylesheets/main.sass
templates/rails_app/app/controllers/application_controller.rb7
A
0 mins
templates/rails_app/app/controllers/home_controller.rb4
A
0 mins
templates/rails_app/app/helpers/application_helper.rb2
A
0 mins
templates/rails_app/app/mailers/application_mailer.rb.tt
templates/rails_app/app/views/home/index.html.erb.tt
templates/rails_app/app/views/layouts/application.html.erb.tt
templates/rails_app/app/views/layouts/mailer.html.erb
templates/rails_app/app/views/layouts/mailer.text.erb
templates/rails_app/bin/bundle
templates/rails_app/bin/cap
templates/rails_app/bin/rails
templates/rails_app/bin/rake
templates/rails_app/bin/setup
templates/rails_app/bin/sidekiq