Been using it for the past 3 years and learned that it's simpler than I usually do to add buttons. Thanks, Chris!
@GorailsTV7 жыл бұрын
That's great to hear! 🙌
@samuelodan2376 Жыл бұрын
Thank you so much, Chris. This is just the intro I needed.
@GorailsTV Жыл бұрын
You're welcome!!
@raka75515 жыл бұрын
I LOVE GoRails SO MUCH
@MrEricsguitar6 жыл бұрын
i like your tone dude you dont sound like you're dying like most programmers on youtube doing tuts
@GorailsTV6 жыл бұрын
Not yet. 😜
@daniel290096 жыл бұрын
Thank you so much. Great intro, I am very impressed and I love rails for this.
@Enigmatt_eu4 жыл бұрын
Didn't expect ActiveAdmin to look this cool...
@juanfernandez16772 жыл бұрын
Amazing video, thank you very much!
@MuhammadSumairKalim7 жыл бұрын
Outstanding. It took me 2 days to find this starter. Thanks Man
@sachinkumargupta78803 жыл бұрын
That was a great video. Thank you so much.
@galvinkla7 жыл бұрын
Thanks for this, its awesome stuff
@dencam2 жыл бұрын
Is it compatible with Rails 7?
@GorailsTV2 жыл бұрын
Yep
@alienjava5327 жыл бұрын
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
@kiruieli2542 жыл бұрын
Wonderful tutorial! The problem is, it's not yet compatible with rails 7.
@GorailsTV2 жыл бұрын
Im hoping they update it soon!
@juancamilovalenciahenao12294 жыл бұрын
Hi ... Can i use activeadmin with angularjs?
@christopheleray094 жыл бұрын
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,
@GorailsTV4 жыл бұрын
I haven't used ActiveAdmin with ActionText, but I know you can use Administrate with it which is what I'm currently doing.
@aljunior12814 жыл бұрын
It was a nice video, thanks a lot!
@GorailsTV4 жыл бұрын
Thanks for watching! 🤩
@souhailkaoussi64157 жыл бұрын
Thank You So much.
@GorailsTV7 жыл бұрын
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!
@souhailkaoussi64157 жыл бұрын
thank you, i'll definitely try that out!
@acmirnow3 жыл бұрын
Great video. Thank you.
@andreybogdan18186 жыл бұрын
Thank you so much.
@takudzwazinzombe95205 жыл бұрын
Can i edit the default login page using rails
@hans87426 жыл бұрын
can you make a tutorial on how to change the dashboard layout
@marinso36575 жыл бұрын
go to documentation bro
@akoulouaremenetstephanealv47746 жыл бұрын
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
@hans87426 жыл бұрын
i love this thanks
@santattech5 жыл бұрын
how to overwrite index action for the model? plz help
@GorailsTV5 жыл бұрын
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.
@GeneralSalt7 жыл бұрын
Great vid. Thanks!
@sanitharachabanti82397 жыл бұрын
NoMethodError in Admin::Posts#index I got this error , I tried but not getting any solution kindly provide me solution for this. Thank you,
@aravindkumar81454 жыл бұрын
gem 'inherited_resources', github: What is the use of this gem