Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

Tag: Rails (33)

Hi,I would like some help making the craft theme work with Rails 7. I haven't been able to find much information on the internet. Is there any tutorials or guides for this?Thanks,Craig.
When you deploy the app the fonts are not working due to it is taking font asset url and get 404, because the font asset url is complied and has the compiled name. It should use font-url or something.
hello "Uncaught ReferenceError: r is not defined"I couldn't fix this error no matter what I did./tools/node_modules/jquery/dist/jquery.jsThere is jquery in the directory but how do I use it? %script{src: "http://code.jquery.com/jquery-3.5.1.min.js"}I added it with normal cdn, the...
Can you give me complete steps to follow how to integrate Metronic theme in existing rails 7 project which is using jsbundling-rails for js/css compilation. Is there any way though which i can easily import js/css in my app
The fonts received this error, the rest works ok except this: GET http://localhost:3000/fonts/keenicons-duotone.woff net::ERR_ABORTED 404 (Not Found)plugins.bundle-53f02c66da992c6ea24494b454a6a19fb73d958e6936003d254ec19ed4fbdb49.css:1 GET http://localhost:3000/fonts/la-solid-900.woff...
Hi,So I've purchased the Good Template (Bootstrap 5). I'm trying to integrate this with my Rails 7 application. So far:1. I have used the Layout Builder and created my layout and partials. I think I have done this part right and updated all the partial references to use the Rails "render" he...
Hello,I started project from Starter Kit for Rails 7 (bundle asset with Webpack) and activate turbo rails. Everything works fine but not with the dropdown. When click any dropdown (e.g. sidebar), it won't expand the menus. I even tried to change 'DOMContentLoaded' to 'turbolinks:load' on any ass...
Hello, folks!I've been using Keen 2 for a while and when I updated my Rails version from 6 to 7, I decided to move from webpack to importmaps. JavaScript there is written in a modular way and was written like that for a long time.When I did that with Keen 2, there were no problems. The appli...
Hi, your template is very valuable but, as someone noted before, the Rails implementation is not so good. I'm happy to see that Rails 7 is being used, but it doesn't follow any of the "rails way" of managing assets.I'm still trying to understand how all the elements come together but the first o...
I want to confirm with the administrator before proceeding to the payment step.
When did you plan to release a Symfony and CodeiGniter version ?
Hello,Could someone help me?I'm trying to incorporate Metronic into a rails project.(Rails 7.2, stimulus, esbuild and tailwind)I didn't have problems with the CSS components. But I've been having plenty of issues with JS. I don't know if these issues are conflicts with stimulus or...
Ruby on rails support still not out?It was supposed to come out two weeks ago normally we're still waiting
Hi everyone, I have purchased the Metronic theme in order to build admin panels with Rails. I have the following issues and I would like to ask the community for advice on the best practices here.As far as I see it is not really a components library but a precompiled bundle of assets in a su...
Hi,I'm looking for some help regarding using Metronic with Rails 7 and turbo. I am struggling with some of the javascript not working after changing pages on the site. The problem I am focusing on at the moment is accordions in the dashboard side menu not working after a page change, but there a...
Hey guys, thanks for helping me first and foremost!I have an existing RoR application. Rails 7.0.5 and Ruby 3.2.2.I downloaded the Metronic package, unzipped everything and played for two (2) days around, finding out on how to merge or implement the Metronic files into an existing RoR project. S...
Hi there,First of all thank you for amazing work on the theme. I'm one of the happy customers.I have successfully installed the bootstrap version under the rails Framework and it's working.Recently you released the Tailwind version 9.x on the HTML version.The question is, Do you have any tim...
"I don't know where to provide feedback, so I'm writing here. If this is not the right place, please understand.When I was deploying the project, I noticed that the icon section had a specific typographical error related to the Rails framework's software icons. It was written incorrectly as 'Pai...
I'm trying to integrate Metronic 8.2.7 into my Rails project. CSS part was very easy. However, Javascript part is a pain in the ass. I have been dealing with this a lot of hours without success. Metronic is heavy dependent on Javascript. Basically, the issue is with the scripts.bundle.js, because KT...
I tried to integrate metronic (latest) into the expo, using the web expo (https://docs.expo.dev/workflow/web/). It gave errors related to jquery (I tried importing the bundle already precompiled as well as the ones I generated manually (via the setup doc)).My question is: how do I integrate?
Hello, I'm having an issue when running npm run build or npm run build --demo1:```Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All mo...
Hello, I'm working with the fantastic Metronic 8 Rails starter app (v8.1.7), but I noticed Toastr isn't in settings.yml as a vendor.I'm trying to implement it to use for Rails flash messages, but so far haven't been able to figure out how to get it implemented. Any advice? I used yarn/gulp for t...