forked from mbulat/plutus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mbulat#51 from freerobby/reporting-improvements
Reporting improvements
- Loading branch information
Showing
12 changed files
with
236 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,20 @@ | ||
source 'http://rubygems.org' | ||
|
||
gem 'rails', '3.1.0' | ||
|
||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
gem 'plutus', path: '../' | ||
gem 'rails', '>= 4.0' | ||
gem 'sqlite3' | ||
|
||
|
||
# Gems used only for assets and not required | ||
# in production environments by default. | ||
group :assets do | ||
gem 'sass-rails', " ~> 3.1.0" | ||
gem 'coffee-rails', "~> 3.1.0" | ||
gem 'uglifier' | ||
end | ||
|
||
gem 'jquery-rails' | ||
gem 'jquery-ui-rails' | ||
|
||
# Use unicorn as the web server | ||
# gem 'unicorn' | ||
|
||
# Deploy with Capistrano | ||
# gem 'capistrano' | ||
|
||
# To use debugger | ||
# gem 'ruby-debug19', :require => 'ruby-debug' | ||
gem 'sass-rails' | ||
gem 'coffee-rails' | ||
gem 'uglifier' | ||
|
||
group :test do | ||
# Pretty printed test output | ||
gem 'turn', :require => false | ||
end | ||
|
||
group :development do | ||
gem 'web-console', '~> 2.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +1,154 @@ | ||
PATH | ||
remote: ../ | ||
specs: | ||
plutus (0.12.0) | ||
jquery-rails (~> 3.0) | ||
jquery-ui-rails (~> 4.0) | ||
rails (~> 4.0) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
actionmailer (3.1.0) | ||
actionpack (= 3.1.0) | ||
mail (~> 2.3.0) | ||
actionpack (3.1.0) | ||
activemodel (= 3.1.0) | ||
activesupport (= 3.1.0) | ||
builder (~> 3.0.0) | ||
actionmailer (4.2.4) | ||
actionpack (= 4.2.4) | ||
actionview (= 4.2.4) | ||
activejob (= 4.2.4) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
actionpack (4.2.4) | ||
actionview (= 4.2.4) | ||
activesupport (= 4.2.4) | ||
rack (~> 1.6) | ||
rack-test (~> 0.6.2) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (4.2.4) | ||
activesupport (= 4.2.4) | ||
builder (~> 3.1) | ||
erubis (~> 2.7.0) | ||
i18n (~> 0.6) | ||
rack (~> 1.3.2) | ||
rack-cache (~> 1.0.3) | ||
rack-mount (~> 0.8.2) | ||
rack-test (~> 0.6.1) | ||
sprockets (~> 2.0.0) | ||
activemodel (3.1.0) | ||
activesupport (= 3.1.0) | ||
bcrypt-ruby (~> 3.0.0) | ||
builder (~> 3.0.0) | ||
i18n (~> 0.6) | ||
activerecord (3.1.0) | ||
activemodel (= 3.1.0) | ||
activesupport (= 3.1.0) | ||
arel (~> 2.2.1) | ||
tzinfo (~> 0.3.29) | ||
activeresource (3.1.0) | ||
activemodel (= 3.1.0) | ||
activesupport (= 3.1.0) | ||
activesupport (3.1.0) | ||
multi_json (~> 1.0) | ||
ansi (1.4.2) | ||
arel (2.2.3) | ||
bcrypt-ruby (3.0.1) | ||
builder (3.0.0) | ||
coffee-rails (3.1.1) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
activejob (4.2.4) | ||
activesupport (= 4.2.4) | ||
globalid (>= 0.3.0) | ||
activemodel (4.2.4) | ||
activesupport (= 4.2.4) | ||
builder (~> 3.1) | ||
activerecord (4.2.4) | ||
activemodel (= 4.2.4) | ||
activesupport (= 4.2.4) | ||
arel (~> 6.0) | ||
activesupport (4.2.4) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
ansi (1.5.0) | ||
arel (6.0.3) | ||
binding_of_caller (0.7.2) | ||
debug_inspector (>= 0.0.1) | ||
builder (3.2.2) | ||
coffee-rails (4.1.0) | ||
coffee-script (>= 2.2.0) | ||
railties (~> 3.1.0) | ||
coffee-script (2.2.0) | ||
railties (>= 4.0.0, < 5.0) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.3.1) | ||
coffee-script-source (1.9.1.1) | ||
debug_inspector (0.0.2) | ||
erubis (2.7.0) | ||
execjs (1.3.2) | ||
multi_json (~> 1.0) | ||
hike (1.2.1) | ||
i18n (0.6.0) | ||
jquery-rails (1.0.19) | ||
railties (~> 3.0) | ||
thor (~> 0.14) | ||
json (1.7.3) | ||
mail (2.3.3) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.18) | ||
multi_json (1.3.5) | ||
polyglot (0.3.3) | ||
rack (1.3.6) | ||
rack-cache (1.0.3) | ||
rack (>= 0.4) | ||
rack-mount (0.8.3) | ||
rack (>= 1.0.0) | ||
rack-ssl (1.3.2) | ||
rack | ||
rack-test (0.6.1) | ||
execjs (2.6.0) | ||
globalid (0.3.6) | ||
activesupport (>= 4.1.0) | ||
i18n (0.7.0) | ||
jquery-rails (3.1.4) | ||
railties (>= 3.0, < 5.0) | ||
thor (>= 0.14, < 2.0) | ||
jquery-ui-rails (4.2.1) | ||
railties (>= 3.2.16) | ||
json (1.8.3) | ||
loofah (2.0.3) | ||
nokogiri (>= 1.5.9) | ||
mail (2.6.3) | ||
mime-types (>= 1.16, < 3) | ||
mime-types (2.6.1) | ||
mini_portile (0.6.2) | ||
minitest (5.8.0) | ||
nokogiri (1.6.6.2) | ||
mini_portile (~> 0.6.0) | ||
rack (1.6.4) | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rails (3.1.0) | ||
actionmailer (= 3.1.0) | ||
actionpack (= 3.1.0) | ||
activerecord (= 3.1.0) | ||
activeresource (= 3.1.0) | ||
activesupport (= 3.1.0) | ||
bundler (~> 1.0) | ||
railties (= 3.1.0) | ||
railties (3.1.0) | ||
actionpack (= 3.1.0) | ||
activesupport (= 3.1.0) | ||
rack-ssl (~> 1.3.2) | ||
rails (4.2.4) | ||
actionmailer (= 4.2.4) | ||
actionpack (= 4.2.4) | ||
actionview (= 4.2.4) | ||
activejob (= 4.2.4) | ||
activemodel (= 4.2.4) | ||
activerecord (= 4.2.4) | ||
activesupport (= 4.2.4) | ||
bundler (>= 1.3.0, < 2.0) | ||
railties (= 4.2.4) | ||
sprockets-rails | ||
rails-deprecated_sanitizer (1.0.3) | ||
activesupport (>= 4.2.0.alpha) | ||
rails-dom-testing (1.0.7) | ||
activesupport (>= 4.2.0.beta, < 5.0) | ||
nokogiri (~> 1.6.0) | ||
rails-deprecated_sanitizer (>= 1.0.1) | ||
rails-html-sanitizer (1.0.2) | ||
loofah (~> 2.0) | ||
railties (4.2.4) | ||
actionpack (= 4.2.4) | ||
activesupport (= 4.2.4) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (~> 0.14.6) | ||
rake (0.9.2.2) | ||
rdoc (3.12) | ||
json (~> 1.4) | ||
sass (3.1.18) | ||
sass-rails (3.1.6) | ||
actionpack (~> 3.1.0) | ||
railties (~> 3.1.0) | ||
sass (>= 3.1.10) | ||
tilt (~> 1.3.2) | ||
sprockets (2.0.4) | ||
hike (~> 1.2) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (10.4.2) | ||
sass (3.4.18) | ||
sass-rails (5.0.4) | ||
railties (>= 4.0.0, < 5.0) | ||
sass (~> 3.1) | ||
sprockets (>= 2.8, < 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
tilt (>= 1.1, < 3) | ||
sprockets (3.3.4) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sqlite3 (1.3.6) | ||
thor (0.14.6) | ||
tilt (1.3.3) | ||
treetop (1.4.10) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
turn (0.9.5) | ||
sprockets-rails (2.3.2) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
sprockets (>= 2.8, < 4.0) | ||
sqlite3 (1.3.10) | ||
thor (0.19.1) | ||
thread_safe (0.3.5) | ||
tilt (2.0.1) | ||
turn (0.9.6) | ||
ansi | ||
tzinfo (0.3.33) | ||
uglifier (1.2.4) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
uglifier (2.7.2) | ||
execjs (>= 0.3.0) | ||
multi_json (>= 1.0.2) | ||
json (>= 1.8.0) | ||
web-console (2.0.0) | ||
activemodel (~> 4.0) | ||
binding_of_caller (>= 0.7.2) | ||
railties (~> 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
coffee-rails (~> 3.1.0) | ||
coffee-rails | ||
jquery-rails | ||
rails (= 3.1.0) | ||
sass-rails (~> 3.1.0) | ||
jquery-ui-rails | ||
plutus! | ||
rails (>= 4.0) | ||
sass-rails | ||
sqlite3 | ||
turn | ||
uglifier | ||
web-console (~> 2.0) | ||
|
||
BUNDLED WITH | ||
1.10.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ | |
// the compiled file. | ||
// | ||
//= require jquery | ||
//= require jquery.ui.all | ||
//= require jquery_ujs | ||
//= require_tree . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.