-
- Downloads
Added checkmk json parser
Showing
- Gemfile 4 additions, 2 deletionsGemfile
- Gemfile.lock 8 additions, 0 deletionsGemfile.lock
- app/assets/javascripts/application.js 1 addition, 0 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/status.coffee 3 additions, 0 deletionsapp/assets/javascripts/status.coffee
- app/assets/stylesheets/application.css 1 addition, 0 deletionsapp/assets/stylesheets/application.css
- app/assets/stylesheets/status.scss 29 additions, 0 deletionsapp/assets/stylesheets/status.scss
- app/controllers/status_controller.rb 3 additions, 0 deletionsapp/controllers/status_controller.rb
- app/views/layouts/application.html.erb 19 additions, 4 deletionsapp/views/layouts/application.html.erb
- app/views/status/index.html.erb 6 additions, 2 deletionsapp/views/status/index.html.erb
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- lib/checkmk.rb 26 additions, 0 deletionslib/checkmk.rb
Loading
| Loading
| @@ -8,9 +8,9 @@ gem 'sqlite3' |
# Use SCSS for stylesheets | ||
gem 'sass-rails', '~> 5.0' | ||
# Use Uglifier as compressor for JavaScript assets | ||
#gem 'uglifier', '>= 1.3.0' | ||
gem 'uglifier', '>= 1.3.0' | ||
# Use CoffeeScript for .coffee assets and views | ||
#gem 'coffee-rails', '~> 4.1.0' | ||
gem 'coffee-rails', '~> 4.1.0' | ||
# See https://github.com/rails/execjs#readme for more supported runtimes | ||
# gem 'therubyracer', platforms: :ruby | ||
Loading
| Loading
| @@ -23,6 +23,8 @@ gem 'jbuilder', '~> 2.0' |
# bundle exec rake doc:rails generates the API under doc/api. | ||
gem 'sdoc', '~> 0.4.0', group: :doc | ||
gem 'bootstrap3-rails' | ||
# Use ActiveModel has_secure_password | ||
# gem 'bcrypt', '~> 3.1.7' | ||
Loading
| Loading
|
app/assets/javascripts/status.coffee
0 → 100644
lib/checkmk.rb
0 → 100644
Please register or sign in to comment