Activity
In my case, I can upload images but they fail afterwards. Something about vips
Posted in Adding Scheduled Blog Posts Discussion
For future viewers, the wrong sorting where drafts can appear on top has been addressed in the following video "Sorting Blog Posts With Scopes". Essentially a postgresql version mismatch can cause this inconsistency. In the follow-up video, Chris explicitly pushes NULLs last, as the deployment surfaces this issue.
Posted in Adding Scheduled Blog Posts Discussion
The final implementation seems different btw https://github.com/gorails-screencasts/learning-path-blog/blob/main/app/models/blog_post.rb#L8
Posted in Adding Scheduled Blog Posts Discussion
Facing the same issue
Posted in Creating A Blog Post Model Discussion
For future travellers, the sqlite3
database is under /storage
now
Posted in Setup MacOS 11.0 Big Sur Discussion
The solution is to update brew.
brew update && brew upgrade ruby-build
Posted in Setup MacOS 11.0 Big Sur Discussion
[~] rbenv install 3.0.0
ruby-build: definition not found: 3.0.0
The following versions contain `3.0.0' in the name:
3.0.0-dev
3.0.0-preview1
3.0.0-preview2
Am I missing something?