Skip to content

Commit

Permalink
Latest version from SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Apr 18, 2013
1 parent 2082fd6 commit 40e2b44
Show file tree
Hide file tree
Showing 198 changed files with 9,695 additions and 20 deletions.
24 changes: 8 additions & 16 deletions .gitignore
@@ -1,16 +1,8 @@
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
.DS_Store
config/deploy.yml
config/database.yml
config/app_config.yml
config/initializers/secret_token.rb
log
tmp
doc
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--color
619 changes: 619 additions & 0 deletions COPYING

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Capfile
@@ -0,0 +1,4 @@
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
# load 'deploy/assets' # Assets compilation is done in custom task
load 'config/deploy' # remove this line to skip loading any of the default tasks
51 changes: 51 additions & 0 deletions Gemfile
@@ -0,0 +1,51 @@
source 'http://rubygems.org'

gem 'rails', '3.2.13'
gem 'jquery-rails', '2.2.1'
gem 'haml', '4.0.1'

gem 'nokogiri', '1.5.6'
gem 'feedzirra', '0.2.0.rc2' #, '0.1.3' #, :git => 'https://github.com/pauldix/feedzirra.git'

gem 'net-ldap', '0.3.1'
gem 'bcrypt-ruby', '3.0.1'

gem 'dalli', '2.6.2'
gem 'mysql2', '0.3.11'

gem 'paperclip', '3.4.1'
gem 'cocaine', '0.5.1'

gem 'daemons-rails'

gem 'capistrano'
gem 'capistrano-ext'
gem 'whenever', require: false

group :development, :local_test do
gem 'quiet_assets'
gem 'thin'
end

group :test, :local_test do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'capybara'
gem 'poltergeist'
gem 'database_cleaner'
gem 'guard-rspec'
gem 'rb-fsevent'
gem 'launchy'
end

group :assets do
gem 'sass-rails', '3.2.6'
gem 'uglifier', '2.0.1'
gem 'therubyracer', '0.11.4', require: 'v8'
end

group :production do
end

group :'2_0' do
end
264 changes: 264 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,264 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.3)
arel (3.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.4)
capistrano (2.14.2)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
capybara (2.0.3)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 1.0.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
chronic (0.9.1)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.1)
climate_control (>= 0.0.3, < 1.0)
coderay (1.0.9)
curb (0.8.3)
daemons (1.1.9)
daemons-rails (1.1.2)
daemons
multi_json (~> 1.0)
rails (~> 3.0)
dalli (2.6.2)
database_cleaner (0.9.1)
diff-lcs (1.2.2)
erubis (2.7.0)
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
feedzirra (0.2.0.rc2)
curb (~> 0.8.0)
gorillib (~> 0.1.9)
loofah (~> 1.2.1)
nokogiri (~> 1.5.3)
sax-machine (~> 0.2.0.rc1)
ffi (1.6.0)
formatador (0.2.4)
gorillib (0.1.11)
json
guard (1.7.0)
formatador (>= 0.2.4)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (2.5.2)
guard (>= 1.1)
rspec (~> 2.11)
haml (4.0.1)
tilt
highline (1.6.16)
hike (1.2.1)
http_parser.rb (0.5.3)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.7)
launchy (2.2.0)
addressable (~> 2.3)
libv8 (3.11.8.17)
listen (0.7.3)
loofah (1.2.1)
nokogiri (>= 1.4.4)
lumberjack (1.0.3)
mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.22)
multi_json (1.7.2)
mysql2 (0.3.11)
net-ldap (0.3.1)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.1.1)
net-ssh (>= 2.6.5)
net-ssh (2.6.6)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.5.6)
paperclip (3.4.1)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
mime-types
poltergeist (1.1.0)
capybara (~> 2.0, >= 2.0.1)
faye-websocket (~> 0.4, >= 0.4.4)
http_parser.rb (~> 0.5.3)
polyglot (0.3.3)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
bundler (~> 1.0)
railties (= 3.2.13)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.4)
rb-fsevent (0.9.3)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-rails (2.13.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rubyzip (0.9.9)
sass (3.2.7)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sax-machine (0.2.0.rc1)
nokogiri (~> 1.5.2)
selenium-webdriver (2.31.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
slop (3.4.4)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
ref
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.1)
tilt (1.3.6)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
uglifier (2.0.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
websocket (1.0.7)
whenever (0.8.2)
activesupport (>= 2.3.4)
chronic (>= 0.6.3)
xpath (1.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
bcrypt-ruby (= 3.0.1)
capistrano
capistrano-ext
capybara
cocaine (= 0.5.1)
daemons-rails
dalli (= 2.6.2)
database_cleaner
factory_girl_rails
feedzirra (= 0.2.0.rc2)
guard-rspec
haml (= 4.0.1)
jquery-rails (= 2.2.1)
launchy
mysql2 (= 0.3.11)
net-ldap (= 0.3.1)
nokogiri (= 1.5.6)
paperclip (= 3.4.1)
poltergeist
quiet_assets
rails (= 3.2.13)
rb-fsevent
rspec-rails
sass-rails (= 3.2.6)
therubyracer (= 0.11.4)
thin
uglifier (= 2.0.1)
whenever
16 changes: 16 additions & 0 deletions Guardfile
@@ -0,0 +1,16 @@
guard 'rspec' do
# Spec files
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
watch('spec/factories.rb') { "spec" }

# Rails files
watch(%r{^app/views/(.+)/.*\.(erb|haml)$}) { |m| "spec/features/#{m[1]}_spec.rb" }
watch(%r{^app/controllers/(.+)_(controller)\.rb$}) { |m| "spec/features/#{m[1]}_spec.rb" }
watch(%r{^spec/support/(.+)\.rb$}) { "spec" }
watch('config/routes.rb') { "spec/routing" }
watch('app/controllers/application_controller.rb') { "spec/controllers" }
watch(%r{^app/services/(.+)/?.*\.rb$}) { |m| "spec/services" }
end

4 changes: 0 additions & 4 deletions README.md

This file was deleted.

7 changes: 7 additions & 0 deletions Rakefile
@@ -0,0 +1,7 @@
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

DashboardKomin::Application.load_tasks
Binary file added app/assets/images/avatar.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/avatar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
@@ -0,0 +1,2 @@
//= require jquery_ujs
//= require_directory .

0 comments on commit 40e2b44

Please sign in to comment.