https://avo.cool logo
Join Discord
Powered by
# avo-2
  • hey there - I want to use avo route helpers in ...
    m

    miniature-optician-85831

    10/25/2023, 9:30 AM
    Thread automatically created by gee_forr in #740893011994738751
    l
    l
    f
    • 4
    • 14
  • πŸ‘‹ Hey everyone! I have a situation like this:...
    m

    miniature-optician-85831

    10/25/2023, 11:35 PM
    Thread automatically created by stevent4520 in #740893011994738751
    l
    f
    • 3
    • 15
  • Hey, friends: I have a resource with this asso...
    m

    melodic-telephone-37659

    10/26/2023, 5:23 PM
    Hey, friends: I have a resource with this association:
    field :service_contracts, as: :has_many, link_to_resource: true
    I am seeing this error:
    ActionController::UnpermittedParameters - found unpermitted parameter: :turbo_frame:
    This appears to be an internal Avo thing - searched the docs - any ideas?
    m
    l
    l
    • 4
    • 122
  • In actions, are `required` fields truly require...
    m

    miniature-optician-85831

    10/30/2023, 11:51 AM
    Thread automatically created by rickychilcott in #740893011994738751
    s
    l
    l
    • 4
    • 40
  • Hey guys, what do you think about a filter mech...
    m

    miniature-optician-85831

    11/05/2023, 5:49 PM
    Thread automatically created by roc.khalil in #740893011994738751
    l
    n
    l
    • 4
    • 26
  • is there a way to unscope the query for the sho...
    e

    early-oxygen-87878

    11/07/2023, 4:24 PM
    is there a way to unscope the query for the show and all action and not only the index like:
    self.index_query = -> { query.with_deleted }
    ? Maybe something like:
    self.query = -> { query.with_deleted }
    m
    l
    • 3
    • 30
  • Hello @here! We're currently developing a featu...
    m

    miniature-optician-85831

    11/14/2023, 6:59 AM
    Thread automatically created by paul_bob in #740893011994738751
  • Hello everyone! I have 2 resources for the sam...
    m

    miniature-optician-85831

    11/14/2023, 10:28 AM
    Thread automatically created by Volodymyr in #740893011994738751
    l
    e
    • 3
    • 3
  • I'm running into an issue with Windows? and Edg...
    m

    miniature-optician-85831

    11/16/2023, 9:23 PM
    Thread automatically created by rickychilcott in #740893011994738751
    s
    l
    l
    • 4
    • 17
  • Another issue, this one is on 2.44: In resourc...
    m

    miniature-optician-85831

    11/17/2023, 12:45 AM
    Thread automatically created by rickychilcott in #740893011994738751
    s
    l
    • 3
    • 6
  • Hello I am in the process of creating some cus...
    m

    miniature-optician-85831

    11/21/2023, 7:24 PM
    Thread automatically created by andrew.walker.testdouble.com in #740893011994738751
    l
    l
    • 3
    • 18
  • What's the best way to filter (or search) by da...
    c

    calm-gold-48525

    11/22/2023, 5:00 PM
    What's the best way to filter (or search) by date range?
    m
    l
    n
    • 4
    • 12
  • . I'm following the steps here: https://docs.av...
    m

    miniature-optician-85831

    11/22/2023, 9:18 PM
    Thread automatically created by andrew.walker.testdouble.com in #740893011994738751
  • Hello again I'm now wanting to use additional ...
    m

    miniature-optician-85831

    11/22/2023, 9:18 PM
    Thread automatically created by andrew.walker.testdouble.com in #740893011994738751
    l
    l
    • 3
    • 25
  • Is it possible to have the value from one input...
    m

    miniature-optician-85831

    11/23/2023, 8:52 PM
    Thread automatically created by kadams54 in #740893011994738751
    l
    b
    • 3
    • 6
  • I'm having trouble getting `format_using` to wo...
    m

    miniature-optician-85831

    11/23/2023, 10:22 PM
    Thread automatically created by andrew.walker.testdouble.com in #740893011994738751
    l
    l
    l
    • 4
    • 26
  • Now that V3 has been released, how do I search ...
    m

    miniature-optician-85831

    11/25/2023, 2:26 PM
    Thread automatically created by adventurous_seahorse_65114 in #740893011994738751
    l
    f
    • 3
    • 6
  • Any idea why params[:global] does not seem to w...
    f

    famous-motherboard-45406

    11/25/2023, 2:39 PM
    Any idea why params[:global] does not seem to work like in this code (resource search is never executed) :
    Copy code
    ruby
    self.search_query = -> do
        if params[:global]
          # Perform global search
          scope.ransack(id_eq: params[:q], nom_cont: params[:q], accountnr_cont: params[:q], m: "or").result(distinct: false)
        else
          # Perform resource search
          scope.ransack(id_eq: params[:q], nom_or_ville_cont: params[:q], accountnr_cont: params[:q], m: "or").result(distinct: false)
        end
      end
    m
    l
    • 3
    • 13
  • We store most of our user info in our database ...
    m

    miniature-optician-85831

    11/29/2023, 1:13 PM
    Thread automatically created by kadams54 in #740893011994738751
    b
    l
    l
    • 4
    • 9
  • What is the "Avo way" for translating enums whe...
    m

    miniature-optician-85831

    12/01/2023, 2:13 PM
    Thread automatically created by maokomioko in #740893011994738751
    l
    • 2
    • 3
  • I want to add the following field in Action but...
    m

    miniature-optician-85831

    12/05/2023, 2:38 PM
    Thread automatically created by shiroemons in #740893011994738751
    l
    i
    • 3
    • 4
  • I have a field that corresponds to a method tha...
    m

    miniature-optician-85831

    12/19/2023, 7:54 PM
    Thread automatically created by cernanb in #740893011994738751
    l
    m
    • 3
    • 4
  • Hi! i'm newby with AVO but i tried to hide an a...
    m

    miniature-optician-85831

    12/27/2023, 7:54 PM
    Thread automatically created by sillygirrrl in #740893011994738751
    l
    f
    • 3
    • 12
  • Hi guys, I'm trying add different fields from s...
    m

    miniature-optician-85831

    01/12/2024, 11:17 AM
    Thread automatically created by vitalik_38885 in #740893011994738751
  • Hi guys, I'm trying add different fields from s...
    m

    miniature-optician-85831

    01/12/2024, 11:17 AM
    Thread automatically created by vitalik_38885 in #740893011994738751
  • Hi guys, I am trying to add different fields fr...
    m

    miniature-optician-85831

    01/12/2024, 11:21 AM
    Thread automatically created by vitalik_38885 in #740893011994738751
    l
    w
    • 3
    • 4
  • CVE-2024-22191 for Avo 2.46.0
    m

    miniature-optician-85831

    01/18/2024, 7:30 AM
    Thread automatically created by gee_forr in #740893011994738751
    l
    f
    • 3
    • 15
  • just found a fun issue... Using avo breaks runn...
    a

    alert-monkey-67616

    01/23/2024, 1:37 AM
    just found a fun issue... Using avo breaks running
    bin/rails db:drop db:create db:migrate db:seed
    because avo's routes eagerly load all resources, and then all model classes for those resources
    m
    l
    l
    • 4
    • 11
  • Hi I'm adding stimulus integration into resourc...
    m

    miniature-optician-85831

    01/29/2024, 6:09 PM
    Thread automatically created by Volodymyr in #740893011994738751
    e
    l
    • 3
    • 11
  • Hi guys, there is a way to change avo actions f...
    v

    victorious-kangaroo-12568

    02/01/2024, 5:51 PM
    Hi guys, there is a way to change avo actions folders with extra namespace? for example: path: app/avo/actions/users/activate.rb action:
    Copy code
    module Avo
      module Actions
        module Users
          class Activate < Avo::BaseAction
    resource action Users::Activate i'm having issues with eager loading
    Copy code
    on_file_autoloaded': expected file app/avo/actions/users/activate.rb to define constant Users::Activate, but didn't
    if I change on action module Users module Activate to ->
    class Users::Activate < Avo::BaseAction
    works, but i want to use module notations. Any suggestions here?
    m
    l
    • 3
    • 4
1...6061626364Latest