Dan Tappin
Dan Tappin
Staring with something as simple as this to confirm its working. ``` import { Toggle } from "tailwindcss-stimulus-components" export default class extends Toggle { connect() { super.connect(); console.log("Toggle Super") }...
Can anyone tell me what the 'data' column is for in the reputations results? Can you add your own data to the records?
My app uses multi tenancy with https://github.com/ErwinM/acts_as_tenant. Each model in the tenant has an `account_id` column and the current tenant id is automatically added on commit. I tried adding an...
**lib/active_admin/axlsx/resource_controller_extension.rb** index_without_xlsx(options) fails with: `wrong number of arguments (1 for 0)` ``` def index_with_xlsx(options={}, &block) index_without_xlsx(options) do |format| format.xlsx do xlsx = active_admin_config.xlsx_builder.serialize(collection) send_data xlsx.to_stream.read, :filename => "#{xlsx_filename}", :type =>...
undefined method `fa_icon' errors when the gem is installed.