lethunder
lethunder
Hello, i'm trying to adapt your code to display inside my rails app database architecture but no way.the page is just blank. What i did tis to create tables like...
when adding acts_as_commontable to active storage attachment, commontator raise an error when adding picture to user for instance with it happens at in lib/commontator/acts_as_commontable.rb line 27 validates :commontator_thread, presence: true,...
hello guys, i have an issu after installing carrierwave-azure 1 -gem 'carrierwave-azure' in gemfile 2- bundle install 3- carrierwave.rb in initializers looks like CarrierWave.configure do |config| config.azure_credentials = { :storage_account_name...
### Discussed in https://github.com/htmlstreamofficial/preline/discussions/208 Originally posted by **lethunder** December 9, 2023 Hello guys, all preline js components like tabs inside a page i hide and show with ajax and append...
guys yoiu have a major issue in lib/cities.rb The error popsup when i do cities = Cities.cities_in_country('FR') /cities-0.3.1/lib/cities.rb:30:in `has_data?': undefined method `exists?' for Dir:Class (NoMethodError) This is the method involve...
Hello, i followed instruction to install the gem. i keep having this message in my browser console Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('chrome-extension://kmendfapggjehodndflmmgagdbamhnfd') does not...
Hello, It there a way to override create method to handle validation error during user creattiln process? Thanks in advance
hello guys, i'm able to subsribe to channel, unsubscribe and send message. But it never trigger onMessage method. The message is created on server side. Log shows that the message...
### Summary advance select with remote data and initial value not displaying initial value ### Steps to Reproduce this is a basic select with remote data an initial value `...