notes & adhérents
27
Gemfile
@ -1,11 +1,11 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '3.2.7'
|
||||
gem 'rails', '3.2.9'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'sqlite3'
|
||||
gem "mysql2"
|
||||
|
||||
|
||||
# Gems used only for assets and not required
|
||||
@ -18,6 +18,8 @@ group :assets do
|
||||
# gem 'therubyracer', :platforms => :ruby
|
||||
|
||||
gem 'uglifier', '>= 1.0.3'
|
||||
|
||||
gem 'compass-rails'
|
||||
end
|
||||
|
||||
gem 'jquery-rails'
|
||||
@ -36,8 +38,27 @@ gem 'jquery-rails'
|
||||
|
||||
# To use debugger
|
||||
# gem 'debugger'
|
||||
gem 'capistrano'
|
||||
gem 'rvm-capistrano'
|
||||
gem 'gravatar_image_tag'
|
||||
|
||||
gem 'formtastic'
|
||||
gem 'haml'
|
||||
|
||||
gem "mysql2"
|
||||
gem 'acts_as_tree'
|
||||
|
||||
#gem "pg"
|
||||
gem "devise"
|
||||
gem "cancan"
|
||||
|
||||
gem 'kaminari'
|
||||
gem 'carrierwave'
|
||||
gem 'rmagick'
|
||||
gem "geocoder"
|
||||
|
||||
#markdown
|
||||
gem 'pygments.rb'
|
||||
gem 'redcarpet'
|
||||
|
||||
gem 'nokogiri'
|
||||
|
||||
|
155
Gemfile.lock
@ -1,118 +1,183 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionmailer (3.2.7)
|
||||
actionpack (= 3.2.7)
|
||||
actionmailer (3.2.9)
|
||||
actionpack (= 3.2.9)
|
||||
mail (~> 2.4.4)
|
||||
actionpack (3.2.7)
|
||||
activemodel (= 3.2.7)
|
||||
activesupport (= 3.2.7)
|
||||
actionpack (3.2.9)
|
||||
activemodel (= 3.2.9)
|
||||
activesupport (= 3.2.9)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
journey (~> 1.0.4)
|
||||
rack (~> 1.4.0)
|
||||
rack-cache (~> 1.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.1.3)
|
||||
activemodel (3.2.7)
|
||||
activesupport (= 3.2.7)
|
||||
sprockets (~> 2.2.1)
|
||||
activemodel (3.2.9)
|
||||
activesupport (= 3.2.9)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.7)
|
||||
activemodel (= 3.2.7)
|
||||
activesupport (= 3.2.7)
|
||||
activerecord (3.2.9)
|
||||
activemodel (= 3.2.9)
|
||||
activesupport (= 3.2.9)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.2.7)
|
||||
activemodel (= 3.2.7)
|
||||
activesupport (= 3.2.7)
|
||||
activesupport (3.2.7)
|
||||
activeresource (3.2.9)
|
||||
activemodel (= 3.2.9)
|
||||
activesupport (= 3.2.9)
|
||||
activesupport (3.2.9)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
acts_as_tree (1.2.0)
|
||||
activerecord (>= 3.0.0)
|
||||
arel (3.0.2)
|
||||
builder (3.0.0)
|
||||
bcrypt-ruby (3.0.1)
|
||||
builder (3.0.4)
|
||||
cancan (1.6.8)
|
||||
capistrano (2.13.5)
|
||||
highline
|
||||
net-scp (>= 1.0.0)
|
||||
net-sftp (>= 2.0.0)
|
||||
net-ssh (>= 2.0.14)
|
||||
net-ssh-gateway (>= 1.1.0)
|
||||
carrierwave (0.7.1)
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
chunky_png (1.2.7)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (~> 3.2.0)
|
||||
coffee-script (2.2.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.3.3)
|
||||
coffee-script-source (1.4.0)
|
||||
compass (0.12.2)
|
||||
chunky_png (~> 1.2)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
compass-rails (1.0.3)
|
||||
compass (>= 0.12.2, < 0.14)
|
||||
devise (2.1.2)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (~> 3.1)
|
||||
warden (~> 1.2.1)
|
||||
erubis (2.7.0)
|
||||
execjs (1.4.0)
|
||||
multi_json (~> 1.0)
|
||||
formtastic (2.2.1)
|
||||
actionpack (>= 3.0)
|
||||
fssm (0.2.9)
|
||||
geocoder (1.1.6)
|
||||
gravatar_image_tag (1.1.3)
|
||||
haml (3.1.7)
|
||||
highline (1.6.15)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.0)
|
||||
i18n (0.6.1)
|
||||
journey (1.0.4)
|
||||
jquery-rails (2.1.1)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
thor (~> 0.14)
|
||||
json (1.7.5)
|
||||
jquery-rails (2.1.4)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.6)
|
||||
kaminari (0.14.1)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
multi_json (1.5.0)
|
||||
mysql2 (0.3.11)
|
||||
net-scp (1.0.4)
|
||||
net-ssh (>= 1.99.1)
|
||||
net-sftp (2.0.5)
|
||||
net-ssh (>= 2.0.9)
|
||||
net-ssh (2.6.2)
|
||||
net-ssh-gateway (1.1.0)
|
||||
net-ssh (>= 1.99.1)
|
||||
nokogiri (1.5.6)
|
||||
orm_adapter (0.4.0)
|
||||
polyglot (0.3.3)
|
||||
rack (1.4.1)
|
||||
posix-spawn (0.3.6)
|
||||
pygments.rb (0.3.7)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
rack (1.4.3)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
rack-ssl (1.3.2)
|
||||
rack
|
||||
rack-test (0.6.1)
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (3.2.7)
|
||||
actionmailer (= 3.2.7)
|
||||
actionpack (= 3.2.7)
|
||||
activerecord (= 3.2.7)
|
||||
activeresource (= 3.2.7)
|
||||
activesupport (= 3.2.7)
|
||||
rails (3.2.9)
|
||||
actionmailer (= 3.2.9)
|
||||
actionpack (= 3.2.9)
|
||||
activerecord (= 3.2.9)
|
||||
activeresource (= 3.2.9)
|
||||
activesupport (= 3.2.9)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.2.7)
|
||||
railties (3.2.7)
|
||||
actionpack (= 3.2.7)
|
||||
activesupport (= 3.2.7)
|
||||
railties (= 3.2.9)
|
||||
railties (3.2.9)
|
||||
actionpack (= 3.2.9)
|
||||
activesupport (= 3.2.9)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (0.9.2.2)
|
||||
rake (10.0.3)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
sass (3.2.1)
|
||||
redcarpet (2.2.2)
|
||||
rmagick (2.13.1)
|
||||
rvm-capistrano (1.2.7)
|
||||
capistrano (>= 2.0.0)
|
||||
sass (3.2.5)
|
||||
sass-rails (3.2.5)
|
||||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
sprockets (2.1.3)
|
||||
sprockets (2.2.2)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.6)
|
||||
thor (0.16.0)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.10)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.33)
|
||||
uglifier (1.2.7)
|
||||
tzinfo (0.3.35)
|
||||
uglifier (1.3.0)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.3)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
warden (1.2.1)
|
||||
rack (>= 1.0)
|
||||
yajl-ruby (1.1.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
acts_as_tree
|
||||
cancan
|
||||
capistrano
|
||||
carrierwave
|
||||
coffee-rails (~> 3.2.1)
|
||||
compass-rails
|
||||
devise
|
||||
formtastic
|
||||
geocoder
|
||||
gravatar_image_tag
|
||||
haml
|
||||
jquery-rails
|
||||
kaminari
|
||||
mysql2
|
||||
rails (= 3.2.7)
|
||||
nokogiri
|
||||
pygments.rb
|
||||
rails (= 3.2.9)
|
||||
redcarpet
|
||||
rmagick
|
||||
rvm-capistrano
|
||||
sass-rails (~> 3.2.3)
|
||||
sqlite3
|
||||
uglifier (>= 1.0.3)
|
||||
|
BIN
app/assets/images/admin/backgrounds/background.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/backgrounds/background2.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/backgrounds/bg-brown.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
app/assets/images/admin/backgrounds/bg-dark.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
app/assets/images/admin/backgrounds/bg-green-dark.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
app/assets/images/admin/backgrounds/bg-white.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
app/assets/images/admin/backgrounds/fond.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
app/assets/images/admin/backgrounds/legno.jpg
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
app/assets/images/admin/backgrounds/white_oak.png
Normal file
After Width: | Height: | Size: 233 KiB |
BIN
app/assets/images/admin/content_type/type_BlockContent.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
app/assets/images/admin/content_type/type_BreakContent.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
app/assets/images/admin/content_type/type_DownloadContent.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
app/assets/images/admin/content_type/type_DynamicContent.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/content_type/type_EventContent.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
app/assets/images/admin/content_type/type_GalleryContent.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/content_type/type_HtmlContent.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/assets/images/admin/content_type/type_ImageContent.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/content_type/type_ImgLinkContent.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/content_type/type_LinkContent.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
app/assets/images/admin/content_type/type_MapContent.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/assets/images/admin/content_type/type_TableContent.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/content_type/type_TextContent.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
app/assets/images/admin/content_type/type_TitleContent.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/dashboard/icones_admins.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
app/assets/images/admin/dashboard/icones_data_files.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/assets/images/admin/dashboard/icones_folders.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
app/assets/images/admin/dashboard/icones_image_files.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
app/assets/images/admin/dashboard/icones_menu_items.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/assets/images/admin/dashboard/icones_u.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/assets/images/admin/default_image.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
app/assets/images/admin/pbar-ani.gif
Executable file
After Width: | Height: | Size: 7.8 KiB |
BIN
app/assets/images/admin/rte-sf437e1403c.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
app/assets/images/admin/spr_toolbar_icons_r1.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/assets/images/old.default_avatar.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
app/assets/images/rte-sf5bccc07eb.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/assets/images/rte/rte_blockquote.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
app/assets/images/rte/rte_bold.png
Normal file
After Width: | Height: | Size: 440 B |
BIN
app/assets/images/rte/rte_em.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
app/assets/images/rte/rte_fore_color.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
app/assets/images/rte/rte_html.png
Normal file
After Width: | Height: | Size: 485 B |
BIN
app/assets/images/rte/rte_italic.png
Normal file
After Width: | Height: | Size: 340 B |
BIN
app/assets/images/rte/rte_justify.png
Normal file
After Width: | Height: | Size: 266 B |
BIN
app/assets/images/rte/rte_justify_center.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
app/assets/images/rte/rte_justify_left.png
Normal file
After Width: | Height: | Size: 251 B |
BIN
app/assets/images/rte/rte_justify_right.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
app/assets/images/rte/rte_link.png
Normal file
After Width: | Height: | Size: 571 B |
BIN
app/assets/images/rte/rte_ordered_list.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
app/assets/images/rte/rte_strong.png
Normal file
After Width: | Height: | Size: 497 B |
BIN
app/assets/images/rte/rte_sub.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
app/assets/images/rte/rte_sup.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
app/assets/images/rte/rte_underline.png
Normal file
After Width: | Height: | Size: 503 B |
BIN
app/assets/images/rte/rte_unordered_list.png
Normal file
After Width: | Height: | Size: 222 B |
BIN
app/assets/images/shared/browsers/chrome.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
app/assets/images/shared/browsers/firefox.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
app/assets/images/shared/browsers/safari.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
app/assets/images/shared/fancybox/blank.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
app/assets/images/shared/fancybox/fancy_close.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/assets/images/shared/fancybox/fancy_loading.png
Executable file
After Width: | Height: | Size: 10 KiB |
BIN
app/assets/images/shared/fancybox/fancy_nav_left.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/assets/images/shared/fancybox/fancy_nav_right.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
app/assets/images/shared/fancybox/fancy_shadow_e.png
Executable file
After Width: | Height: | Size: 107 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_n.png
Executable file
After Width: | Height: | Size: 106 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_ne.png
Executable file
After Width: | Height: | Size: 347 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_nw.png
Executable file
After Width: | Height: | Size: 324 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_s.png
Executable file
After Width: | Height: | Size: 111 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_se.png
Executable file
After Width: | Height: | Size: 352 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_sw.png
Executable file
After Width: | Height: | Size: 340 B |
BIN
app/assets/images/shared/fancybox/fancy_shadow_w.png
Executable file
After Width: | Height: | Size: 103 B |
BIN
app/assets/images/shared/fancybox/fancy_title_left.png
Executable file
After Width: | Height: | Size: 503 B |
BIN
app/assets/images/shared/fancybox/fancy_title_main.png
Executable file
After Width: | Height: | Size: 96 B |
BIN
app/assets/images/shared/fancybox/fancy_title_over.png
Executable file
After Width: | Height: | Size: 70 B |
BIN
app/assets/images/shared/fancybox/fancy_title_right.png
Executable file
After Width: | Height: | Size: 506 B |
BIN
app/assets/images/shared/fancybox/fancybox-x.png
Executable file
After Width: | Height: | Size: 203 B |
BIN
app/assets/images/shared/fancybox/fancybox-y.png
Executable file
After Width: | Height: | Size: 176 B |
BIN
app/assets/images/shared/fancybox/fancybox.png
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
app/assets/images/shared/iconic/black/arrow_down_12x12.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_16x16.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_24x24.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_32x32.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_8x8.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt1_12x12.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt1_16x16.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt1_24x24.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt1_32x32.png
Normal file
After Width: | Height: | Size: 510 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt1_8x8.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt2_12x12.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt2_16x16.png
Normal file
After Width: | Height: | Size: 261 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt2_24x24.png
Normal file
After Width: | Height: | Size: 395 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt2_32x32.png
Normal file
After Width: | Height: | Size: 398 B |
BIN
app/assets/images/shared/iconic/black/arrow_down_alt2_8x8.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_12x12.png
Normal file
After Width: | Height: | Size: 170 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_16x16.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_24x24.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_32x32.png
Normal file
After Width: | Height: | Size: 233 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_8x8.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_alt1_12x12.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_alt1_16x16.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
app/assets/images/shared/iconic/black/arrow_left_alt1_24x24.png
Normal file
After Width: | Height: | Size: 385 B |