Replies: 2 comments
-
@inyerade I believe the problem is the |
Beta Was this translation helpful? Give feedback.
-
thanks @javierjulio for the clarification. I read both link and I do not understand very well the processI think I will stay to version 3 for a while. |
Beta Was this translation helpful? Give feedback.
-
Hi, I need some help to create a new app with activeadmin version 4. I do not know what step I miss.
INSTALLATION
1. create ralis app
2. Add AA and devise in Gemfile
3. run command to install
4. Create page outside activeadmin (/admin) to check tailwind works
In
routes.rb
addget "dashboard", to: "application#dashboard"
create file in
app/views/shared/dashboard.html.erb
with:Add
dhasboard
inapplication_controller.rb
5. Run server
RESULT
Outside activeadmin result (OK)
Activeadmin result (NOT OK)
Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions