Pixelさん、ネットワークがつながるまでに何十秒か時間がかかるようになっちゃってる。どゆこと…(´・ω・`)
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.5.3
Ruby 2.5.3p105 にしたよ
https://github.com/zunda/mastodon/commit/3df71cb7809e6faf8ccd23532f0195d8f09cc0bd
ついでにMasotdonのバージョンにRubyのバージョンも追加したよ
https://github.com/zunda/mastodon/commit/c7324b739aa7d704ae1033fbf8221b7f5d010708
@yi0713 ホストにログインできるようなら、
cd ~/.rbenv/plugins/ruby-build && git pull
みたいにしてrbenvのruby-buildプラグインを更新して、
rbenv install 2.5.3
でインストールすると行けるかもです
@yi0713 なーるほどー。Mastodonのディレクトリ内で
bundle exec rails -v
するとどうなるしょうか?「bundle exec」部分がPATH以外にもいろいろな環境変数をよしなに設定してくれます。
$ heroku pg:info -a zundan-mastodon=== HEROKU_POSTGRESQL_ORANGE_URL, DATABASE_URL
Plan: Hobby-basic
Status: Available
Connections: 5/20
PG Version: 10.5
Created: 2017-12-16 18:16 UTC
Data Size: 3.18 GB
Tables: 50
Rows: 8110220/10000000 (In compliance, close to row limit)
This account is not set to public on notestock.
This account is not set to public on notestock.
取り消し線があほっぽい
a38a45248 (upstream/master) Add unread indicator to conversations (#9009)
bebe8ec88 fix: initial state of PrivacyDropdown is should not be null (#9008)
e5762875a Use Ruby ==2.5.2== 2.5.3 (#9003)
65b3804a6 RTL: fix domain append at signup form (#9007)
007f7690f Fix fav/boosts hotkeys not working on detailed statuses (#9006)
f8c1b3254 RTL: fix admin account margins in about page (#9005)
@nagachika いえいえいえいえ!そういう意味ではないですっ!PRをちょっと変えたのをタイトルで伝えようとしたら失敗しちゃった、という要旨ですっ!!
This account is not set to public on notestock.
\master/ \ますたー/
Merged tootsuite/mastodon at a38a452481d0f5207bb27ba7a2707c0028d2ac18.
== 20181018205649 AddUnreadToAccountConversations: migrating ==================
-- transaction_open?()
-> 0.0000s
-- execute("SET statement_timeout TO 0")
-> 0.0031s
-- transaction()
-- add_column(:account_conversations, :unread, :boolean, {:default=>nil})
-> 0.0122s
-- change_column_default(:account_conversations, :unread, false)
-> 0.0196s
-> 0.0468s
-- transaction_open?()
-> 0.0000s
-- exec_query("SELECT reltuples FROM pg_class WHERE relname = 'account_conversations'")
-> 0.0047s
-- exec_query("SELECT COUNT(*) AS count FROM \"account_conversations\"")
-> 0.0031s
-- exec_query("SELECT \"account_conversations\".\"id\" FROM \"account_conversations\" ORDER BY \"account_conversations\".\"id\" ASC LIMIT 1")
-> 0.0027s
-- Migrating account_conversations.unread (~1 rows)
-- change_column_null(:account_conversations, :unread, false)
-> 0.0032s
@yi0713 Mastodonを起動するときのHOME環境変数がrbenv installしたときのと違ってるとかPATHが指してる~/.rbenv/shims/の先が違っとかかなあ…