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
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!
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,
Thank you so much, Chris. This is just the intro I needed.
You're welcome!!
Been using it for the past 3 years and learned that it's simpler than I usually do to add buttons. Thanks, Chris!
That's great to hear! 🙌
I LOVE GoRails SO MUCH
i like your tone dude you dont sound like you're dying like most programmers on youtube doing tuts
Not yet. 😜
Thank you so much. Great intro, I am very impressed and I love rails for this.
Outstanding. It took me 2 days to find this starter. Thanks Man
Amazing video, thank you very much!
That was a great video. Thank you so much.
Didn't expect ActiveAdmin to look this cool...
Thanks for this, its awesome stuff
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
Is it compatible with Rails 7?
Yep
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
Hi ... Can i use activeadmin with angularjs?
It was a nice video, thanks a lot!
Thanks for watching! 🤩
Great video. Thank you.
Thank You So much.
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!
thank you, i'll definitely try that out!
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,
I haven't used ActiveAdmin with ActionText, but I know you can use Administrate with it which is what I'm currently doing.
i love this thanks
Can i edit the default login page using rails
NoMethodError in Admin::Posts#index
I got this error , I tried but not getting any solution kindly provide me solution for this.
Thank you,
Great vid. Thanks!
Thank you so much.
Wonderful tutorial! The problem is, it's not yet compatible with rails 7.
Im hoping they update it soon!
how to overwrite index action for the model? plz help
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.
can you make a tutorial on how to change the dashboard layout
go to documentation bro
gem 'inherited_resources', github:
What is the use of this gem
It powers the activeadmin controllers
@@GorailsTV need some more clarity please
@@aravindkumar8145 Check out the gem on GitHub.