rootstrap / active-storage-base64

Base64 support for ActiveStorage
https://rootstrap.com
MIT License
160 stars 16 forks source link

Add has_one_base64_attached method #3

Closed Ricoch closed 5 years ago

Ricoch commented 5 years ago

Description:

Ricoch commented 5 years ago

@santib so far I have only worked in two projects, and in both we worked against a development branch instead of master during development. Also, there's one of the previous PR's on this project that was made against development branch. You think I should merge development into master and change the base branch for this PR to master?

santib commented 5 years ago

@Ricoch The difference is that this one is a gem. When using gems in your apps, you use released versions. Nobody (unless experimenting) should use the version in master because that's actually what's currently in development and can have bugs. What's more, if you use development then master is just useless, right? But it's a convention to use master for the development of a gem.

Ricoch commented 5 years ago

@santib Great! Good to know! Thanks for the info