質問編集履歴
2
コード修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,26 +3,14 @@
|
|
3
3
|
**やりたいこと エラーを解消しrails newをだたしく起動させたい**
|
4
4
|
|
5
5
|
```ここに言語を入力
|
6
|
-
[vagrant@localhost rails_lessons]$ rails new my_memo
|
6
|
+
[vagrant@localhost rails_lessons]$ rails new my_memo
|
7
|
-
|
7
|
+
create
|
8
|
-
|
8
|
+
create README.md
|
9
|
-
|
9
|
+
create Rakefile
|
10
|
-
identical .ruby-version
|
11
|
-
identical config.ru
|
12
|
-
conflict .gitignore
|
13
|
-
Overwrite /home/vagrant/rails_lessons/my_memo/.gitignore? (enter "h" for help) [Ynaqdhm] y
|
14
|
-
force .gitignore
|
15
|
-
identical Gemfile
|
16
|
-
run git init from "."
|
17
|
-
Reinitialized existing Git repository in /home/vagrant/rails_lessons/my_memo/.git/
|
18
|
-
identical package.json
|
19
|
-
exist app
|
20
|
-
identical app/assets/config/manifest.js
|
21
10
|
:
|
22
|
-
|
11
|
+
:
|
23
|
-
identical storage/.keep
|
24
|
-
|
12
|
+
create tmp/storage
|
25
|
-
|
13
|
+
create tmp/storage/.keep
|
26
14
|
remove config/initializers/cors.rb
|
27
15
|
remove config/initializers/new_framework_defaults_6_0.rb
|
28
16
|
run bundle install
|
@@ -32,9 +20,8 @@
|
|
32
20
|
Resolving dependencies......
|
33
21
|
Using rake 13.0.1
|
34
22
|
Using concurrent-ruby 1.1.5
|
35
|
-
Using i18n 1.7.0
|
36
|
-
|
23
|
+
:
|
37
|
-
|
24
|
+
:
|
38
25
|
Using sassc-rails 2.1.2
|
39
26
|
Using sass-rails 6.0.0
|
40
27
|
Using selenium-webdriver 3.142.6
|
@@ -47,7 +34,7 @@
|
|
47
34
|
current directory:
|
48
35
|
/home/vagrant/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.1/ext/sqlite3
|
49
36
|
/home/vagrant/.rbenv/versions/2.6.5/bin/ruby -I /home/vagrant/.rbenv/versions/2.6.5/lib/ruby/2.6.0 -r
|
50
|
-
./siteconf20191213-
|
37
|
+
./siteconf20191213-24129-14tuj2s.rb extconf.rb
|
51
38
|
checking for sqlite3.h... no
|
52
39
|
sqlite3.h is missing. Try 'brew install sqlite3',
|
53
40
|
'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
|
@@ -62,16 +49,7 @@
|
|
62
49
|
--with-opt-dir
|
63
50
|
--without-opt-dir
|
64
51
|
:
|
65
|
-
:
|
52
|
+
:
|
66
|
-
--without-sqlcipher
|
67
|
-
--with-sqlite3-config
|
68
|
-
--without-sqlite3-config
|
69
|
-
--with-pkg-config
|
70
|
-
--without-pkg-config
|
71
|
-
--with-sqlcipher
|
72
|
-
--without-sqlcipher
|
73
|
-
--with-sqlite3-dir
|
74
|
-
--without-sqlite3-dir
|
75
53
|
--with-sqlite3-include
|
76
54
|
--without-sqlite3-include=${sqlite3-dir}/include
|
77
55
|
--with-sqlite3-lib
|
1
余分なコードの削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -61,16 +61,8 @@
|
|
61
61
|
Provided configuration options:
|
62
62
|
--with-opt-dir
|
63
63
|
--without-opt-dir
|
64
|
-
--with-opt-include
|
65
|
-
--without-opt-include=${opt-dir}/include
|
66
|
-
--with-opt-lib
|
67
|
-
--without-opt-lib=${opt-dir}/lib
|
68
|
-
--with-make-prog
|
69
|
-
--without-make-prog
|
70
|
-
--srcdir=.
|
71
|
-
|
64
|
+
:
|
72
|
-
--ruby=/home/vagrant/.rbenv/versions/2.6.5/bin/$(RUBY_BASE_NAME)
|
73
|
-
|
65
|
+
:
|
74
66
|
--without-sqlcipher
|
75
67
|
--with-sqlite3-config
|
76
68
|
--without-sqlite3-config
|