We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Richard, thank you for the Gem!
Could you provide a bit more documentation how to use trestle-active_storage?
Some questions:
active_storage_fields do [:avatar, :profile_picture] end
active_storage_field
form
table
Please add information on necessary dependencies: I needed to add the following gems to make the default configuration work:
gem 'poppler' gem 'image_processing', '~> 1.2'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Richard, thank you for the Gem!
Could you provide a bit more documentation how to use trestle-active_storage?
Some questions:
active_storage_fields do [:avatar, :profile_picture] end
? Isn't it sufficient to useactive_storage_field
in aform
block?form
/table
rather than manually adding them (which requires to create the whole form from scratch)? (found an answer: Adding sidebar without filling form fields? TrestleAdmin/trestle#218 (comment))Please add information on necessary dependencies: I needed to add the following gems to make the default configuration work:
The text was updated successfully, but these errors were encountered: