danilovaz/my_dashboard

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
Gemfile
MIT-LICENSE
README.md
Rakefile
app/assets/javascripts/my_dashboard/application.js0
A
0 mins
app/assets/stylesheets/my_dashboard/application.css
app/controllers/my_dashboard/application_controller.rb19
A
0 mins
app/controllers/my_dashboard/dashboards_controller.rb22
A
0 mins
app/controllers/my_dashboard/events_controller.rb25
A
0 mins
app/controllers/my_dashboard/widgets_controller.rb33
A
0 mins
app/helpers/my_dashboard/application_helper.rb4
A
0 mins
app/views/layouts/my_dashboard/dashboard.html.erb
app/views/my_dashboard/dashboards/sample.html.erb
app/views/my_dashboard/widgets/clock.html
app/views/my_dashboard/widgets/comments.html
app/views/my_dashboard/widgets/graph.html
app/views/my_dashboard/widgets/iframe.html
app/views/my_dashboard/widgets/image.html
app/views/my_dashboard/widgets/list.html
app/views/my_dashboard/widgets/meter.html
app/views/my_dashboard/widgets/number.html
app/views/my_dashboard/widgets/text.html
bin/rails
lib/generators/my_dashboard/install_generator.rb27
A
0 mins
lib/generators/my_dashboard/job_generator.rb11
A
0 mins
lib/generators/my_dashboard/widget_generator.rb13
A
0 mins
lib/generators/templates/dashboards/sample.html.erb
lib/generators/templates/initializer.rb2
A
0 mins
lib/generators/templates/jobs/new.rb3
A
0 mins
lib/generators/templates/jobs/sample.rb7
A
0 mins
lib/generators/templates/layouts/dashboard.html.erb
lib/generators/templates/widgets/index.css
lib/generators/templates/widgets/index.js0
A
0 mins
lib/generators/templates/widgets/new.coffee
lib/generators/templates/widgets/new.html
lib/generators/templates/widgets/new.scss
lib/my_dashboard.rb38
A
0 mins
lib/my_dashboard/configuration.rb46
A
0 mins
lib/my_dashboard/engine.rb6
A
0 mins
lib/my_dashboard/railtie.rb27
A
0 mins
lib/my_dashboard/version.rb3
A
0 mins
lib/tasks/my_dashboard_tasks.rake
my_dashboard.gemspec