Skip to content

Commit

Permalink
Merge pull request #355 from autolab/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Ilter committed Mar 2, 2015
2 parents e58cb10 + 303c1aa commit 6d2189a
Show file tree
Hide file tree
Showing 87 changed files with 1,045 additions and 27,730 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config/autogradeConfig.rb
assessmentConfig/
courseConfig/
config/environments/production.rb
config/initializers/devise.rb
/courses/
/courses
/gradebooks/
Expand Down
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ gem 'bootstrap3-datetimepicker-rails', '~> 4.0.0'
# Force SSL on certain routes
gem 'rack-ssl-enforcer'

# Use debugger
gem 'debugger2', group: [:development, :test]
# Useful debugger
gem 'byebug', '>=3.5.1', group: [:development, :test]

36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ GEM
bootstrap3-datetimepicker-rails (4.0.0)
momentjs-rails (>= 2.8.1)
builder (3.2.2)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand All @@ -65,9 +69,6 @@ GEM
columnize (0.9.0)
daemons (1.1.9)
debugger-linecache (1.2.0)
debugger2 (1.0.0.beta2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand All @@ -87,15 +88,15 @@ GEM
hashie (3.4.0)
hike (1.2.3)
i18n (0.7.0)
jbuilder (2.2.7)
jbuilder (2.2.8)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
jwt (1.2.1)
jwt (1.3.0)
libv8 (3.16.14.7)
loofah (2.0.1)
nokogiri (>= 1.5.9)
Expand All @@ -121,7 +122,7 @@ GEM
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-facebook (2.0.0)
omniauth-facebook (2.0.1)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.2.6)
omniauth (> 1.0)
Expand Down Expand Up @@ -168,25 +169,25 @@ GEM
ref (1.0.5)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rspec-core (3.2.0)
rspec-core (3.2.1)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-rails (3.2.0)
actionpack (>= 3.0, <= 4.2)
activesupport (>= 3.0, <= 4.2)
railties (>= 3.0, <= 4.2)
rspec-rails (3.2.1)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.1)
rspec-support (3.2.2)
rubyzip (1.1.7)
sass (3.4.12)
sass (3.4.13)
sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
Expand All @@ -197,7 +198,8 @@ GEM
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
slack-notifier (1.1.0)
spring (1.3.2)
slop (3.6.0)
spring (1.3.3)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -222,7 +224,7 @@ GEM
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.0)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
warden (1.2.3)
Expand All @@ -235,9 +237,9 @@ PLATFORMS

DEPENDENCIES
bootstrap3-datetimepicker-rails (~> 4.0.0)
byebug (>= 3.5.1)
capybara
coffee-rails (>= 4.0.0)
debugger2
devise (>= 3.3.0)
dynamic_form
exception_notification!
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/ace/ace-compat.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/ace/ace.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/ace/keybinding-emacs.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/ace/keybinding-vim.js

This file was deleted.

Loading

0 comments on commit 6d2189a

Please sign in to comment.