bibendi/twinkle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.dockerignore
.gitignore
.rspec
.travis.yml
Dockerfile
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/403.png
app/assets/images/twinkle.jpg
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/bootstrap.js4
A
0 mins
app/assets/javascripts/channels.js0
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap_and_overrides.css.less
app/controllers/application_controller.rb51
A
0 mins
app/controllers/channel_transports_controller.rb31
A
0 mins
app/controllers/channels_controller.rb48
A
0 mins
app/controllers/clients_controller.rb40
A
0 mins
app/controllers/messages_controller.rb27
A
25 mins
app/controllers/roots_controller.rb5
A
0 mins
app/controllers/sessions_controller.rb54
A
0 mins
app/controllers/transports/telegrams_controller.rb50
A
0 mins
app/finders/available_transports_finder.rb14
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/interactors/application_interactor.rb17
A
0 mins
app/interactors/authenticate_client.rb12
A
0 mins
app/interactors/enqueue_message.rb7
A
0 mins
app/interactors/github_authorize.rb32
A
55 mins
app/interactors/send_message.rb36
A
0 mins
app/jobs/send_message_job.rb10
A
0 mins
app/models/channel.rb6
A
0 mins
app/models/channel_transport.rb10
A
0 mins
app/models/client.rb11
A
0 mins
app/models/role.rb8
A
0 mins
app/models/transport.rb6
A
0 mins
app/models/transports/telegram.rb22
A
0 mins
app/models/user.rb18
A
0 mins
app/views/channel_transports/_form.html.haml
app/views/channel_transports/new.html.haml
app/views/channels/_form.html.haml
app/views/channels/edit.html.haml
app/views/channels/index.html.haml
app/views/channels/new.html.haml
app/views/channels/show.html.haml
app/views/clients/_form.html.haml
app/views/clients/edit.html.haml
app/views/clients/index.html.haml
app/views/clients/new.html.haml