initial
git-svn-id: http://svn.sp-service.com.ua/svnroot/svn/base_site/trunk@2 d975c5f9-4e99-4c31-b122-d878075b96d9
Showing
.gitignore
0 → 100644
.idea/.generators
0 → 100644
.idea/.rakeTasks
0 → 100644
.idea/compiler.xml
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.ruby-version
0 → 100644
Capfile
0 → 100644
Gemfile
0 → 100644
| source 'https://rubygems.org' | ||
| gem 'rails', '4.2.5.1' | ||
| gem 'mysql2' | ||
| gem 'uglifier', '>= 1.3.0' | ||
| gem 'sass-rails', '~> 5.0' | ||
| gem 'coffee-rails', '~> 4.1.0' | ||
| gem 'jquery-rails' | ||
| gem 'turbolinks' | ||
| gem 'jbuilder', '~> 2.0' | ||
| gem 'sdoc', '~> 0.4.0', group: :doc | ||
| gem 'twitter-bootstrap-rails' | ||
| gem 'bootstrap-sass', '~> 3.3.4' | ||
| gem 'haml-rails' | ||
| gem 'devise' | ||
| gem 'devise-i18n' | ||
| gem 'ckeditor' | ||
| gem 'carrierwave' | ||
| gem 'mini_magick' | ||
| gem 'simple_form' | ||
| gem 'nested_form' | ||
| gem 'font-awesome-rails' | ||
| gem 'jquery-ui-rails' | ||
| gem 'acts_as_list' | ||
| gem 'will_paginate' | ||
| gem 'bootstrap-will_paginate' | ||
| gem 'momentjs-rails', '>= 2.9.0' | ||
| gem 'bootstrap3-datetimepicker-rails', '~> 4.15.35' | ||
| gem 'sdoc', '~> 0.4.0', group: :doc | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :jruby] | ||
| group :development do | ||
| gem 'web-console', '~> 2.0' | ||
| gem 'capistrano', '~> 3.4' | ||
| gem 'capistrano-faster-assets', '~> 1.0' | ||
| gem 'capistrano-bundler' | ||
| gem 'capistrano-rvm' | ||
| gem 'capistrano-rails' | ||
| end | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
Gemfile.lock
0 → 100644
README.rdoc
0 → 100644
Rakefile
0 → 100644
3.29 KB
3.56 KB
4.25 KB
4.36 KB
2.4 KB
921 Bytes
app/helpers/admin_helper.rb
0 → 100644
app/helpers/blocks_helper.rb
0 → 100644
app/helpers/front_helper.rb
0 → 100644
app/helpers/pages_helper.rb
0 → 100644
app/mailers/.keep
0 → 100644
app/mailers/front_mailer.rb
0 → 100644
app/models/.keep
0 → 100644
app/models/account.rb
0 → 100644
app/models/administrator.rb
0 → 100644
app/models/block.rb
0 → 100644
app/models/block_version.rb
0 → 100644
app/models/ckeditor/asset.rb
0 → 100644
app/models/concerns/.keep
0 → 100644
app/models/newsletter.rb
0 → 100644
app/models/page.rb
0 → 100644
app/models/phrase.rb
0 → 100644
app/models/setting.rb
0 → 100644
app/models/translation.rb
0 → 100644
base_site.iml
0 → 100644
bin/bundle
0 → 100644
bin/rails
0 → 100644
bin/rake
0 → 100644
bin/setup
0 → 100644
config.ru
0 → 100644
config/application.rb
0 → 100644
config/boot.rb
0 → 100644
config/database.yml
0 → 100644
config/deploy.rb
0 → 100644
config/deploy/production.rb
0 → 100644
config/deploy/staging.rb
0 → 100644
config/environment.rb
0 → 100644
config/environments/test.rb
0 → 100644
config/locales/en.yml
0 → 100644
config/locales/ru.yml
0 → 100644
config/locales/uk.yml
0 → 100644
config/routes.rb
0 → 100644
config/secrets.yml
0 → 100644
db/schema.rb
0 → 100644
db/seeds.rb
0 → 100644
lib/assets/.keep
0 → 100644
lib/tasks/.keep
0 → 100644
log/.keep
0 → 100644
log/development.log
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
log/test.log
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/404.html
0 → 100644
public/422.html
0 → 100644
public/500.html
0 → 100644
public/favicon.ico
0 → 100644
public/robots.txt
0 → 100644
test/controllers/.keep
0 → 100644
test/fixtures/.keep
0 → 100644
test/fixtures/accounts.yml
0 → 100644
test/fixtures/files/test.png
0 → 100644
930 Bytes
test/fixtures/pages.yml
0 → 100644
test/fixtures/settings.yml
0 → 100644
test/helpers/.keep
0 → 100644
test/integration/.keep
0 → 100644
test/mailers/.keep
0 → 100644
test/models/.keep
0 → 100644
test/models/account_test.rb
0 → 100644
test/models/page_test.rb
0 → 100644
test/models/setting_test.rb
0 → 100644
test/test_helper.rb
0 → 100644