-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
17 lines (17 loc) · 953 Bytes
/
Gemfile
File metadata and controls
17 lines (17 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
source 'http://rubygems.org'
#описания модулей можно посмотреть на страницах github
gem 'rails', '3.0.7'
gem 'russian', :git=>"https://github.com/yaroslav/russian.git"
gem 'crummy', :git=>"https://github.com/zachinglis/crummy.git"
gem 'haml', :git=>"https://github.com/nex3/haml.git"
#ORM для базы знаний
gem 'spira', :git=>'https://github.com/datagraph/spira.git'
gem 'rdf-sesame', :git=>"https://github.com/bendiken/rdf-sesame.git"
gem 'sparql-client', :git=>"https://github.com/bendiken/sparql-client.git"
gem 'addressable', '2.2.4'
#ODM, БД, система аутентификации и авторизации
gem "mongoid", :git=>"https://github.com/mongoid/mongoid.git"
gem "bson_ext", ">= 1.2.4"
gem "devise", :git=>"https://github.com/plataformatec/devise.git"
gem 'cancan', :git=>"https://github.com/ryanb/cancan.git"
#gem "SystemTimer", :git=>"https://github.com/ph7/system-timer.git"