Search Results for "how-to-use-importmaps-with-rails-discussion"
Lessons
Forum Threads
How To Use Importmaps With Rails Discussion
7
General
Are you using import maps yet?
Daniel Lee replied
How to use ESBuild in Rails with JSBundling Discussion
30
General
This is awesome, I have been using it for a couple of weeks now. I didn’t necessarily think webpacker was slow, except maybe on Heroku builds. But when you use this, you wonder why you put up with ...
Aaron replied
How do I install a Bootstrap 5 theme with Rails 7
9
Rails
Hello,
I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...
Among Us Free replied
How to use CodeMirror with ImportMaps Discussion
0
General
How can i install Daisy UI?
0
Javascript
I want to be able to use Daisy UI, but i am reading different ways to accomplish this – making me confused on how to actually install node packages.
1. One way is setting up the CDN, which is not ...
DHH's most recent hotwire update...
1
Rails
I just caught a tweet from DHH mentioning a new [hotwire related pull request](https://github.com/rails/rails/pull/42999). I'm curious to know how the go rails community feels about this. Seems lik...
Chris Oliver replied
Asset Pipeline
2
General
What are some excellent resources to get a good foundational understanding of asset pipeline, esbuild, import maps, js bundling. I have a decent knowledge of Rails, but I have trouble understanding...
Francisco Holcomb replied
Adding CSS Design Discussion
2
General
why don't you used tailwind?
Kentastic replied
How to use Direct Routes in Rails Discussion
0
General
New DataTypes For Ruby
3
Ruby
Hi,
I'm Alex. I program science I was in school and I have concepts of Datatypes which I would like to have in programming language.
Ruby is My Favorite languge (10+ years of experience), Are ther...
MatthewEPeyton replied
How to use action_text-trix with Rails Discussion
3
General
Who else is excited for the new rich text editor that Jorge's been working on?
Gavin Louise replied
How to use Enumerable with Ruby Classes Discussion
1
General
What use cases have you used Enumerable for?
Karla Lara replied
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
6
Ruby
Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
How to determine acceptable memory baseline for my application?
7
Rails
Hey everyone, I have a Rails app deployed on Render's "Starter" plan which only includes 512MB of memory. My Rails app is a very simple blog that doesn't do anything crazy (as far as I know) with r...
Adam Taylor replied
How to use params.expect in Rails 8+ Discussion
3
General
I just used it for the first time yesterday - a much nicer API!
emilianojay replied
How to use HTML Button Form Attributes Discussion
6
General
This would have saved me a ton of time last year when I spend hours trying to organize the delete button. 🤦♂️
Charles Barrett replied
How to use Rails for ETL and internal tools
1
General
I need to build some internal tools to generate reports, csv's, etc. I need to ingest data from a few different APIs, into a central DB, and then build some tools for end users on top of that data....
Using tailwind css in my rails app, patterned after your blog tutorial. How do I get rid of all the whitespace on each side of the page, I want to use the whole screen?
1
CSS
So I have modified by tailwind.config.js file as such:
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: [
'./public/*.html',
'./app/helpers/**/*.rb',
...
Mike Cannon replied
Rails app to upload and view videos?
2
General
I'm buidling a rails app that needs to be able to allow users to upload videos and view them in the app. Is the best strategy to use Youtube or would you recommend a different approach? Do you ha...
Mike Cannon replied
How to use the Browser Guard in Rails Discussion
7
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
Richard Ryan replied