Tomáš Král

Results 8 comments of Tomáš Král

I don't know if It's correct approach, however as a workaround we've written helper, to load js files based on controller. So we have something like this: ```ruby # application_helper.rb...

Hello @Rockster160 , did you resolved your issue? I have no problem with calling fa_icon helper method. Methods provided by this gem will be accessible only in your views and...

No that shouldn't cause any problems. I use this gem in many projects and everything works as expected even in namespaced views. Maybe if you use some gem, that have...

Hello @chmich, sounds interesting to me. So you want to use your own paths to icons, css and js files and be able to config It through initalizer or so?...

Hello, in our company we wanted to use new icons as soon as possible, so I've created gem with new FA5 support and with new functions like animations, layered icons...

@jnfaerch Thank you. Indication of missing icons is FA5 new feature. @parterburn I can't include FA5 pro icons in my gem due to licence policy. The way how to use...

I was able to resolve this issue by regressing back to version `3.7.2` which I've used before upgrading to Rails 6. Here is log from `stacktrace`, maybe It will help...

+1 for this feature. I suggest to look to grape gem [for inspiration](https://github.com/ruby-grape/grape?tab=readme-ov-file#mutually_exclusive) which provides options `exactly_one_of`, `at_least_one_of`, `all_or_none_of`, `mutually_exclusive`. With combination of these It's possible to have almost complete...