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

    lemon-wall-20836

    11/29/2020, 1:24 PM
    Your feedback is precious in this stage of development
  • e

    elegant-toothbrush-74983

    11/29/2020, 1:25 PM
    Great, I have a few ideas. I will share with you when I'm done playing with it a little bit more
  • a

    acoustic-dusk-34165

    01/17/2021, 11:04 PM
    I'm not entirely sure how you have your local development environment set up and I don't want to go and create one that's vastly different. Any help here would be awesome.
  • l

    lemon-wall-20836

    01/18/2021, 7:28 AM
    what do you mean @User ? I have a regular development environment. I use
    rvm
    to install ruby and
    rails new
    for new apps
  • l

    lemon-wall-20836

    01/19/2021, 7:20 AM
    hey @User. were you able to set up your dev environment and try out Avo? I'm here if I can offer some assistance
  • a

    acoustic-dusk-34165

    01/19/2021, 3:25 PM
    I meant development on the gem itself. You have docker images, but the images don't contain postgres. That, amongst some other things, make it confusing as to what the reccommended approach is for the development environment.
  • l

    lemon-wall-20836

    01/19/2021, 3:26 PM
    hmm, yes. there are no contributing guidelines yet
  • l

    lemon-wall-20836

    01/19/2021, 3:26 PM
    I wan't expecting external contributors very soon 🙂
  • l

    lemon-wall-20836

    01/19/2021, 3:27 PM
    again, the setup is rather basic
  • l

    lemon-wall-20836

    01/19/2021, 3:28 PM
    git clone
    ,
    bundle install
    ,
    yarn
    and
    rails server
    with another terminal running
    bin/webpack-dev-server
    to compile the assets (you may compile them just once with
    bin/webpack
    )
  • l

    lemon-wall-20836

    01/19/2021, 3:29 PM
    the docker image is used to build the gem
  • l

    lemon-wall-20836

    01/19/2021, 3:32 PM
    what would you like to change? maybe I can help
  • a

    acoustic-dusk-34165

    01/19/2021, 7:06 PM
    Sorry for the delays, in-and-out of work. I'm thinking of adding docker-compose for postres (re: the RSpec tests).
  • l

    lemon-wall-20836

    01/20/2021, 7:59 AM
    to enable running tests in docker? got it!
  • a

    acoustic-dusk-34165

    01/20/2021, 6:07 PM
    Well, to enable running tests against Docker. I tend to run supporting services (pg, etc) via Docker and point Rails at that. I find it easier and it's overall faster than copying files over to Docker.
  • l

    lemon-wall-20836

    01/20/2021, 6:08 PM
    oh. got it!
  • l

    lemon-wall-20836

    01/20/2021, 6:08 PM
    yeah, that makes sense
  • l

    lemon-wall-20836

    01/20/2021, 6:08 PM
    I haven't got around to configure something like that
  • l

    lemon-wall-20836

    01/20/2021, 6:10 PM
    I mean... I worked with docker on a few projects but mostly building the whole thing inside one docker image. never this way
  • l

    lemon-wall-20836

    01/20/2021, 6:10 PM
    this could be a cool thing!
  • a

    acoustic-dusk-34165

    01/20/2021, 7:46 PM
    Cool, I'll work to set it up
  • a

    acoustic-dusk-34165

    01/26/2021, 2:18 AM
    @User Thoughts? https://github.com/avo-hq/avo/pull/232
  • l

    lemon-wall-20836

    01/26/2021, 6:21 AM
    I had a quick look now and looks very good. I'm going to dig in deeper today
  • l

    lemon-wall-20836

    01/26/2021, 6:21 AM
    thank you!
  • l

    lemon-wall-20836

    01/26/2021, 8:02 AM
    that's is a very good contribution! Thank you for that!
  • l

    lemon-wall-20836

    01/26/2021, 8:03 AM
    I left a comment on the PR and approved it
  • a

    acoustic-dusk-34165

    01/26/2021, 3:05 PM
    Awesome, thanks! I'll check it out in a bit. I'm having two issues with an install of Avo... 1) [Most important] All POSTs are getting stopped by the Authenticity Token not being valid for some reason. Have you run into this? I can't seem to figure it out at the moment. 2) [Less important] I plan on looking into this more, but it seems like there may be some issues with associations of Namespaced/`self.table_name=` models.
  • l

    lemon-wall-20836

    01/26/2021, 3:06 PM
    for
    1.
    no. I haven't experienced that. is it a new or an existing app?
  • a

    acoustic-dusk-34165

    01/26/2021, 3:07 PM
    Existing app
  • l

    lemon-wall-20836

    01/26/2021, 3:07 PM
    ok. maybe there's something there in the configuration
12345...64Latest