Rails Admin Interfaces with ActiveAdmin

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 41

  • @samuelodan2376
    @samuelodan2376 ปีที่แล้ว +1

    Thank you so much, Chris. This is just the intro I needed.

    • @GorailsTV
      @GorailsTV  ปีที่แล้ว

      You're welcome!!

  • @monkeyvsmonkey
    @monkeyvsmonkey 8 ปีที่แล้ว +5

    Been using it for the past 3 years and learned that it's simpler than I usually do to add buttons. Thanks, Chris!

    • @GorailsTV
      @GorailsTV  8 ปีที่แล้ว

      That's great to hear! 🙌

  • @raka7551
    @raka7551 6 ปีที่แล้ว +9

    I LOVE GoRails SO MUCH

  • @MrEricsguitar
    @MrEricsguitar 6 ปีที่แล้ว +7

    i like your tone dude you dont sound like you're dying like most programmers on youtube doing tuts

    • @GorailsTV
      @GorailsTV  6 ปีที่แล้ว +2

      Not yet. 😜

  • @daniel29009
    @daniel29009 7 ปีที่แล้ว +5

    Thank you so much. Great intro, I am very impressed and I love rails for this.

  • @MuhammadSumairKalim
    @MuhammadSumairKalim 7 ปีที่แล้ว

    Outstanding. It took me 2 days to find this starter. Thanks Man

  • @juanfernandez1677
    @juanfernandez1677 2 ปีที่แล้ว +2

    Amazing video, thank you very much!

  • @sachinkumargupta7880
    @sachinkumargupta7880 4 ปีที่แล้ว +2

    That was a great video. Thank you so much.

  • @Enigmatt_eu
    @Enigmatt_eu 4 ปีที่แล้ว

    Didn't expect ActiveAdmin to look this cool...

  • @galvinkla
    @galvinkla 8 ปีที่แล้ว +6

    Thanks for this, its awesome stuff

  • @akoulouaremenetstephanealv4774
    @akoulouaremenetstephanealv4774 6 ปีที่แล้ว

    hi i got some issue with ruby 2.5 , when i use "rails g active_admin:ressource:" i got an error message but its weird tough!!! th command worked the first try but seems not working anymore. I got rails 5.2 and ruby 2.5 install on my laptop. Hey maybe i should better create the content manually !!! the worst case is that i cant install "administrate" it does not work

  • @dencam
    @dencam 2 ปีที่แล้ว +1

    Is it compatible with Rails 7?

  • @alienjava532
    @alienjava532 8 ปีที่แล้ว +3

    hey brother thanks. but can you make a second tutorial to create normal users? please my friend. just the admin can add admin users and normal users

  • @juancamilovalenciahenao1229
    @juancamilovalenciahenao1229 4 ปีที่แล้ว

    Hi ... Can i use activeadmin with angularjs?

  • @aljunior1281
    @aljunior1281 5 ปีที่แล้ว +1

    It was a nice video, thanks a lot!

    • @GorailsTV
      @GorailsTV  5 ปีที่แล้ว

      Thanks for watching! 🤩

  • @acmirnow
    @acmirnow 4 ปีที่แล้ว

    Great video. Thank you.

  • @souhailkaoussi6415
    @souhailkaoussi6415 8 ปีที่แล้ว +2

    Thank You So much.

    • @GorailsTV
      @GorailsTV  8 ปีที่แล้ว +2

      You'd probably want to do your typical has_many through association between the two. A post could have many categories, and a category has_many posts with a join table in between to handle the many to many. Hope that helps some!

    • @souhailkaoussi6415
      @souhailkaoussi6415 8 ปีที่แล้ว

      thank you, i'll definitely try that out!

  • @christopheleray09
    @christopheleray09 5 ปีที่แล้ว

    Hi,
    this is grat video, thanks for the explanation.
    Did u have the chance to try it with rails edge and the rich text (actiontext).
    can we update field a rich text on active admin?
    thanks,

    • @GorailsTV
      @GorailsTV  5 ปีที่แล้ว

      I haven't used ActiveAdmin with ActionText, but I know you can use Administrate with it which is what I'm currently doing.

  • @hans8742
    @hans8742 6 ปีที่แล้ว +1

    i love this thanks

  • @takudzwazinzombe9520
    @takudzwazinzombe9520 5 ปีที่แล้ว

    Can i edit the default login page using rails

  • @sanitharachabanti8239
    @sanitharachabanti8239 7 ปีที่แล้ว

    NoMethodError in Admin::Posts#index
    I got this error , I tried but not getting any solution kindly provide me solution for this.
    Thank you,

  • @GeneralSalt
    @GeneralSalt 7 ปีที่แล้ว

    Great vid. Thanks!

  • @andreybogdan1818
    @andreybogdan1818 6 ปีที่แล้ว

    Thank you so much.

  • @kiruieli254
    @kiruieli254 2 ปีที่แล้ว

    Wonderful tutorial! The problem is, it's not yet compatible with rails 7.

    • @GorailsTV
      @GorailsTV  2 ปีที่แล้ว +1

      Im hoping they update it soon!

  • @santattech
    @santattech 5 ปีที่แล้ว

    how to overwrite index action for the model? plz help

    • @GorailsTV
      @GorailsTV  5 ปีที่แล้ว

      I believe you just define index in the admin/model_controller.rb and you can run the generator to copy over the view for it to customize.

  • @hans8742
    @hans8742 6 ปีที่แล้ว

    can you make a tutorial on how to change the dashboard layout

    • @marinso3657
      @marinso3657 5 ปีที่แล้ว

      go to documentation bro

  • @aravindkumar8145
    @aravindkumar8145 4 ปีที่แล้ว

    gem 'inherited_resources', github:
    What is the use of this gem

    • @GorailsTV
      @GorailsTV  4 ปีที่แล้ว

      It powers the activeadmin controllers

    • @aravindkumar8145
      @aravindkumar8145 4 ปีที่แล้ว

      @@GorailsTV need some more clarity please

    • @GorailsTV
      @GorailsTV  4 ปีที่แล้ว +1

      @@aravindkumar8145 Check out the gem on GitHub.