Compare commits
87 Commits
ntu_mb_sso
...
master
Author | SHA1 | Date |
---|---|---|
chris | f8bb0bba56 | |
Spen | 47b8b3e277 | |
chris | ecc3581106 | |
Matthew K. Fu JuYuan | 6d4d3ccfd4 | |
Harry Bomrah | 141b708392 | |
chris | d5dc3ef793 | |
Spen | b3366b48a1 | |
saurabhbhatia | 36e7e3d3e8 | |
saurabhbhatia | 06c2240d34 | |
Harry Bomrah | c4e8ed96a9 | |
chris | 8ad015af7f | |
chris | 1857ad428c | |
Matt K. Fu | 134b639465 | |
Matt K. Fu | 45136f915d | |
Matt K. Fu | 2c3924d92c | |
Matt K. Fu | 41b562d3f7 | |
Matt K. Fu | 4074ac677d | |
Matthew K. Fu JuYuan | e1c57c6843 | |
Matthew K. Fu JuYuan | 915ea066d6 | |
Matt K. Fu | e7aa7ea1fa | |
Matt K. Fu | 1ccfd6e48c | |
Matt K. Fu | 23516277f3 | |
Matt K. Fu | 87bc2852b3 | |
Matt K. Fu | 27b86b078a | |
Matt K. Fu | 8f393e1079 | |
Matt K. Fu | 353039dcd0 | |
Matt K. Fu | d8dd68b4df | |
Matt K. Fu | aa8523c8cf | |
Matt K. Fu | 69ef8fa747 | |
Matt K. Fu | 473baa9b95 | |
Matt K. Fu | 1592aaff89 | |
Matt K. Fu | 030d994180 | |
Matt K. Fu | a88ad35641 | |
Matthew K. Fu JuYuan | a63193dc65 | |
Matt K. Fu | 452bddb587 | |
Matt K. Fu | 371485e420 | |
Matt K. Fu | 69b3625861 | |
Matt K. Fu | 72d1427854 | |
Matthew K. Fu JuYuan | 079b9145c3 | |
Matt K. Fu | 3102a46219 | |
Matt K. Fu | 653a098ab6 | |
Matt K. Fu | 426edea485 | |
Matt K. Fu | 2e5b2555c6 | |
Matt K. Fu | 2593707d8c | |
saurabhbhatia | b20955579e | |
saurabhbhatia | 1ebda22f0e | |
saurabhbhatia | c511aeb8de | |
saurabhbhatia | 26d3a89d30 | |
saurabhbhatia | 91f80a0952 | |
saurabhbhatia | f333fe9e21 | |
saurabhbhatia | 33f256bd16 | |
saurabhbhatia | fde9fd7ffe | |
saurabhbhatia | d977b83d06 | |
saurabhbhatia | a1eae7543e | |
saurabhbhatia | 8d9bf62909 | |
saurabhbhatia | 2f480c31bf | |
saurabhbhatia | 19d33f78bd | |
saurabhbhatia | 37c91664d3 | |
saurabhbhatia | eb853f773d | |
saurabhbhatia | d701d9d6ad | |
saurabhbhatia | 75eeec737c | |
saurabhbhatia | 36c3635bbb | |
chris | fa1c731ad3 | |
Harry Bomrah | 2c24e788b0 | |
chris | 26a8be2f0f | |
chris | fa51d16879 | |
chris | ceff21fd1f | |
Harry Bomrah | 1357124f6f | |
Harry Bomrah | 8c3fb43bf5 | |
chris | 71e8b3c042 | |
Spen | b37643147f | |
Spen | ec57cbff1c | |
Spen | 7d6df11873 | |
Matt K. Fu | 8043573370 | |
chris | f025c98ffa | |
chris | 3a91c92bf7 | |
Harry Bomrah | b1d8a87256 | |
chris | c7ac4e2485 | |
chris | 3467868607 | |
Matt K. Fu | ceac2b842c | |
chris | c763817ebf | |
chris | 3c3bba514a | |
Spen | 837dc3ea7b | |
Matt K. Fu | ea5d89e0e1 | |
Matt K. Fu | aea15fa622 | |
Matthew K. Fu JuYuan | c1316f72a0 | |
Matthew K. Fu JuYuan | d996b91b54 |
|
@ -14,7 +14,9 @@ public/uploads/**/*
|
||||||
solr/data
|
solr/data
|
||||||
tmp/**/*
|
tmp/**/*
|
||||||
uploads/**/*
|
uploads/**/*
|
||||||
|
config/*.god
|
||||||
|
log/*.gz
|
||||||
|
tmp/restart.txt
|
||||||
*.swp
|
*.swp
|
||||||
*.pid
|
*.pid
|
||||||
*.lck
|
*.lck
|
||||||
|
@ -22,4 +24,3 @@ uploads/**/*
|
||||||
.sass-cache/*
|
.sass-cache/*
|
||||||
*.supported
|
*.supported
|
||||||
mongoid.yml
|
mongoid.yml
|
||||||
*.
|
|
||||||
|
|
8
Gemfile
|
@ -15,9 +15,10 @@ gem 'jquery-rails', '2.1.4'
|
||||||
gem 'jquery-ui-rails'
|
gem 'jquery-ui-rails'
|
||||||
gem "select2-rails", '3.3.1'
|
gem "select2-rails", '3.3.1'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'time_difference'
|
|
||||||
gem "acts_as_unvlogable"
|
gem "acts_as_unvlogable"
|
||||||
gem 'youtube_it'
|
gem 'youtube_it'
|
||||||
|
gem 'gotcha'
|
||||||
|
|
||||||
|
|
||||||
# gem "memcached", "~> 1.4.3"
|
# gem "memcached", "~> 1.4.3"
|
||||||
# gem "memcache-client"
|
# gem "memcache-client"
|
||||||
|
@ -38,7 +39,7 @@ gem 'resque-scheduler' # job scheduling
|
||||||
gem 'resque-restriction'
|
gem 'resque-restriction'
|
||||||
#gem 'rb-readline'
|
#gem 'rb-readline'
|
||||||
# gem 'ruby-debug19'
|
# gem 'ruby-debug19'
|
||||||
gem 'rubyzip'
|
gem 'rubyzip','0.9.9'
|
||||||
|
|
||||||
gem 'sunspot_mongo'
|
gem 'sunspot_mongo'
|
||||||
gem 'sunspot_solr'
|
gem 'sunspot_solr'
|
||||||
|
@ -49,8 +50,7 @@ gem 'sinatra'
|
||||||
gem 'sprockets'
|
gem 'sprockets'
|
||||||
gem 'social-share-button'
|
gem 'social-share-button'
|
||||||
|
|
||||||
gem 'ckeditor'
|
gem 'tinymce-rails', '3.5.8.3'
|
||||||
# gem 'tinymce-rails', "~> 3.5.8"
|
|
||||||
gem 'therubyracer' if RUBY_PLATFORM.downcase.include?("linux")
|
gem 'therubyracer' if RUBY_PLATFORM.downcase.include?("linux")
|
||||||
gem 'libv8', '~> 3.11.8' if RUBY_PLATFORM.downcase.include?("linux")
|
gem 'libv8', '~> 3.11.8' if RUBY_PLATFORM.downcase.include?("linux")
|
||||||
gem 'mongoid-encryptor', :require => 'mongoid/encryptor'
|
gem 'mongoid-encryptor', :require => 'mongoid/encryptor'
|
||||||
|
|
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 824 B |
Before Width: | Height: | Size: 845 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 735 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 927 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 915 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 809 B |