Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Does not work with Rails 6 #76

@ELepolt

Description

@ELepolt

Start up a new rails app

# 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))

Here's a working repo to reproduce the issue. You can swap between rails 6 and rails 5 to see that it is working in 5.
https://github.com/ELepolt/rails6-dossier

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions