How to display multi-day events in SimpleCalendar?
20
Gems / Libraries
Hi there,
Not sure if i've missed something, but i'm not able to get multi-day events to show over the date range using SimpleCalendar.
From what I've read on the Gem homepage, I've passed in the...
Nikodem Gorak replied
How do I implement my own buttons and functions for Trix
4
Gems / Libraries
Hey, i want to have the possibility to add more functionality in my text editor trix.
I think about basic stuff as centering text etc. and more advanced stuff like post spotify songs or twitter fe...
freddyK1 replied
JSP rails 7 acts-as-taggable-on couldn't find a valid model
1
Gems / Libraries
With the last version of JSP ( rails 7) the compatible gem is "acts-as-taggable-on", "~> 5.0"
And after done the migration and try acts_as_taggable_on :tags and acts_as_taggable I get this erro...
brobles replied
Solved
Stimulus Reflex Lifecycle events
2
Gems / Libraries
could check this gist? it's an app wich use Stimulus Reflex. It's about a pagination reflex, the thing is i need to hide the spinner when `afterReflex()` callback is executed, but sometimes it does...
keithanderson replied
Solved
Impossible to install Nokogiri - OSX Mojave 10.14.2
10
Gems / Libraries
Hey Everyone,
**Since the recent update (10.14.2) Nokogiri gem cannot be installed in my app.**
When I run `bundle install` , I get the following error:
```
./siteconf20190109-70456-1diyett.rb e...
fopps replied
Is it possible to use Vue Components like VueTreeselect in Rails or what would be a possible alternative to VueTreeselect?
0
Gems / Libraries
Hey,
I found this nice multiple nested dropdown: https://vue-treeselect.js.org/ which allows to select in tree like structure and I would like to use it for categories.
I want to select
several...
OuttaSpaceTime posted
how can I translate the message generate by this @bookings.error.full_messages.to_sentence to some other language (such as Japanese) using I18n gem
0
Gems / Libraries
how can we use I18n.t in controller for such messages, how can we setup keys in locale for particular customised controller
please tell in detail thank you
Shweta Srivastava posted
Display Cloudinary image uploads
1
Gems / Libraries
Hello,
I've been trying to solve a problem I've got when trying to display images from Cloudinary. I setup everyhting accounding to the guide they provide and basically I need to upload images fro...
RyanJeff replied
Is there any Spree series anywhere?
1
Gems / Libraries
Hi,
First of all, I love all the content here. I literally wanna learn the contents of every video I watch. Everything is like "wow, that's cool, I could use that" to me, so thanks a lot. Now on t...
Uninstall error of cocoapods
0
Gems / Libraries
gem uninstall psych$ which -a ruby
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output)....
Confusedcoderr posted
Executing javascript code that's returned within a Stimulus Reflex morph
1
Gems / Libraries
I've got Stimulus Reflex up and running well, but was wondering if there's a way to have it execute javascript commands sent back in script tags within HTML rendered partials when they're added to ...
Tom Iwaniec replied
Solved
How do I implement a folder division with active storage and s3?
0
Gems / Libraries
I am working on a project that involves multiple sections where files can be uploaded.
The general idea is that depending on the section where I upload a file, I generate a path in s3, something li...
Nicolas Giovanny Infante Rodriguez posted
error in deploying an app based on jumpstart in Digitalocean
0
Gems / Libraries
During the deployment phase on a Digitalocean app service I have this log:
[tirzan-3] [2021-09-14 08:16:02] => Booting Puma
[tirzan-3] [2021-09-14 08:16:02] => Rails 6.1.4.1 application star...
Stefano Tizianel posted
how to use devise_invitable gem in rails
0
Gems / Libraries
Admin creates a User. App sends Invitation Email to new User. User
clicks on link provided in the email. Links takes new User to a webpage
where he pick his password. User can now login to the app....
Adnen Mrad posted
How Do I Use Selectize in Rails 6
3
Gems / Libraries
Hi there, I really love the selectize tutorial and would love to use it in a rails 6 application. What changes do I need to make to the tutorial.
can i just change
`//= require selectize`
to
...
Rafal Siepak replied
What are your Recommended Linters?
0
Gems / Libraries
Hey there - I often get syntax errors in my ERB templates, is there a guide to recommended Rails linters?
Christopher Lam posted
How to fix undefined method `<' for nil:NilClass in the view when cancelling kaminari scopes by invoking @delivery_requests = @delivery_requests.except(:limit, :offset)
0
Gems / Libraries
indeed, when I try to cancel pagination on @delivery_requests by doing this: **"@delivery_requests = @ delivery_requests.except (:limit, :offset)"**, I get the following error:
**undefined method `...
Cannot Reset Devise Password
1
Gems / Libraries
I am currently using devise, pretty much straight out of the box, the only changes i've made is custom views.
The problem I am having is that I cannot reset a user's password. I follow the link ge...
Dylan replied
Solved
Searchick filter with scope
11
Gems / Libraries
Has anybody used searchkick with a scoped model?
I have an `Article` model with `scope :published, ->{ where(status: "Published") }`.
So In my `ArticleController` I did the following:
```
quer...
Owen replied
Solved
How to handle flash messages with TurboJS?
2
Gems / Libraries
When using turbo-frame to switch from showing a partial of model to showing the form of model, how do I handle flash messages?
The failed state - for failed validation - is pretty straight forward...
Johan André replied