You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
# Note: Not exact
rails _6.0.0.0_ new rails6
# Add dossier to gemfile
bundle install
rails generate scaffold Post name:string title:string content:text
rails c
Post.all
The final command spits out an error: ArgumentError (wrong number of arguments (given 2, expected 1))