рельсы г команда в CodeEnvy - PullRequest
0 голосов
/ 01 марта 2019

Пожалуйста, я учусь по этой документации на создание приложения spree Framework с использованием IDE CodeEnvy, но после создания моего приложения команда rails g spree:install --user_class=Spree::User в CodeEnvy не отображает ничего, кроме описания новой команды rails, напримерчто:

Это Gemfile приложения:

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.4.4'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end

group :development do
  # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
  gem 'web-console', '>= 3.3.0'
  gem 'listen', '>= 3.0.5', '< 3.2'
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring'
  gem 'spring-watcher-listen', '~> 2.0.0'
end

group :test do
  # Adds support for Capybara system testing and selenium driver
  gem 'capybara', '>= 2.15'
  gem 'selenium-webdriver'
  # Easy installation and use of chromedriver to run system tests with Chrome
  gem 'chromedriver-helper'
end

gem 'spree', '~> 3.7'
gem 'spree_auth_devise', '~> 3.5'
gem 'spree_gateway', '~> 3.4'


# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

команда bundle install дает следующее:

 :/projects/spree/store$ bundle install
Using rake 12.3.2
Using concurrent-ruby 1.1.4
Using i18n 1.5.3
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Using activesupport 5.2.2
Using builder 3.2.3
Using erubi 1.8.0
Using mini_portile2 2.4.0
Using nokogiri 1.10.1
Using rails-dom-testing 2.0.3
Using crass 1.0.4
Using loofah 2.2.3
Using rails-html-sanitizer 1.0.4
Using actionview 5.2.2
Using rack 2.0.6
Using rack-test 1.1.0
Using actionpack 5.2.2
Using nio4r 2.3.1
Using websocket-extensions 0.1.3
Using websocket-driver 0.7.0
Using actioncable 5.2.2
Using globalid 0.4.2
Using activejob 5.2.2
Using mini_mime 1.0.1
Using mail 2.7.1
Using actionmailer 5.2.2
Using activemerchant 1.91.0
Using activemodel 5.2.2
Using arel 9.0.0
Using activerecord 5.2.2
Using mimemagic 0.3.3
Using marcel 0.3.3
Using activestorage 5.2.2
Using acts-as-taggable-on 6.0.0
Using acts_as_list 0.9.17
Using public_suffix 3.0.3
Using addressable 2.6.0
Using io-like 0.3.0
Using archive-zip 0.12.0
Using ast 2.4.0
Using execjs 2.7.0
Using autoprefixer-rails 9.4.9
Using awesome_nested_set 3.1.4
Using popper_js 1.14.5
Using rb-fsevent 0.10.3
Using ffi 1.10.0
Using rb-inotify 0.10.0
Using sass-listen 4.0.0
Using sass 3.7.3
Using bootstrap 4.1.3
Using bundler 1.16.2
Using byebug 11.0.0
Using camertron-eprun 1.1.1
Using cancancan 2.3.0
Using method_source 0.9.2
Using thor 0.20.3
Using railties 5.2.2
Using sprockets 3.7.2
Using sprockets-rails 3.2.1
Using rails 5.2.2
Using canonical-rails 0.2.5
Using xpath 3.2.0
Using capybara 2.18.0
Using launchy 2.4.3
Using capybara-screenshot 1.0.22
Using carmen 1.0.2
Using childprocess 0.9.0
Using chromedriver-helper 2.1.0
Using cldr-plurals-runtime-rb 1.0.1
Using coderay 1.1.2
Using safe_yaml 1.0.5
Using crack 0.4.3
Using css_parser 1.7.0
Using database_cleaner 1.7.0
Using polyglot 0.3.5
Using rainbow 3.0.0
Using deface 1.3.2
Using diff-lcs 1.3
Using docile 1.3.1
Using doorkeeper 5.0.2
Using htmlentities 4.3.4
Using email_spec 2.2.0
Using factory_bot 4.11.1
Using factory_bot_rails 4.11.1
Using fast_jsonapi 1.5
Using ffaker 2.10.0
Using friendly_id 5.2.5
Using glyphicons 1.0.2
Using hashdiff 0.3.8
Using highline 2.0.1
Using jaro_winkler 1.5.2
Using jquery-rails 4.3.3
Using jquery-ui-rails 6.0.1
Using json 2.2.0
Using jsonapi-rspec 0.0.2
Using kaminari-core 1.0.1
Using kaminari-actionview 1.0.1
Using kaminari-activerecord 1.0.1
Using kaminari 1.0.1
Using mini_magick 4.8.0
Using money 6.13.2
Using monetize 1.9.1
Using mysql2 0.5.2
Using parallel 1.14.0
Using paranoia 2.4.1
Using parser 2.6.0.0
Using pg 0.21.0
Using powerpack 0.1.2
Using premailer 1.11.1
Using premailer-rails 1.10.2
Using pry 0.12.2
Using pry-byebug 3.7.0
Using rabl 0.13.1
Using rails-controller-testing 1.0.4
Using ransack 2.1.1
Using responders 2.4.1
Using rspec-support 3.7.1
Using rspec-mocks 3.7.0
Using rspec-activemodel-mocks 1.1.0
Using rspec-expectations 3.7.0
Using rspec-collection_matchers 1.1.3
Using rspec-core 3.7.1
Using rspec-its 1.2.0
Using rspec-rails 3.7.2
Using rspec-retry 0.6.1
Using rspec_junit_formatter 0.4.1
Using ruby-progressbar 1.10.0
Using unicode-display_width 1.4.1
Using rubocop 0.60.0
Using rubocop-rspec 1.32.0
Using rubyzip 1.2.2
Using tilt 2.0.9
Using sass-rails 5.0.7
Using select2-rails 3.5.9.1
Using selenium-webdriver 3.141.0
Using simplecov-html 0.10.2
Using simplecov 0.16.1
Using state_machines 0.5.0
Using state_machines-activemodel 0.5.1
Using state_machines-activerecord 0.5.2
Using stringex 2.8.5
Using twitter_cldr 4.4.3
Using spree_core 4.0.0.alpha from source at `.`
Using versioncake 3.4.0
Using spree_api 4.0.0.alpha from source at `.`
Using spree_backend 4.0.0.alpha from source at `.`
Using spree_cmd 4.0.0.alpha from source at `.`
`/projects/spree/cmd/bin/spree` does not exist, maybe `gem pristine spree_cmd` will fix it?
`/projects/spree/cmd/bin/spree_cmd` does not exist, maybe `gem pristine spree_cmd` will fix it?
Using spree_frontend 4.0.0.alpha from source at `.`
Using spree_sample 4.0.0.alpha from source at `.`
Using spree 4.0.0.alpha from source at `.`
Using sqlite3 1.3.13
Using timecop 0.9.1
Using webmock 3.0.1
Bundle complete! 29 Gemfile dependencies, 155 gems now installed.
Bundled gems are installed into `/usr/local/bundle`

Есть решение?Спасибо.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...