Search Results for "how-to-use-position-fixed-and-a-z-index-together"
Lessons
Forum Threads

Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

How to use ActionText in Rails 6 Discussion
30
General
Great stuff Chris! Very exciting. I also just watched the @mention episode too.
To anyone reading this, a few questions:
1. Do you think we can get @mentions working on our Rails 5.2 app that ha...

Sortable Drag and Drop Discussion
29
General
Just a heads up, in your Gemfile, bootstrap 4 beta no longer uses tether for tooltips, now uses popper.js which is now a dependency of the bootstrap 4 gem
robert replied

Vue.js Trello Clone in Rails - Part 7 Discussion
11
General
Awesome series! Currently using Vue.js on it's own talking to a PHP Yii2 API but love my Rails so was keen to see how i can use it with Rails.Would love to see more! Thanks.
Holger Quick replied

How do I implement advanced search?
0
Rails
Hi all,
I'm currently working on re-building a search feature, we have a basic search and an advanced search, I have a basic text search form working for the name, however, I can't seem to get an ...
Ben John Bagley posted

Drag and Drop sortable lists with Rails & Stimulus JS Discussion
22
General
Chris, thank you so much for this! I was actually going through the old drag and drop tutorial yesterday and today to update it for Rails 6.
I seem to be having an issue both with this tutorial an...
Reece Jones replied

Datatables From Scratch Using Hotwire Discussion
31
General
fantastic thanks
Dan Tappin replied

Button Loading Animations with jQuery UJS Discussion
68
General
Thank you! Really simple. :)
Marcos Filho replied

Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone replied

How to use the Browser Geolocation API with Rails Discussion
3
General
Back to Rails: I would prefer Ruby/Rails screencasts over more and more Stimulus. Please don't become a Stimulus videocast.
Tworedkites replied

How come so many solutions to solving layout problems are just: put <div> wrappers around your <divs>
1
General
I'm just a noob, but feeling layout frustrations. CSS is so 'artsy' to me, in that there's 30 ways to do everything, but none of them actually work unless you've aligned the stars correctly.
Prett...
Damiangage replied

Sorting Images using Active Storage
25
Rails
I'm experimenting with Active Storage to manage images. I got the multiple uploads working, but I want to use acts_as_list position with jQuery sortable to manage their order using ajax, like in [t...
Tony Serkis replied

video about sortable lists
21
Rails
Hi,
I'm not sure if this is the right place to post this issue, but I'm looking for a way in my Rails app to reorder items by drag and dropping.
I tried to implement the solution by Ryan Bates in...
Anthony Candaele 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

How to implement cursor based pagination
0
Rails
Hi! I'm new to RoR. Followed [Chat Series](https://gorails.com/series/realtime-group-chat-with-actioncable) and want to improve it using infinite scroll. When user reaches top of box I want to load...
Daniyar Baitursynov posted

How do I upload files with ActiveStorage and Vue.js?
3
Rails
Hey GoRailers,
Stemming from the Rails & Vue.js Trello Clone, I'm looking to add file uploads to a Card model using the new Rails 5.2 ActiveStorage feature. I'm stronger in Rails - previously ...
Abhinav Mathur replied

Are there any up to date tutorials for jquery-sortable?
8
Gems / Libraries
I've built a todo list that consists of lists and tasks. I am looking to use sortable to allow someone to move items around and between lists. Can anyone recommend any resources on how to do this? ...
Ohad Dahan replied
Solved

Using Webpack in Rails with the Webpacker Gem Discussion
17
General
I wish our front end guys took 20 minutes to set up webpack on a project!

Refactoring Your jQuery Code with Objects in Coffeescript Discussion
18
General
Thanks for this episode! I was recently working on a Rails project and saw much the same setup in their JS, didn't really grasp it at a high level. I could see it was organized more than the JS I w...
Fabrizio Bertoglio replied

How do I find the next and previous lesson?
1
General
I am currently building an LMS and am looking to add in the ability for the user to navigate to the next lesson.
In the admin back end when a teacher adds a lesson they are able to give it a posit...
Chris Oliver replied
Solved