Skip to content

Tag: ruby-on-rails

Rails5 : Select2 Gem not working

I am a Rails beginner and trying to use Select2 gem in Rails application and I see it not working as expected.It is shown as normal drop down only where i am expecting search option included in it. Can some one help me please. HTML Code Here is my application.js Gem file has the related gem Answer I don&#8217…

Vue.js with Rails not working

I am trying to send an AJAX call to Rails Controller to fetch some data and use Vue.js to output it. But it doesn’t seem to be sending any kind of request to the Controller. What am I doing wrong here? Vue.js does work without AJAX call app/assets/javascript/calculator.js app/controllers/calculator_cont…

How to print text from textarea?

I want to print text from text area. I have a textarea which text can be updated by user. When user update text from textarea and then print the updated text can be print on page. And this text can be print on print page without textarea. Please suggest any solution. Thanks Answer I think I got what you are