gottfrois/dashing-rails

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