Created
December 23, 2015 16:07
-
-
Save Solnse/b77cfa508e6c461fb6d7 to your computer and use it in GitHub Desktop.
newly created app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07:48:59 ~$ cd repos | |
08:01:27 ~/repos$ rails --version | |
Rails 4.2.5 | |
08:01:40 ~/repos$ ruby --version | |
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux] | |
08:01:49 ~/repos$ rvm use 2.2.4 | |
Using /home/chad/.rvm/gems/ruby-2.2.4 | |
08:01:57 ~/repos$ ruby --version | |
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux] | |
08:02:03 ~/repos$ gem --version | |
2.5.1 | |
08:03:13 ~/repos$ passenger --version | |
Phusion Passenger 5.0.23 | |
08:03:37 ~/repos$ rails new simple_app | |
create | |
create README.rdoc | |
create Rakefile | |
create config.ru | |
create .gitignore | |
create Gemfile | |
create app | |
create app/assets/javascripts/application.js | |
create app/assets/stylesheets/application.css | |
create app/controllers/application_controller.rb | |
create app/helpers/application_helper.rb | |
create app/views/layouts/application.html.erb | |
create app/assets/images/.keep | |
create app/mailers/.keep | |
create app/models/.keep | |
create app/controllers/concerns/.keep | |
create app/models/concerns/.keep | |
create bin | |
create bin/bundle | |
create bin/rails | |
create bin/rake | |
create bin/setup | |
create config | |
create config/routes.rb | |
create config/application.rb | |
create config/environment.rb | |
create config/secrets.yml | |
create config/environments | |
create config/environments/development.rb | |
create config/environments/production.rb | |
create config/environments/test.rb | |
create config/initializers | |
create config/initializers/assets.rb | |
create config/initializers/backtrace_silencers.rb | |
create config/initializers/cookies_serializer.rb | |
create config/initializers/filter_parameter_logging.rb | |
create config/initializers/inflections.rb | |
create config/initializers/mime_types.rb | |
create config/initializers/session_store.rb | |
create config/initializers/wrap_parameters.rb | |
create config/locales | |
create config/locales/en.yml | |
create config/boot.rb | |
create config/database.yml | |
create db | |
create db/seeds.rb | |
create lib | |
create lib/tasks | |
create lib/tasks/.keep | |
create lib/assets | |
create lib/assets/.keep | |
create log | |
create log/.keep | |
create public | |
create public/404.html | |
create public/422.html | |
create public/500.html | |
create public/favicon.ico | |
create public/robots.txt | |
create test/fixtures | |
create test/fixtures/.keep | |
create test/controllers | |
create test/controllers/.keep | |
create test/mailers | |
create test/mailers/.keep | |
create test/models | |
create test/models/.keep | |
create test/helpers | |
create test/helpers/.keep | |
create test/integration | |
create test/integration/.keep | |
create test/test_helper.rb | |
create tmp/cache | |
create tmp/cache/assets | |
create vendor/assets/javascripts | |
create vendor/assets/javascripts/.keep | |
create vendor/assets/stylesheets | |
create vendor/assets/stylesheets/.keep | |
run bundle install | |
Fetching gem metadata from https://rubygems.org/........... | |
Fetching version metadata from https://rubygems.org/... | |
Fetching dependency metadata from https://rubygems.org/.. | |
Resolving dependencies....... | |
Using rake 10.4.2 | |
Using i18n 0.7.0 | |
Using json 1.8.3 | |
Using minitest 5.8.3 | |
Using thread_safe 0.3.5 | |
Using builder 3.2.2 | |
Using erubis 2.7.0 | |
Using mini_portile2 2.0.0 | |
Using rack 1.6.4 | |
Using mime-types 2.99 | |
Using arel 6.0.3 | |
Using debug_inspector 0.0.2 | |
Using bundler 1.11.2 | |
Using byebug 8.2.1 | |
Using coffee-script-source 1.10.0 | |
Using execjs 2.6.0 | |
Using thor 0.19.1 | |
Using concurrent-ruby 1.0.0 | |
Using multi_json 1.11.2 | |
Using sass 3.4.20 | |
Using tilt 2.0.1 | |
Using spring 1.6.1 | |
Installing sqlite3 1.3.11 with native extensions | |
Using rdoc 4.2.1 | |
Using tzinfo 1.2.2 | |
Using nokogiri 1.6.7.1 | |
Using rack-test 0.6.3 | |
Using mail 2.6.3 | |
Using binding_of_caller 0.7.2 | |
Using coffee-script 2.4.1 | |
Using uglifier 2.7.2 | |
Using sprockets 3.5.2 | |
Using sdoc 0.4.1 | |
Using activesupport 4.2.5 | |
Using loofah 2.0.3 | |
Using rails-deprecated_sanitizer 1.0.3 | |
Using globalid 0.3.6 | |
Using activemodel 4.2.5 | |
Using jbuilder 2.3.2 | |
Using rails-html-sanitizer 1.0.2 | |
Using rails-dom-testing 1.0.7 | |
Using activejob 4.2.5 | |
Using activerecord 4.2.5 | |
Using actionview 4.2.5 | |
Using actionpack 4.2.5 | |
Using actionmailer 4.2.5 | |
Using railties 4.2.5 | |
Using sprockets-rails 3.0.0 | |
Using coffee-rails 4.1.1 | |
Using jquery-rails 4.0.5 | |
Using rails 4.2.5 | |
Using sass-rails 5.0.4 | |
Installing web-console 2.2.1 | |
Using turbolinks 2.5.3 | |
Bundle complete! 12 Gemfile dependencies, 54 gems now installed. | |
Use `bundle show [gemname]` to see where a bundled gem is installed. | |
run bundle exec spring binstub --all | |
* bin/rake: spring inserted | |
* bin/rails: spring inserted | |
08:06:35 ~/repos$ cd simple_app | |
08:06:42 ~/repos/simple_app$ passenger start | |
/home/chad/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2158:in `method_missing': undefined method `this' for #<Gem::Specification:0xe8ba98 passenger-5.0.23> (NoMethodError) | |
from /home/chad/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:1056:in `find_active_stub_by_path' | |
from /home/chad/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:63:in `require' | |
from /home/chad/.rvm/gems/ruby-2.2.4/gems/passenger-5.0.23/bin/passenger:33:in `<top (required)>' | |
from /home/chad/.rvm/gems/ruby-2.2.4/bin/passenger:23:in `load' | |
from /home/chad/.rvm/gems/ruby-2.2.4/bin/passenger:23:in `<main>' | |
from /home/chad/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `eval' | |
from /home/chad/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `<main>' | |
08:06:45 ~/repos/simple_app$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment