browse-everything
browse-everything copied to clipboard
Rails engine providing access to files in cloud storage
Currently this is 1.46.0
Currently this is version 0.1.17. One should also determine whether or not semantic versioning is being followed (and, if so, what is blocking a 1.0.0 release).
This should be monitored, as https://github.com/googleapis/google-auth-library-ruby/pull/221 introduces some features which I think would be valuable.
This is necessary in order to reconcile the changes introduced in commits for forks of this repository. After reviewing those which are publicly available on GitHub (please see https://github.com/samvera/browse-everything/network/members), I...
Please see https://github.com/samvera/hyrax/pull/3645/files#r298649052 for context
Hi I have a requirement like for uploading a file instead of choosing a file from my local filesystem, I would like to browse the files in rails server. Basically...
suggestion: ``` erb ``` would render: ``` html Browse! ```
``` ActionView::Template::Error (Undefined mixin 'content-columns') browse-everything (0.4.3) app/assets/stylesheets/_browse_everything.css.scss:70:in `content-columns' ``` This mixin is from bootstrap-sass: https://github.com/twbs/bootstrap-sass/blob/eec14dac762d0bcf83f9c767fb23927ba37c9a12/vendor/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss#L81 And it's deprecated. "All vendor mixins are deprecated as of v3.2 due to the...