
Rails5 + JQuery progress bar not functioning
1
Javascript
Implementing a JQuery progress bar so when you scroll down it should show a green bar across the top. When I start scrolling the progress bar does not appear. I use inspect element on the bar div c...
Neil Patel replied
Solved

How do I use .vue (single file componenets) with rails 5.1 and webpack?
1
Javascript
I've been struggling with this for several days now and I can't get the component to render any data.
```
{{ greeting }} World!
module.export = {
data: function (){
return{
...
inopinatus replied

How do I get redirect to view after create action using Vue.js
12
Javascript
Out of interest, have a weird issue. Trying to do a redirect after create. The record is being created just fine, but get a 500 error on the redirect? Using an ajax call using Vue-resource. Below...
Chris Oliver replied

OTHER CONTENT IN EMBER JS
0
Javascript
Hello,
You can enter other content into "Ember js".
Regards
Antonio F. posted

How do I perform a Search without page reload (I think I need Angular/Turbolinks)
0
Javascript
Hi Everyone,
I am trying to make my app a SPA app, and accomplish most of this with erb templates, which I know is not ideal, but it works for now.
I need help with performing a search and filt...
Logan Houston posted

How to build options on select tag with VueJS?
1
Javascript
For example, let's move to episode "using VueJS for Nested Forms in Rails" and adding model called Position, which association with a Player (belongs_to). And how to implement select tag for choos...
Dmitrii Amelchenko replied
Solved

Colorbox & Turbolinks load
0
Javascript
Hello,
Rails 5.1.0 & Turbolinks5 & Jquery3.1.2 here
I'm trying to make jQuery Colorbox works with dynamicly loaded elements (using ActionCable) with no luck.
With the implementation belo...
Thomas M posted

Turbolinks and jQuery compatibility on Rails 5
4
Javascript
I have a hidden field that's activated when clicked on the link using jQuery. When clicking on the link, the field appears just for a second and then disappears.
```javascript
$('.use-differen...
Lauro replied
Solved

Is possible to check boolean value by JS?
1
Javascript
In Rails 4 app i need to implement bootstrap modal when user comes for first time and accept the terms.
I'm trying to do something like this:
**application.html.haml**
```
...
= content_tag :body, ...
Chris Oliver replied

From the active cable chatroom series how to I fix the size of the chatroom and scroll
1
Javascript
I have implemented the chatroom but I want the chatroom area to be fixed and for the user to be able to scroll back through the messages.
How can I add scrolling? I have tried added it to the panel...
Chris Oliver replied

Building out a mini-framework with CoffeeScript
1
Javascript
A portion of the application I'm working on has a comments page with a form at top to add new comments and a list of comments beneath it. I've been working on using CoffeeScript classes to represe...
Chris Oliver replied

After I submit(click) the form(submit input tag), the submit tag become disabled, how can I avoid this?
3
Javascript
The purpose is add product to cart, target is blank.
After I submit(click) the form(submit input tag), the submit tag become disabled, how can I avoid this?
I need it is always enabled for click....
Patrick Berarducci replied

ReactJS with Rails
12
Javascript
I'd love to see a series on a **_real world_** app using **ReactJS** with Rails API.
Roger replied

SEEKING FREELANCER - Javascript configuration
17
Javascript
I have been trying for 4 years and 3 months to try to setup a basic rails app.
I have bought 10+ books, subscribed to this and several ohter subscription services to try to learn the basics of rai...
Melanie replied
Solved

Use coffeescript or javascript in rails form to grab model attribute
10
Javascript
I am working on a Rails app and need some help with coffeescript which I'm honestly not very good at.
I have a form with a field called location_id using a collection in Rails.
````
<%= f.grou...
shakycode replied
Solved

Need another series on Rails with Angular 2
4
Javascript
:)
Pardha replied

simple mde duplicates
5
Javascript
hi,
i followed your tutorial but still simple mde is been diplicated
am using rails 5
```
var simplemde;
simplemde = null;
$(document).on('ready turbolinks:before-visit', function() {
if (simp...
Lykos replied
Solved

Cloning nested fields by JS/coffeescript
0
Javascript
SImple app has a two models and does the function to add nested model fields dynamically through JavaScript. But this stuff does not working with the Turbolinks 5. How to refactoring this code by J...
Dmitrii Amelchenko posted

Getting googlemaps javascript and turbo links working together
5
Javascript
Hey Chris - been struggling with this off and on for a bit now. Just trying to add basic google maps using the javascript API (not the gems) to a rails 4.2 app and am having all of the various is...
Greg Blass replied

dymanic data filter with jquery
0
Javascript
Hi Chris I want to replace the create action of my app with dynamic jQuery data pulling so that user has a chance to see the data pulled from the DB before the actual create happens , so currently...
JM posted