Artur
Artur
@allix: you mean all the new applications set up via Dropbox site ? Which gem you use now ? I have the same problem, but I've found it rather fails...
I see. Have you tried that gem https://github.com/futuresimple/dropbox-api, also mentioned here https://www.dropbox.com/developers/reference/sdk, looks promising
Similar issue when selecting some predefined range with ranges plugin.
@wakirin works perfect, thx
also interested if any update planned ?
> I was doing this in a rails 6 engine and had to add the following within engine.rb > > ``` > > initializer "my_engine.precompile" do |app| > app.config.assets.paths app.config.assets.precompile...
@Fodoj solution works like a charm, saved me a lot of time when I had some a bit similar issue with *config.cells.with_assets*
I've experienced this issue when I'v tried to use *rich_text_area* from *activetext* inside cell's view. The solution was to pass _main_app_ to the cell: ``` = cell(User::Cell::Form, @form, context: {...
Got the same error as above (for 2.2.2): Ty**peError: tom_select__WEBPACK_IMPORTED_MODULE_0__.default is not a constructor** when tried to create stimulus controller for tomselect ``` import TomSelect from 'tom-select' import { Controller...