Compare commits
147 Commits
master
...
desktop_ha
Author | SHA1 | Date |
---|---|---|
|
8b1702f358 | |
|
4a68b1edb6 | |
|
897ed49d2e | |
|
21a7b5da5c | |
|
b004121187 | |
|
bc596614fb | |
|
88ad59f55a | |
|
7dfd5d7e00 | |
|
bbb765c88d | |
|
6577885761 | |
|
a12e538932 | |
|
a04155963d | |
|
6d54dbd5f8 | |
|
cb070cc537 | |
|
6c514770bc | |
|
9c7558847a | |
|
771ec0b8f6 | |
|
d0ef862f85 | |
|
b2c3beefe9 | |
|
55670e6318 | |
|
76d25882e8 | |
|
6269c6d1e6 | |
|
7c64e8c637 | |
|
e14cb3c74c | |
|
a2e9aa2e0b | |
|
a5c800d3fe | |
|
0b6ace4e26 | |
|
e3d9966f76 | |
|
7d288b4160 | |
|
c2f223b82c | |
|
42615f02ea | |
|
0f3a8414be | |
|
d632439f80 | |
|
b1755bdc80 | |
|
2fea428b67 | |
|
7e67d389b9 | |
|
094c0f4314 | |
|
d9079d9d7c | |
|
aeaec79a2c | |
|
e12b14311e | |
|
55d9aea664 | |
|
79c7f8e90f | |
|
f7dbbf1bca | |
|
6d89eab98a | |
|
c18a8a8c6f | |
|
38194311ab | |
|
bd5f3d1a44 | |
|
5f9190db39 | |
|
ac58b993c2 | |
|
2b12a4775c | |
|
b085e826a5 | |
|
ff375f0c5c | |
|
3cde26ca4a | |
|
ed22a4d303 | |
|
f2ada14b7a | |
|
9963395b05 | |
|
66582fb671 | |
|
4ae1fe68cd | |
|
2d616ab7a8 | |
|
874819266d | |
|
3ded19016a | |
|
9478bb13e2 | |
|
cff77fbee5 | |
|
ad68f63a7a | |
|
20521dc8b0 | |
|
a458a50e97 | |
|
ae8033ea1b | |
|
dc94283af9 | |
|
78d6e33865 | |
|
b70310c6fe | |
|
4215ed5538 | |
|
74b2bbf4b7 | |
|
c85629d3b3 | |
|
af98f8efce | |
|
ff59feb2e7 | |
|
f332a3191a | |
|
d190a50046 | |
|
fe10cc62d9 | |
|
d434b878a7 | |
|
b3cdffb59e | |
|
fd432f30ba | |
|
0be8a74fa8 | |
|
f60c190a11 | |
|
da1d70efcb | |
|
0c208d0020 | |
|
1dc7884ec0 | |
|
af0ab9f0d3 | |
|
9144622c41 | |
|
06ab24374b | |
|
c7cf7e1ce4 | |
|
048f553be8 | |
|
7e3993b67f | |
|
8924d4f047 | |
|
57a64dc378 | |
|
3d3d5ed144 | |
|
4ff5724379 | |
|
0d0f85e7ad | |
|
de6ce0073f | |
|
5d3bc07488 | |
|
1ba1703e90 | |
|
2265b0b404 | |
|
6cf249ccfb | |
|
92faeccdb6 | |
|
5284571300 | |
|
fe82427baa | |
|
408bebaa4b | |
|
c8292a7619 | |
|
7ea9945af0 | |
|
109b891b27 | |
|
b642072cbe | |
|
1db324d1a2 | |
|
0921d7731b | |
|
3c0d2da9a7 | |
|
e6c411b8e1 | |
|
1c558a1783 | |
|
3287a2ef17 | |
|
fc09ac3b68 | |
|
5190c1160a | |
|
62288a71ca | |
|
91b1cf6edc | |
|
1c4b66f1cb | |
|
72861f05a6 | |
|
2c331bf1a5 | |
|
bec0bd76e4 | |
|
6ce254a24c | |
|
5530419395 | |
|
5457afdada | |
|
65527017ca | |
|
856898016b | |
|
be6d185be7 | |
|
113ed17fb5 | |
|
c5ced8cf16 | |
|
e037507b0e | |
|
2f01b72ed0 | |
|
cd6dd40f45 | |
|
345c471fc9 | |
|
ed06be93d6 | |
|
1268ce0ae9 | |
|
d089822ff3 | |
|
777af19abb | |
|
cd55f2aac2 | |
|
07e895fc42 | |
|
80bf3499be | |
|
c4ec6c1ac9 | |
|
6f46a3f949 | |
|
d78e816b4e | |
|
e10eb833ed |
|
@ -22,3 +22,4 @@ uploads/**/*
|
||||||
.sass-cache/*
|
.sass-cache/*
|
||||||
*.supported
|
*.supported
|
||||||
mongoid.yml
|
mongoid.yml
|
||||||
|
*.
|
||||||
|
|
8
Gemfile
|
@ -14,7 +14,10 @@ gem 'execjs'
|
||||||
gem 'jquery-rails', '2.1.4'
|
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', :git => 'git://github.com/amatsuda/kaminari.git'
|
gem 'kaminari'
|
||||||
|
gem 'time_difference'
|
||||||
|
gem "acts_as_unvlogable"
|
||||||
|
gem 'youtube_it'
|
||||||
|
|
||||||
# gem "memcached", "~> 1.4.3"
|
# gem "memcached", "~> 1.4.3"
|
||||||
# gem "memcache-client"
|
# gem "memcache-client"
|
||||||
|
@ -46,7 +49,8 @@ gem 'sinatra'
|
||||||
gem 'sprockets'
|
gem 'sprockets'
|
||||||
gem 'social-share-button'
|
gem 'social-share-button'
|
||||||
|
|
||||||
gem 'tinymce-rails'
|
gem 'ckeditor'
|
||||||
|
# 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: 923 B After Width: | Height: | Size: 923 B |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 499 B After Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 724 KiB After Width: | Height: | Size: 724 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 798 B After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 778 B |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 824 B |
After Width: | Height: | Size: 845 B |
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 918 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 735 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 228 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 927 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 2.4 KiB |