https://avo.cool logo
Join Discord
Powered by
# avo-2
  • l

    lemon-wall-20836

    04/24/2022, 5:22 PM
    Yes. It should return a license object
  • s

    strong-restaurant-36788

    04/24/2022, 5:22 PM
    Ok. Is it only in the context of a rails request/response cycle, or should I just be able to do that from a rails console?
  • s

    strong-restaurant-36788

    04/24/2022, 5:23 PM
    It seems like maybe it's only as part of the request/response, but the code path is hard to follow
  • l

    lemon-wall-20836

    04/27/2022, 3:29 PM
    Avo 2.4.0 should fix the issue above👆
  • l

    lemon-wall-20836

    04/27/2022, 3:29 PM
    There was a typo in the ability name that crashed some apps. Sorry about that folks
  • d

    dazzling-kite-85871

    04/27/2022, 5:15 PM
    I'm getting an error in 2.4 with the profile sidebar component. I think that this chunk might have made it into the release accidentally? https://github.com/avo-hq/avo/commit/a8116e9d2b3926d226dda81bdcd3586eebd588d7#diff-a18c682c08868b7261412a649306632e785de40877b5539704f4c7cbdf5a9a67R37-R39
    undefined local variable or method 'root_path' for #<Avo::SidebarProfileComponent:0x0000000113201db8 @user=#<User id: 1,
    Copy code
    Extracted source (around line #38):
            <% end %>
            <% if Rails.env.development? %>
              <%= render Avo::ProfileItemComponent.new label: 'Debug', path: "#{root_path}avo_private/debug", icon: 'heroicons/outline/receipt-refund', title: 'Menu item visible only in development.' %>
            <% end %>
            <%# Example link below %>
            <%#= render Avo::ProfileItemComponent.new label: 'Profile', path: '/profile', icon: 'user-circle' %>
  • d

    dazzling-kite-85871

    04/27/2022, 5:31 PM
    https://github.com/avo-hq/avo/pull/868
  • l

    lemon-wall-20836

    04/27/2022, 5:37 PM
    Cutting a release in a minute
  • l

    lemon-wall-20836

    04/27/2022, 5:37 PM
    Thank you!
  • l

    lemon-wall-20836

    04/27/2022, 5:38 PM
    Not sure why it’s not available
  • d

    dazzling-kite-85871

    04/27/2022, 5:47 PM
    Thanks @lemon-wall-20836!
  • l

    lemon-wall-20836

    04/27/2022, 5:48 PM
    Hey, Avo 2.4.1 has been released
  • l

    lemon-wall-20836

    04/27/2022, 5:48 PM
    Thanks for getting back to us with this!
  • l

    loud-jewelry-99127

    04/29/2022, 6:05 PM
    Hei! I forked the project and I'm trying to setup a local environment. Any idea why i get this error after
    Copy code
    bit/init
    with Docker Compose for Postgres?
  • l

    lemon-wall-20836

    04/29/2022, 6:08 PM
    hey
  • l

    lemon-wall-20836

    04/29/2022, 6:09 PM
    have you filled in
    spec/dummy/config/database.yml
    ?
  • l

    lemon-wall-20836

    04/29/2022, 6:09 PM
    I think port should be
    port: <%= ENV.fetch('POSTGRES_PORT', 5433) %>
  • l

    lemon-wall-20836

    04/29/2022, 6:10 PM
    I personally use my local postgres instance
  • l

    loud-jewelry-99127

    04/29/2022, 6:10 PM
    hmm i have
    Copy code
    port: <%= ENV.fetch('POSTGRES_PORT', 5432) %>
    , no idea why
  • l

    lemon-wall-20836

    04/29/2022, 6:11 PM
    that's the default for when you wnt ot use your local DB
  • l

    loud-jewelry-99127

    04/29/2022, 6:12 PM
    yeah, that fixed, i saw
    Copy code
    (no changes needed if you're using Docker)
    in
    Copy code
    CONTRIBUTING.MD
    and kinda ignored that part
  • l

    lemon-wall-20836

    04/29/2022, 6:12 PM
    no problem
  • l

    loud-jewelry-99127

    04/29/2022, 6:12 PM
    thank you!
  • l

    lemon-wall-20836

    04/29/2022, 6:12 PM
    for sure
  • s

    strong-restaurant-36788

    05/07/2022, 2:32 PM
    Besides doing a BooleanGroup is there any other option for a field that allows "multiple" items to be selected? I'm wondering if there are plans to make a multi_select or making the existing select take an option like
    multiple: true
    .
  • l

    lemon-wall-20836

    05/07/2022, 2:33 PM
    There’s a tags field PR that’s almost done
  • l

    lemon-wall-20836

    05/07/2022, 2:33 PM
    Let me see if there’s a prelease version out
  • l

    lemon-wall-20836

    05/07/2022, 2:37 PM
    2.5.2.pre.7
    will have the tags field
  • l

    lemon-wall-20836

    05/07/2022, 2:37 PM
    docs https://docs.avohq.io/2.0/tags-field.html
  • l

    loud-jewelry-99127

    05/11/2022, 3:15 PM
    Hello, i saw we now can use attach_scope on associations fields
1...353637...64Latest