diff --git a/Gemfile b/Gemfile index c2aae76a5..b04da7ff6 100644 --- a/Gemfile +++ b/Gemfile @@ -39,8 +39,8 @@ group :development do gem 'ruby-debug' # gem 'looksee' # gem 'awesome_print' - # gem 'wirble' - # gem 'hirb' + gem 'wirble' + gem 'hirb' # gem 'rails-footnotes', '>= 3.7.5.rc4' # this shit is very buggy don't forget to switch it off back # deploy diff --git a/Gemfile.lock b/Gemfile.lock index 6c351be91..f809dfee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,6 +242,7 @@ GEM activesupport (>= 2.3.4) chronic (~> 0.6.3) will_paginate (3.0.2) + wirble (0.1.3) yui-compressor (0.9.5) PLATFORMS @@ -277,4 +278,5 @@ DEPENDENCIES web-app-theme whenever will_paginate (~> 3.0.2) + wirble yui-compressor (= 0.9.5) diff --git a/config/routes.rb b/config/routes.rb index 2b479b21d..8d4ad2891 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,6 +4,8 @@ Rosa::Application.routes.draw do end resources :users + resources :roles + resources :event_logs, :only => :index resources :downloads, :only => :index