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
Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone replied
Button Loading Animations with jQuery UJS Discussion
68
General
Thank you! Really simple. :)
Marcos Filho replied
Datatables From Scratch Using Hotwire Discussion
32
General
fantastic thanks
David Krider replied
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
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...
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
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
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
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
Infinite Scroll in Rails with Stimulus.js Discussion
25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum 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
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!
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
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
Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
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
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...
Chris Oliver replied
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