Csaba Apagyi

Results 109 comments of Csaba Apagyi

Had the same issue with Rails 6. @freefishz's solution did not work, I had to add `jbuilder` to the Gemfile. I have no idea if that should've been obvious or...

Same here, it doesn't work.

Why close the issue then? Project looks legit otherwise, I was glad to notice this open issue.

I installed `activeadmin_addons` on a project with v4 and I get `uninitialized constant ActiveAdmin::Views::Pages (NameError)` on startup.

I ended up using `importmaps` (the default of AA v4) and `stimulus` (default of Rails since v7) to integrate JS libraries into AA v4, for example these show you how...

Same here, super simple ``` - uses: awalsh128/cache-apt-pkgs-action@v1 with: packages: libvips version: 1.0 ``` ``` Run ${GITHUB_ACTION_PATH}/pre_cache_action.sh \ ${GITHUB_ACTION_PATH}/pre_cache_action.sh \ ~/cache-apt-pkgs \ "$VERSION" \ "$EXEC_INSTALL_SCRIPTS" \ "$DEBUG" \ "$PACKAGES" echo...

@awalsh128 A PR? It's a reproduction of the issue

Here's a very simple rails app comparing `ruby-skd` and `fast-mcp`: https://github.com/thisismydesign/rails-mcp-example