Show More
Commit Description:
add submissions to users
Commit Description:
add submissions to users
References:
File last commit:
Show/Diff file:
Action:
Gemfile | 92 lines | 1.8 KiB | text/x-ruby | RubyLexer |
Jittat Fakcharoenphol
boots into rails 3
r318 source 'https://rubygems.org'
more login test...
r627 #rails
upgrade to rails 4.2
r620 gem 'rails', '~>4.2.0'
start upgrading to rails 4.0.x
r616 gem 'activerecord-session_store'
Jittat Fakcharoenphol
boots into rails 3
r318
use jquery by default
r554
Jittat Fakcharoenphol
boots into rails 3
r318 # Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
more login test...
r627 #---------------- database ---------------------
#the database
upgrade to rails 4.2
r620 gem 'mysql2'
more login test...
r627 #for testing
fix compiler message...
r621 gem 'sqlite3'
more login test...
r627 #for dumping database into yaml
gem 'yaml_db'
Jittat Fakcharoenphol
boots into rails 3
r318
# Gems used only for assets and not required
# in production environments by default.
start testing...
r622 gem 'sass-rails'
gem 'coffee-rails'
Jittat Fakcharoenphol
boots into rails 3
r318
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
start testing...
r622 gem 'uglifier'
more login test...
r627 gem 'haml'
gem 'haml-rails'
start upgrading to rails 4.0.x
r616 # gem 'prototype-rails'
Jittat Fakcharoenphol
boots into rails 3
r318
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
(in progress) add date range
r412 #
add best_in_place...
r474 #in-place editor
gem 'best_in_place', '~> 3.0.1'
add table sorter and combine user_stat and user_stat_max action into one view
r430 # jquery addition
(in progress) add date range
r412 gem 'jquery-rails'
fix compiler message...
r621 gem 'jquery-ui-rails'
(in progress) add date range
r412 gem 'jquery-timepicker-addon-rails'
add table sorter and combine user_stat and user_stat_max action into one view
r430 gem 'jquery-tablesorter'
- countdown timer
r572 gem 'jquery-countdown-rails'
(in progress) add date range
r412
add syntax highlighter for submission view using Rouge gem
r420 #syntax highlighter
gem 'rouge'
Jittat Fakcharoenphol
boots into rails 3
r318
add datatable...
r691 #bootstrap add-ons
new branch for bootstrap
r551 gem 'bootstrap-sass', '~> 3.2.0'
## Bootstrapify...
r555 gem 'bootstrap-switch-rails'
wip: bootstrap toggle switch...
r556 gem 'bootstrap-toggle-rails'
new branch for bootstrap
r551 gem 'autoprefixer-rails'
- add problem toggle test js reponse (it was forgotten)...
r570 gem 'momentjs-rails'
gem 'rails_bootstrap_sortable'
change datetime picker widget
r692 gem 'bootstrap-datepicker-rails'
gem 'bootstrap3-datetimepicker-rails'
add datatable...
r691 gem 'jquery-datatables-rails'
- add problem toggle test js reponse (it was forgotten)...
r570
more login test...
r627 #----------- user interface -----------------
#select 2
gem 'select2-rails'
- add problem toggle test js reponse (it was forgotten)...
r570 #ace editor
live editor using cloud9 ace for problem
r564 gem 'ace-rails-ap'
more login test...
r627 #paginator
gem 'will_paginate', '~> 3.0.7'
live editor using cloud9 ace for problem
r564
Waitaya Krongapiradee
Updated gems, switched from git:// to https:// and cleaned up Gemfile quotation marks
r374 gem 'mail'
gem 'rdiscount'
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 gem 'dynamic_form'
Jittat Fakcharoenphol
moved in_place_editing from plug-in to gem
r325 gem 'in_place_editing'
Waitaya Krongapiradee
Updated gems, switched from git:// to https:// and cleaned up Gemfile quotation marks
r374 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
Jittat Fakcharoenphol
added verify plug-in, fixed form_for, form_tag in views, changed named_scope to scope
r319
more login test...
r627
#---------------- testiing -----------------------
gem 'minitest-reporters'
add fuzzy string matching gem for similarity check
r648
#---------------- for console --------------------
gem 'fuzzy-string-match'