質問編集履歴

4

新しく試した点についての追記

2019/02/25 07:57

投稿

foorin
foorin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -116,7 +116,13 @@
116
116
 
117
117
  また、何故か
118
118
 
119
- $ crontab -l と打っても、実行できません。
119
+ $ crontab -l と打っても、
120
+
121
+ $ 'crontab'は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチファイルとして認識されていません。
122
+
123
+
124
+
125
+ と出力されて実行できません。
120
126
 
121
127
 
122
128
 

3

2019/02/25 07:57

投稿

foorin
foorin

スコア11

test CHANGED
File without changes
test CHANGED
@@ -104,6 +104,22 @@
104
104
 
105
105
 
106
106
 
107
+ <追記>
108
+
109
+ コマンドプロンプトのアプリケーションディレクトリ直下で
110
+
111
+ $ rails runner -e development "Post.bot"
112
+
113
+ を叩いた結果、正常にTwitterの方でツイートされているのが確認されました。
114
+
115
+
116
+
117
+ また、何故か
118
+
119
+ $ crontab -l と打っても、実行できません。
120
+
121
+
122
+
107
123
  ### バージョン
108
124
 
109
125
  Ruby 2.4.5

2

2019/02/25 07:39

投稿

foorin
foorin

スコア11

test CHANGED
File without changes
test CHANGED
File without changes

1

2019/02/25 07:30

投稿

foorin
foorin

スコア11

test CHANGED
File without changes
test CHANGED
File without changes