Compare commits
87 Commits
1015_new_u
...
master
Author | SHA1 | Date |
---|---|---|
|
f8bb0bba56 | |
|
47b8b3e277 | |
|
ecc3581106 | |
|
6d4d3ccfd4 | |
|
141b708392 | |
|
d5dc3ef793 | |
|
b3366b48a1 | |
|
36e7e3d3e8 | |
|
06c2240d34 | |
|
c4e8ed96a9 | |
|
8ad015af7f | |
|
1857ad428c | |
|
134b639465 | |
|
45136f915d | |
|
2c3924d92c | |
|
41b562d3f7 | |
|
4074ac677d | |
|
e1c57c6843 | |
|
915ea066d6 | |
|
e7aa7ea1fa | |
|
1ccfd6e48c | |
|
23516277f3 | |
|
87bc2852b3 | |
|
27b86b078a | |
|
8f393e1079 | |
|
353039dcd0 | |
|
d8dd68b4df | |
|
aa8523c8cf | |
|
69ef8fa747 | |
|
473baa9b95 | |
|
1592aaff89 | |
|
030d994180 | |
|
a88ad35641 | |
|
a63193dc65 | |
|
452bddb587 | |
|
371485e420 | |
|
69b3625861 | |
|
72d1427854 | |
|
079b9145c3 | |
|
3102a46219 | |
|
653a098ab6 | |
|
426edea485 | |
|
2e5b2555c6 | |
|
2593707d8c | |
|
b20955579e | |
|
1ebda22f0e | |
|
c511aeb8de | |
|
26d3a89d30 | |
|
91f80a0952 | |
|
f333fe9e21 | |
|
33f256bd16 | |
|
fde9fd7ffe | |
|
d977b83d06 | |
|
a1eae7543e | |
|
8d9bf62909 | |
|
2f480c31bf | |
|
19d33f78bd | |
|
37c91664d3 | |
|
eb853f773d | |
|
d701d9d6ad | |
|
75eeec737c | |
|
36c3635bbb | |
|
fa1c731ad3 | |
|
2c24e788b0 | |
|
26a8be2f0f | |
|
fa51d16879 | |
|
ceff21fd1f | |
|
1357124f6f | |
|
8c3fb43bf5 | |
|
71e8b3c042 | |
|
b37643147f | |
|
ec57cbff1c | |
|
7d6df11873 | |
|
8043573370 | |
|
f025c98ffa | |
|
3a91c92bf7 | |
|
b1d8a87256 | |
|
c7ac4e2485 | |
|
3467868607 | |
|
ceac2b842c | |
|
c763817ebf | |
|
3c3bba514a | |
|
837dc3ea7b | |
|
ea5d89e0e1 | |
|
aea15fa622 | |
|
c1316f72a0 | |
|
d996b91b54 |
|
@ -14,7 +14,9 @@ public/uploads/**/*
|
|||
solr/data
|
||||
tmp/**/*
|
||||
uploads/**/*
|
||||
|
||||
config/*.god
|
||||
log/*.gz
|
||||
tmp/restart.txt
|
||||
*.swp
|
||||
*.pid
|
||||
*.lck
|
||||
|
@ -22,4 +24,3 @@ uploads/**/*
|
|||
.sass-cache/*
|
||||
*.supported
|
||||
mongoid.yml
|
||||
*.
|
||||
|
|
9
Gemfile
|
@ -15,11 +15,11 @@ gem 'jquery-rails', '2.1.4'
|
|||
gem 'jquery-ui-rails'
|
||||
gem "select2-rails", '3.3.1'
|
||||
gem 'kaminari'
|
||||
gem 'time_difference'
|
||||
gem "acts_as_unvlogable"
|
||||
gem 'youtube_it'
|
||||
gem 'gotcha'
|
||||
|
||||
|
||||
# gem "memcached", "~> 1.4.3"
|
||||
# gem "memcache-client"
|
||||
|
||||
|
@ -39,7 +39,7 @@ gem 'resque-scheduler' # job scheduling
|
|||
gem 'resque-restriction'
|
||||
#gem 'rb-readline'
|
||||
# gem 'ruby-debug19'
|
||||
gem 'rubyzip', '< 1.0.0'
|
||||
gem 'rubyzip','0.9.9'
|
||||
|
||||
gem 'sunspot_mongo'
|
||||
gem 'sunspot_solr'
|
||||
|
@ -50,8 +50,7 @@ gem 'sinatra'
|
|||
gem 'sprockets'
|
||||
gem 'social-share-button'
|
||||
|
||||
gem 'ckeditor'
|
||||
# gem 'tinymce-rails', "~> 3.5.8"
|
||||
gem 'tinymce-rails', '3.5.8.3'
|
||||
gem 'therubyracer' if RUBY_PLATFORM.downcase.include?("linux")
|
||||
gem 'libv8', '~> 3.11.8' if RUBY_PLATFORM.downcase.include?("linux")
|
||||
gem 'mongoid-encryptor', :require => 'mongoid/encryptor'
|
||||
|
@ -98,8 +97,6 @@ group :test, :development do
|
|||
gem "watchr"
|
||||
gem "spork"
|
||||
gem "capybara"
|
||||
#gem 'rack-mini-profiler'
|
||||
gem "better_errors"
|
||||
# gem 'yard'
|
||||
# gem "bluecloth"
|
||||
end
|
||||
|
|
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 |