dependency update

This commit is contained in:
2016-06-01 14:18:10 +02:00
parent e69b783eb0
commit 36178526e3
20 changed files with 258 additions and 243 deletions
+8 -7
View File
@@ -37,17 +37,18 @@ group :assets do
gem 'uglifier', '>= 1.0.3' gem 'uglifier', '>= 1.0.3'
#gem 'ember-rails' gem 'ember-rails'
#gem 'ember-rails', path: '/home/benjamin/development/rails/components/ember-rails' #gem 'ember-rails', path: '/home/benjamin/development/rails/components/ember-rails'
gem 'ember-rails', github: 'bterkuile/ember-rails' #gem 'ember-rails', github: 'bterkuile/ember-rails'
#gem 'ember-source', '~> 1.13.9' #gem 'ember-source', '~> 1.13.9'
#gem 'emblem-rails' #gem 'emblem-rails'
gem 'ember-validations-rails' gem 'ember-validations-rails'
gem 'ember-emblem-template', github: 'bterkuile/ember-emblem-template' gem 'ember-handlebars-template'
gem 'ember-emblem-template' #, github: 'bterkuile/ember-emblem-template'
#gem 'ember-emblem-template', path: '/home/benjamin/development/rails/components/ember-emblem-template' #gem 'ember-emblem-template', path: '/home/benjamin/development/rails/components/ember-emblem-template'
gem 'foundation-rails' #, github: 'bterkuile/foundation-rails' gem 'foundation-rails', '~> 5.5' #, github: 'bterkuile/foundation-rails'
gem 'ace-rails-ap' gem 'ace-rails-ap'
gem 'pickadate-rails' gem 'pickadate-rails'
#gem 'mustache' #, require: 'mustache/railtie' #gem 'mustache' #, require: 'mustache/railtie'
@@ -61,8 +62,8 @@ end
# gem 'couchbase-structures', github: 'bterkuile/couchbase-structures' # gem 'couchbase-structures', github: 'bterkuile/couchbase-structures'
gem 'couch_potato', '~> 1.4.0' #, github: 'bterkuile/couch_potato' gem 'couch_potato', '~> 1.4.0' #, github: 'bterkuile/couch_potato'
#gem 'simply_stored', path: './../components/simply_stored' #, github: 'bterkuile/simply_stored' gem 'simply_stored', path: '~/development/rails/components/simply_stored' #, github: 'bterkuile/simply_stored'
gem 'simply_stored', github: 'bterkuile/simply_stored' #gem 'simply_stored', github: 'bterkuile/simply_stored'
#gem 'orm_adapter', github: 'bterkuile/orm_adapter' #gem 'orm_adapter', github: 'bterkuile/orm_adapter'
gem 'devise' #, github: 'plataformatec/devise', branch: 'lm-rails-4-2' #, '3.1.0' #, '2.0.4' gem 'devise' #, github: 'plataformatec/devise', branch: 'lm-rails-4-2' #, '3.1.0' #, '2.0.4'
gem 'devise_simply_stored', github: 'bterkuile/devise_simply_stored' gem 'devise_simply_stored', github: 'bterkuile/devise_simply_stored'
@@ -112,7 +113,7 @@ group :development do
gem 'faye' gem 'faye'
gem 'spring' gem 'spring'
gem 'spring-commands-rspec' gem 'spring-commands-rspec'
gem 'web-console', '~> 2.0.0' #gem 'web-console', '~> 2.0.0'
gem 'foreman' gem 'foreman'
gem 'capistrano', require: false gem 'capistrano', require: false
gem 'capistrano-bundler', require: false gem 'capistrano-bundler', require: false
+208 -211
View File
@@ -21,36 +21,15 @@ GIT
devise_simply_stored (0.3.0) devise_simply_stored (0.3.0)
devise devise
GIT
remote: git://github.com/bterkuile/ember-emblem-template.git
revision: 22f657eaba09fa8992005a2e86d24c85306244e2
specs:
ember-emblem-template (0.3.0)
barber (>= 0.9.0)
sprockets (>= 3.3, < 3.4)
GIT
remote: git://github.com/bterkuile/ember-rails.git
revision: fd2008b3aed644892e5529267410a5875460405a
specs:
ember-rails (0.19.2)
active-model-adapter-source (>= 1.13.0)
ember-data-source (>= 1.13.0)
ember-handlebars-template (>= 0.1.1, < 1.0)
ember-source (>= 1.8.0)
jquery-rails (>= 1.0.17)
railties (>= 3.1)
GIT GIT
remote: git://github.com/bterkuile/jsonapi-serializers.git remote: git://github.com/bterkuile/jsonapi-serializers.git
revision: 55516761bec40a4f492003dffd3e18d575075b07 revision: 3013ef89c7608f28f4ffc2581c4da69cffe4f84e
specs: specs:
jsonapi-serializers (0.2.6) jsonapi-serializers (0.2.6)
activesupport activesupport
GIT PATH
remote: git://github.com/bterkuile/simply_stored.git remote: ~/development/rails/components/simply_stored
revision: 323c11efe7f86b3e156acfa7e53d8f06d8fb73c4
specs: specs:
simply_stored (1.0.0) simply_stored (1.0.0)
activesupport activesupport
@@ -61,71 +40,80 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
remote: https://rails-assets.org/ remote: https://rails-assets.org/
specs: specs:
ace-rails-ap (4.0.0) ace-rails-ap (4.0.2)
actionmailer (4.2.4) actionmailer (4.2.6)
actionpack (= 4.2.4) actionpack (= 4.2.6)
actionview (= 4.2.4) actionview (= 4.2.6)
activejob (= 4.2.4) activejob (= 4.2.6)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.4) actionpack (4.2.6)
actionview (= 4.2.4) actionview (= 4.2.6)
activesupport (= 4.2.4) activesupport (= 4.2.6)
rack (~> 1.6) rack (~> 1.6)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.4) actionview (4.2.6)
activesupport (= 4.2.4) activesupport (= 4.2.6)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
active-model-adapter-source (2.0.1) active-model-adapter-source (2.1.1)
ember-data-source (>= 1.13, < 3.0) ember-data-source (>= 1.13, < 3.0)
active_attr (0.8.5) active_attr (0.9.0)
activemodel (>= 3.0.2, < 5.0) activemodel (>= 3.0.2, < 5.1)
activesupport (>= 3.0.2, < 5.0) activesupport (>= 3.0.2, < 5.1)
active_decorator (0.5.3) active_decorator (0.7.1)
activejob (4.2.4) active_model_serializers (0.10.0)
activesupport (= 4.2.4) actionpack (>= 4.0)
activemodel (>= 4.0)
railties (>= 4.0)
activejob (4.2.6)
activesupport (= 4.2.6)
globalid (>= 0.3.0) globalid (>= 0.3.0)
activemodel (4.2.4) activemodel (4.2.6)
activesupport (= 4.2.4) activesupport (= 4.2.6)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.4) activerecord (4.2.6)
activemodel (= 4.2.4) activemodel (= 4.2.6)
activesupport (= 4.2.4) activesupport (= 4.2.6)
arel (~> 6.0) arel (~> 6.0)
activesupport (4.2.4) activesupport (4.2.6)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.3.8) addressable (2.4.0)
airbrussh (0.7.0) airbrussh (1.0.2)
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
arel (6.0.3) arel (6.0.3)
barber (0.9.2) babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
barber (0.11.1)
ember-source (>= 1.0, < 3) ember-source (>= 1.0, < 3)
execjs (>= 1.2, < 3) execjs (>= 1.2, < 3)
bcrypt (3.1.10) bcrypt (3.1.11)
binding_of_caller (0.7.2) bourbon (4.2.7)
debug_inspector (>= 0.0.1)
bourbon (4.2.5)
sass (~> 3.4) sass (~> 3.4)
thor (~> 0.19) thor (~> 0.19)
builder (3.2.2) builder (3.2.2)
cancancan (1.12.0) cancancan (1.14.0)
capistrano (3.4.0) capistrano (3.5.0)
airbrussh (>= 1.0.0)
capistrano-harrow
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
sshkit (~> 1.3) sshkit (>= 1.9.0)
capistrano-bundler (1.1.4) capistrano-bundler (1.1.4)
capistrano (~> 3.1) capistrano (~> 3.1)
sshkit (~> 1.2) sshkit (~> 1.2)
capistrano-rails (1.1.3) capistrano-harrow (0.5.1)
capistrano-rails (1.1.6)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-bundler (~> 1.1) capistrano-bundler (~> 1.1)
capistrano-rvm (0.1.2) capistrano-rvm (0.1.2)
@@ -134,34 +122,33 @@ GEM
capistrano3-puma (1.2.1) capistrano3-puma (1.2.1)
capistrano (~> 3.0) capistrano (~> 3.0)
puma (>= 2.6) puma (>= 2.6)
capybara (2.5.0) capybara (2.7.1)
addressable
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
xpath (~> 2.0) xpath (~> 2.0)
capybara-screenshot (1.0.11) capybara-screenshot (1.0.13)
capybara (>= 1.0, < 3) capybara (>= 1.0, < 3)
launchy launchy
celluloid (0.16.0) childprocess (0.5.9)
timers (~> 4.0.0)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
chunky_png (1.3.4) chunky_png (1.3.5)
climate_control (0.0.3) climate_control (0.0.3)
activesupport (>= 3.0) activesupport (>= 3.0)
cocaine (0.5.7) cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0) climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0) coderay (1.1.1)
coffee-rails (4.1.0) coffee-rails (4.1.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.1.1) coffee-script-source (1.10.0)
colorize (0.7.7) concurrent-ruby (1.0.2)
cookiejar (0.3.2) cookiejar (0.3.0)
couch_potato (1.4.0) couch_potato (1.4.0)
activemodel activemodel
couchrest (~> 1.2.0) couchrest (~> 1.2.0)
@@ -170,51 +157,66 @@ GEM
mime-types (>= 1.15) mime-types (>= 1.15)
multi_json (~> 1.7, ~> 1.0) multi_json (~> 1.7, ~> 1.0)
rest-client (~> 1.8.0) rest-client (~> 1.8.0)
crack (0.4.2) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
debug_inspector (0.0.2) devise (4.1.1)
devise (3.5.2)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5) railties (>= 4.1.0, < 5.1)
responders responders
thread_safe (~> 0.1)
warden (~> 1.2.3) warden (~> 1.2.3)
devise-i18n (0.12.1) devise-i18n (1.0.1)
diff-lcs (1.2.5) diff-lcs (1.2.5)
docile (1.1.5) docile (1.1.5)
domain_name (0.5.24) domain_name (0.5.20160310)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
em-http-request (1.1.2) em-http-request (1.1.3)
addressable (>= 2.3.4) addressable (>= 2.3.4)
cookiejar cookiejar (<= 0.3.0)
em-socksify (>= 0.3) em-socksify (>= 0.3)
eventmachine (>= 1.0.3) eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0) http_parser.rb (>= 0.6.0)
em-socksify (0.3.0) em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4) eventmachine (>= 1.0.0.beta.4)
email_validator (1.6.0) email_validator (1.6.0)
activemodel activemodel
ember-data-source (2.0.1) ember-cli-assets (0.0.32)
ember-source (>= 1.8, < 3.0) ember-data-source (2.5.3)
ember-handlebars-template (0.4.1) ember-source (>= 2, < 3.0)
barber (>= 0.9.0) ember-emblem-template (0.4.0)
sprockets (>= 3.3, < 3.4) ember-handlebars-template (~> 0.7.0)
ember-source (2.0.2) sprockets-rails (~> 2.0)
ember-es6_template (0.4.4)
babel-transpiler (>= 0.6.0, < 0.8)
sprockets (>= 2.1, < 4)
ember-handlebars-template (0.7.4)
barber (>= 0.11.0)
sprockets (>= 3.3, < 4)
ember-rails (0.20.5)
active-model-adapter-source (>= 1.13.0)
active_model_serializers
ember-cli-assets (~> 0.0.1)
ember-data-source (>= 1.13.0)
ember-es6_template (~> 0.4.0)
ember-handlebars-template (>= 0.1.1, < 1.0)
ember-source (>= 1.8.0)
jquery-rails (>= 1.0.17)
railties (>= 3.1)
ember-source (2.5.1)
ember-validations-rails (1.0.0) ember-validations-rails (1.0.0)
railties railties
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.0.8) eventmachine (1.2.0.1)
exception_notification (4.1.1) exception_notification (4.1.4)
actionmailer (>= 3.0.4) actionmailer (~> 4.0)
activesupport (>= 3.0.4) activesupport (~> 4.0)
execjs (2.6.0) execjs (2.7.0)
factory_girl (4.5.0) factory_girl (4.7.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
factory_girl_rails (4.5.0) factory_girl_rails (4.7.0)
factory_girl (~> 4.5.0) factory_girl (~> 4.7.0)
railties (>= 3.0.0) railties (>= 3.0.0)
faraday (0.9.1) faraday (0.9.2)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faye (1.1.2) faye (1.1.2)
cookiejar (>= 0.3.0) cookiejar (>= 0.3.0)
@@ -224,15 +226,15 @@ GEM
multi_json (>= 1.0.0) multi_json (>= 1.0.0)
rack (>= 1.0.0) rack (>= 1.0.0)
websocket-driver (>= 0.5.1) websocket-driver (>= 0.5.1)
faye-websocket (0.10.0) faye-websocket (0.10.4)
eventmachine (>= 0.12.0) eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1) websocket-driver (>= 0.5.1)
ffi (1.9.10) ffi (1.9.10)
font-awesome-rails (4.4.0.0) font-awesome-rails (4.6.3.0)
railties (>= 3.2, < 5.0) railties (>= 3.2, < 5.1)
foreman (0.78.0) foreman (0.82.0)
thor (~> 0.19.1) thor (~> 0.19.1)
foundation-rails (5.5.2.1) foundation-rails (5.5.3.2)
railties (>= 3.1.0) railties (>= 3.1.0)
sass (>= 3.3.0, < 3.5) sass (>= 3.3.0, < 3.5)
fuubar (2.0.0) fuubar (2.0.0)
@@ -242,71 +244,71 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
globalid (0.3.6) globalid (0.3.6)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
hashie (3.4.2) hashdiff (0.3.0)
hitimes (1.2.3) hashie (3.4.4)
http-cookie (1.0.2) http-cookie (1.0.2)
domain_name (~> 0.5) domain_name (~> 0.5)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.7.0) i18n (0.7.0)
iso_country_codes (0.7.1) iso_country_codes (0.7.5)
jquery-rails (4.0.5) jquery-rails (4.1.1)
rails-dom-testing (~> 1.0) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5) jquery-ui-rails (5.0.5)
railties (>= 3.2.16) railties (>= 3.2.16)
js-routes (1.1.2) js-routes (1.2.5)
railties (>= 3.2) railties (>= 3.2)
sprockets-rails sprockets-rails
json (1.8.3) json (1.8.3)
jwt (1.5.1) jwt (1.5.1)
kaminari (0.16.3) kaminari (0.17.0)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
launchy (2.4.3) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
letter_opener (1.4.1) letter_opener (1.4.1)
launchy (~> 2.2) launchy (~> 2.2)
libv8 (3.16.14.11) libv8 (3.16.14.15)
loofah (2.0.3) loofah (2.0.3)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.3) mail (2.6.4)
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 4)
method_source (0.8.2) method_source (0.8.2)
mime-types (2.6.2) mime-types (2.99.2)
mimemagic (0.3.0) mimemagic (0.3.0)
mini_magick (4.3.3) mini_magick (4.5.1)
mini_portile (0.6.2) mini_portile2 (2.0.0)
minitest (5.8.1) minitest (5.9.0)
multi_json (1.11.2) multi_json (1.12.1)
multi_xml (0.5.5) multi_xml (0.5.5)
multipart-post (2.0.0) multipart-post (2.0.0)
naught (1.1.0) naught (1.1.0)
net-scp (1.2.1) net-scp (1.2.1)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (2.9.2) net-ssh (3.1.1)
netrc (0.10.3) netrc (0.11.0)
nokogiri (1.6.6.2) nokogiri (1.6.7.2)
mini_portile (~> 0.6.0) mini_portile2 (~> 2.0.0.rc2)
oauth2 (1.0.0) oauth2 (1.1.0)
faraday (>= 0.8, < 0.10) faraday (>= 0.8, < 0.10)
jwt (~> 1.0) jwt (~> 1.0, < 1.5.2)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (~> 1.2) rack (>= 1.2, < 3)
omniauth (1.2.2) omniauth (1.3.1)
hashie (>= 1.2, < 4) hashie (>= 1.2, < 4)
rack (~> 1.0) rack (>= 1.0, < 3)
omniauth-facebook (2.0.1) omniauth-facebook (3.0.0)
omniauth-oauth2 (~> 1.2) omniauth-oauth2 (~> 1.2)
omniauth-instagram (1.0.1) omniauth-instagram (1.0.2)
omniauth (~> 1.0) omniauth (~> 1)
omniauth-oauth2 (~> 1.0) omniauth-oauth2 (~> 1)
omniauth-oauth2 (1.3.1) omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0) oauth2 (~> 1.0)
omniauth (~> 1.2) omniauth (~> 1.2)
orm_adapter (0.5.0) orm_adapter (0.5.0)
paperclip (4.3.1) paperclip (4.3.6)
activemodel (>= 3.2.0) activemodel (>= 3.2.0)
activesupport (>= 3.2.0) activesupport (>= 3.2.0)
cocaine (~> 0.5.5) cocaine (~> 0.5.5)
@@ -314,7 +316,7 @@ GEM
mimemagic (= 0.3.0) mimemagic (= 0.3.0)
pickadate-rails (3.5.6.0) pickadate-rails (3.5.6.0)
railties (>= 3.1.0) railties (>= 3.1.0)
pry (0.10.1) pry (0.10.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
@@ -323,95 +325,94 @@ GEM
yard (~> 0.8) yard (~> 0.8)
pry-rails (0.3.4) pry-rails (0.3.4)
pry (>= 0.9.10) pry (>= 0.9.10)
puma (2.13.4) puma (3.4.0)
quiet_assets (1.1.0) quiet_assets (1.1.0)
railties (>= 3.1, < 5.0) railties (>= 3.1, < 5.0)
rack (1.6.4) rack (1.6.4)
rack-cors (0.4.0) rack-cors (0.4.0)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.4) rails (4.2.6)
actionmailer (= 4.2.4) actionmailer (= 4.2.6)
actionpack (= 4.2.4) actionpack (= 4.2.6)
actionview (= 4.2.4) actionview (= 4.2.6)
activejob (= 4.2.4) activejob (= 4.2.6)
activemodel (= 4.2.4) activemodel (= 4.2.6)
activerecord (= 4.2.4) activerecord (= 4.2.6)
activesupport (= 4.2.4) activesupport (= 4.2.6)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.2.4) railties (= 4.2.6)
sprockets-rails sprockets-rails
rails-assets-ember-qunit (0.4.11) rails-assets-ember-qunit (0.4.20)
rails-assets-qunit (1.19.0) rails-assets-qunit (1.23.1)
rails-deprecated_sanitizer (1.0.3) rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha) activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7) rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0) activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0) nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1) rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2) rails-html-sanitizer (1.0.3)
loofah (~> 2.0) loofah (~> 2.0)
railties (4.2.4) railties (4.2.6)
actionpack (= 4.2.4) actionpack (= 4.2.6)
activesupport (= 4.2.4) activesupport (= 4.2.6)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.4.2) rake (11.1.2)
ref (2.0.0) ref (2.0.0)
responders (2.1.0) responders (2.2.0)
railties (>= 4.2.0, < 5) railties (>= 4.2.0, < 5.1)
rest-client (1.8.0) rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7) netrc (~> 0.7)
rqrcode (0.7.0) rqrcode (0.10.1)
chunky_png chunky_png (~> 1.0)
rspec (3.3.0) rspec (3.4.0)
rspec-core (~> 3.3.0) rspec-core (~> 3.4.0)
rspec-expectations (~> 3.3.0) rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.3.0) rspec-mocks (~> 3.4.0)
rspec-core (3.3.2) rspec-core (3.4.4)
rspec-support (~> 3.3.0) rspec-support (~> 3.4.0)
rspec-expectations (3.3.1) rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0) rspec-support (~> 3.4.0)
rspec-its (1.2.0) rspec-its (1.2.0)
rspec-core (>= 3.0.0) rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0) rspec-expectations (>= 3.0.0)
rspec-mocks (3.3.2) rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0) rspec-support (~> 3.4.0)
rspec-rails (3.3.3) rspec-rails (3.4.2)
actionpack (>= 3.0, < 4.3) actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3) activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3) railties (>= 3.0, < 4.3)
rspec-core (~> 3.3.0) rspec-core (~> 3.4.0)
rspec-expectations (~> 3.3.0) rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.3.0) rspec-mocks (~> 3.4.0)
rspec-support (~> 3.3.0) rspec-support (~> 3.4.0)
rspec-support (3.3.0) rspec-support (3.4.1)
ruby-progressbar (1.7.5) ruby-progressbar (1.8.1)
rubyzip (1.1.7) rubyzip (1.2.0)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.18) sass (3.4.22)
sass-rails (5.0.4) sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
sass (~> 3.1) sass (~> 3.1)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
selenium-webdriver (2.47.1) selenium-webdriver (2.53.0)
childprocess (~> 0.5) childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0) websocket (~> 1.0)
simplecov (0.10.0) simplecov (0.11.2)
docile (~> 1.1.0) docile (~> 1.1.0)
json (~> 1.8) json (~> 1.8)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.0) simplecov-html (0.10.0)
slim (3.0.6) slim (3.0.7)
temple (~> 0.7.3) temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1) tilt (>= 1.3.3, < 2.1)
slim-rails (3.0.1) slim-rails (3.0.1)
actionmailer (>= 3.1, < 5.0) actionmailer (>= 3.1, < 5.0)
@@ -420,58 +421,51 @@ GEM
railties (>= 3.1, < 5.0) railties (>= 3.1, < 5.0)
slim (~> 3.0) slim (~> 3.0)
slop (3.6.0) slop (3.6.0)
spring (1.4.0) spring (1.7.1)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (3.3.4) sprockets (3.6.0)
rack (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3) sprockets-rails (2.3.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sshkit (1.7.1) sshkit (1.10.0)
colorize (>= 0.7.0)
net-scp (>= 1.1.2) net-scp (>= 1.1.2)
net-ssh (>= 2.8.0) net-ssh (>= 2.8.0)
sucker_punch (1.5.1) sucker_punch (2.0.2)
celluloid (= 0.16.0) concurrent-ruby (~> 1.0.0)
temple (0.7.6) temple (0.7.7)
test_squad (0.0.1) test_squad (0.1.2)
rails rails
therubyracer (0.12.2) therubyracer (0.12.2)
libv8 (~> 3.16.14.0) libv8 (~> 3.16.14.0)
ref ref
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.1) tilt (2.0.4)
timecop (0.8.0) timecop (0.8.1)
timers (4.0.4) tinymce-rails (4.3.12)
hitimes
tinymce-rails (4.2.5)
railties (>= 3.1.1) railties (>= 3.1.1)
turnip (1.3.1) turnip (2.1.0)
gherkin (>= 2.5) gherkin (~> 2.5)
rspec (>= 2.14.0, < 4.0) rspec (>= 3.0, < 4.0)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.2) uglifier (3.0.0)
execjs (>= 0.3.0) execjs (>= 0.3.0, < 3)
json (>= 1.8.0)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.1) unf_ext (0.0.7.2)
warden (1.2.3) warden (1.2.6)
rack (>= 1.0) rack (>= 1.0)
web-console (2.0.0) webmock (2.0.3)
activemodel (~> 4.0)
binding_of_caller (>= 0.7.2)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
webmock (1.21.0)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
websocket (1.2.2) hashdiff
websocket-driver (0.6.2) websocket (1.2.3)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2) websocket-extensions (0.1.2)
xpath (2.0.0) xpath (2.0.0)
@@ -500,15 +494,16 @@ DEPENDENCIES
devise devise
devise-i18n devise-i18n
devise_simply_stored! devise_simply_stored!
ember-emblem-template! ember-emblem-template
ember-rails! ember-handlebars-template
ember-rails
ember-validations-rails ember-validations-rails
exception_notification exception_notification
factory_girl_rails factory_girl_rails
faye faye
font-awesome-rails font-awesome-rails
foreman foreman
foundation-rails foundation-rails (~> 5.5)
fuubar fuubar
iso_country_codes iso_country_codes
jquery-rails jquery-rails
@@ -548,5 +543,7 @@ DEPENDENCIES
timecop timecop
turnip turnip
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
web-console (~> 2.0.0)
webmock webmock
BUNDLED WITH
1.12.3
@@ -1,4 +1,4 @@
App.CurrencyHelper = Ember.Helper.helper (params, options)-> App.CurrencyHelper = Ember.Helper.helper (params, options)->
amount = params[0] amount = params[0]
amount = 0.0 if isNaN(amount) || amount== '' || amount == null amount = 0.0 if isNaN(amount) || amount== '' || amount == null
new Handlebars.SafeString('&euro;&nbsp;' + parseFloat(amount).toFixed(2)) "&euro;&nbsp;#{parseFloat(amount).toFixed(2)}".htmlSafe()
@@ -5,4 +5,4 @@ App.ImageTagHelper = Ember.Helper.helper (params, options)->
extra_attributes = '' extra_attributes = ''
extra_attributes += " width=\"#{options.width}\"" if options.width extra_attributes += " width=\"#{options.width}\"" if options.width
extra_attributes += " height=\"#{options.height}\"" if options.height extra_attributes += " height=\"#{options.height}\"" if options.height
new Handlebars.SafeString "<img src=\"#{image_path}\" alt=\"#{alt}\" title=\"#{alt}\" #{extra_attributes}>" "<img src=\"#{image_path}\" alt=\"#{alt}\" title=\"#{alt}\" #{extra_attributes}>".htmlSafe()
@@ -1,4 +1,4 @@
App.StateHelper = Ember.Helper.helper (params, options)-> App.StateHelper = Ember.Helper.helper (params, options)->
[subject, state] = params [subject, state] = params
path = "state.#{subject}.#{state}" path = "state.#{subject}.#{state}"
new Handlebars.SafeString("<span data-t=\"#{path}\">#{t(path)}</span>") "<span data-t=\"#{path}\">#{t(path)}</span>".htmlSafe()
@@ -7,4 +7,4 @@ App.TimeHelper = Ember.Helper.helper (params, options)->
else else
format_string = '' format_string = ''
tag = if options.bare then iso else $("<span data-time=\"#{iso}\" #{format_string}></span>").text(moment(iso).format(options.format || 'dd D MMM hh:mm')).get(0).outerHTML tag = if options.bare then iso else $("<span data-time=\"#{iso}\" #{format_string}></span>").text(moment(iso).format(options.format || 'dd D MMM hh:mm')).get(0).outerHTML
new Handlebars.SafeString tag tag.htmlSafe()
@@ -1,2 +1,2 @@
App.VersionHelper = Ember.Helper.helper (params, options)-> App.VersionHelper = Ember.Helper.helper (params, options)->
new Handlebars.SafeString $app_version String($app_version).htmlSafe()
@@ -8,7 +8,7 @@ App.BooleanButtonComponent = Ember.Component.extend
text: Ember.computed 'text_path', -> text: Ember.computed 'text_path', ->
return unless text_path = @get('text_path') return unless text_path = @get('text_path')
new Ember.Handlebars.SafeString(tspan(text_path)) tspan(text_path).htmlSafe()
active: Ember.computed 'value', -> active: Ember.computed 'value', ->
if @reverse then !@get('value') else !!@get('value') if @reverse then !@get('value') else !!@get('value')
@@ -27,8 +27,7 @@ App.MenuTimePreviewComponent = Ember.Component.extend
preview_day_text: (-> preview_day_text: (->
return "" unless day = @get('preview_day.text') return "" unless day = @get('preview_day.text')
#day_text = tspan("date.day_name.#{day.get('name')}") #day_text = tspan("date.day_name.#{day.get('name')}")
tag = "<h4>#{day}</h4>" "<h4>#{day}</h4>".htmlSafe()
new Ember.Handlebars.SafeString(tag)
).property('preview_day') ).property('preview_day')
preview_time_text: (-> preview_time_text: (->
@@ -38,7 +37,7 @@ App.MenuTimePreviewComponent = Ember.Component.extend
minute = Math.floor(day_minute%60) minute = Math.floor(day_minute%60)
hour = "0#{hour}".substr(-2,2) hour = "0#{hour}".substr(-2,2)
minute = "0#{minute}".substr(-2,2) minute = "0#{minute}".substr(-2,2)
new Ember.Handlebars.SafeString("<span class='time-preview-active-time time'>#{hour}:#{minute}</span>") "<span class='time-preview-active-time time'>#{hour}:#{minute}</span>".htmlSafe()
).property('preview_full_day', 'preview_minute_of_day') ).property('preview_full_day', 'preview_minute_of_day')
hasSelection: (-> hasSelection: (->
return true if @get('preview_day') return true if @get('preview_day')
@@ -25,7 +25,7 @@ App.ProductCategory = DS.Model.extend Ember.Validations.Mixin,
result += "<span class=\"day-names\">#{active_days.map((day) -> tspan("date.day_name.#{day}")).join(", ")}</span> " result += "<span class=\"day-names\">#{active_days.map((day) -> tspan("date.day_name.#{day}")).join(", ")}</span> "
unless @get('full_day') unless @get('full_day')
result += "<span class=\"time-range\">#{day_minutes_to_time @get('start_from')} - #{day_minutes_to_time @get('end_on')}</span>" result += "<span class=\"time-range\">#{day_minutes_to_time @get('start_from')} - #{day_minutes_to_time @get('end_on')}</span>"
new Ember.Handlebars.SafeString result result.htmlSafe()
validations: validations:
name: {presence: true} name: {presence: true}
@@ -8,14 +8,14 @@
translation_params = {} translation_params = {}
if model = @get('model') if model = @get('model')
translation_params = model.serialize() if model.serialize translation_params = model.serialize() if model.serialize
return new Ember.Handlebars.SafeString(tspan(@title_path, translation_params)) if @title_path return tspan(@title_path, translation_params).htmlSafe() if @title_path
# return translated title_path if directly set by options # return translated title_path if directly set by options
return new Ember.Handlebars.SafeString(tspan(@get('modal_options.title_path'), translation_params)) if @get('modal_options.title_path') return tspan(@get('modal_options.title_path'), translation_params).htmlSafe() if @get('modal_options.title_path')
# infer title path based on controller name App.modals.AddSectionController => add_section # infer title path based on controller name App.modals.AddSectionController => add_section
underscored = `this.constructor.toString().substr(11).replace(/Controller$/, '').underscore()` underscored = `this.constructor.toString().substr(11).replace(/Controller$/, '').underscore()`
# find translated title or humanize the controller name # find translated title or humanize the controller name
if convention_translation = ttry("modal.#{underscored}.title", translation_params) if convention_translation = ttry("modal.#{underscored}.title", translation_params)
new Ember.Handlebars.SafeString(tspan(@get("modal.#{underscored}.title"), translation_params)) tspan(@get("modal.#{underscored}.title"), translation_params).htmlSafe()
else else
underscored.capitalize().replace(/_/, ' ') underscored.capitalize().replace(/_/, ' ')
).property('model.id') ).property('model.id')
+1
View File
@@ -13,6 +13,7 @@ class Product
belongs_to :product_category belongs_to :product_category
#has_and_belongs_to_many :product_categories, storing_keys: false #has_and_belongs_to_many :product_categories, storing_keys: false
has_and_belongs_to_many :product_labels, storing_keys: false
belongs_to :supplier # direct! category is an aid belongs_to :supplier # direct! category is an aid
has_many :product_orders has_many :product_orders
has_many :product_variants, dependent: :destroy has_many :product_variants, dependent: :destroy
+9
View File
@@ -0,0 +1,9 @@
class ProductLabel
include SimplyStored::Couch
include ActiveModel::SerializerSupport
property :name
belongs_to :supplier
has_and_belongs_to_many :products, storing_keys: false
end
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+1 -1
View File
@@ -16,5 +16,5 @@
.large-8.columns.end= f.email_field :email .large-8.columns.end= f.email_field :email
.row .row
.large-12.columns .large-12.columns
= f.submit t('website.contact_form.send_button'), class: 'button' = f.submit t('contact_form.send_button'), class: 'button'
.large-3.columns== @page.sidebar .large-3.columns== @page.sidebar
-1
View File
@@ -1,5 +1,4 @@
nl: nl:
website:
contact_form: contact_form:
submitted: You successfully submitted the contact form submitted: You successfully submitted the contact form
send_button: Verstuur send_button: Verstuur
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ruby:2.2.0 FROM ruby:2.3.0-slim
# throw errors if Gemfile has been modified since Gemfile.lock # throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1 RUN bundle config --global frozen 1
@@ -20,7 +20,7 @@ COPY Gemfile.lock /usr/src/app/
#COPY vendor/cache /usr/src/app/vendor/cache #COPY vendor/cache /usr/src/app/vendor/cache
#RUN bundle install --local #RUN bundle install --local
RUN rm -rf /usr/src/app/.bundle RUN rm -rf /usr/src/app/.bundle
RUN bundle install #RUN bundle install
COPY . /usr/src/app COPY . /usr/src/app
+2 -2
View File
@@ -1,4 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem "couchrest" #gem "couchrest"
gem "pry" #gem "pry"
+2 -2
View File
@@ -2,7 +2,7 @@
# Make drb server # Make drb server
require 'rubygems' require 'rubygems'
require 'drb' require 'drb'
require 'pry' #require 'pry'
#require File.expand_path('../lib/in_memory_q_counter', File.dirname(__FILE__)) #require File.expand_path('../lib/in_memory_q_counter', File.dirname(__FILE__))
# This is a non thread safe replacement for the # This is a non thread safe replacement for the
# couchbase counter mechanism since every test needs # couchbase counter mechanism since every test needs
@@ -106,5 +106,5 @@ class InMemoryQCounter
end end
drb_port = 9022 drb_port = 9022
environment = (%w[production staging development test] & ARGV).first || 'development' environment = (%w[production staging development test] & ARGV).first || 'development'
DRb.start_service "druby://:#{drb_port}", InMemoryQCounter.new(reload_stats: true, environment: environment) DRb.start_service "druby://:#{drb_port}", InMemoryQCounter.new(reload_stats: false, environment: environment)
DRb.thread.join DRb.thread.join
+9
View File
@@ -1,6 +1,12 @@
Release Release
======= =======
Fast notes after upgrade 2016-06-01
------------------------------------
* Sorting products does not work
* my-schedule is broken
Release todos: Release todos:
-------------- --------------
- Printer paperclip 5 minute setup story - Printer paperclip 5 minute setup story
@@ -11,9 +17,12 @@ Release todos:
- User move table alert flash_message for suppliers - User move table alert flash_message for suppliers
- User app authorizations - User app authorizations
- identity - identity
- Add app-store link to android on android phones, and to ios store for
ios devices
Supplier Supplier
-------- --------
- Implement product labels
- Test new product_category creation - Test new product_category creation
- Better message when signing up and already logged in, give link to go - Better message when signing up and already logged in, give link to go
to current supplier!!! to current supplier!!!