Search Results for "using-flexbox-to-arrange-images-8fe598e6-5593-4650-945c-8ffbdac6a125"

Lessons





















Forum Threads

Using Flexbox to arrange images

1
General
I'm working on my first web dev portfolio and I have currently have two screenshots of websites I've made. I'd like them to display very simply, gallery-style, so that on a larger screen they are i...
Dan Mitchell replied

Installing Tailwind with Rails 7

10
Rails
I ran the config for Tailwind with CSSBundling Rails using ruby 3.0.3 and rails 7.0.0: rails new hg -j esbuild --css tailwind --database=postgresql Everything worked fantastic trying any of the htm...
Thomas Alford replied

Adding headers to spans question

1
General
Hello, I am working on updating a web application for student accounts. There’s a connection to SQL server and through php we are extracting https://omegle.onl/ data as spans (first name, last nam...
jamesdon replied

How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS Discussion

12
General
How does this work with .haml templates instead of .erb?
Trevor Owens replied

Webpack and Purge CSS

0
Javascript
Hi All, I am trying to purge my css as I am using tailwind as outlined in the video Chris did. I'm getting an error. **postcss.config.js** let environment = { plugins: [ require('tailwindcs...
Stephen Sizer posted

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

Using Deprecation Warnings in Rails Discussion

0
General

Using Active Storage to upload images not working.

0
Rails
Hey guys, I could really use your assistance with my current app. I decided to add the active storage feature and followed the guide on how to set it up. I did a practice project first to test the...
Shan Siddiqui posted

Using Rails ActiveStorage causes Integrity Error when trying to analyse

1
Rails
I have a lot of files already on Backblaze B2 (S3 compatible) that I wish to use with ActiveStorage. The problem is, the majority of my sites data gets populated and updated by wiping it all out an...
namanh-dot replied

Using the rails app to send SMS

1
Ruby
Using Ruby on Rails, I am developing a medication reminder system that will be deployed on Heroku. A doctor can enter a patient's medication information, including the medication name, dosage, and...
Jamesacc56 replied

Using Docker with Rails on M1 Mac

2
Rails
I have an M1 Mac and I always get errors for either sprocket-rails or nokogiri. I am using Ruby 3 and Rails 7. Is anyone using Docker with an M1 Mac and Ruby 3/Rails 7 with success? If so, could yo...

Using TDD To Fix A Bug In The Kredis Gem Discussion

0
General

Using stimulus & alpine

1
General
I’m using tailwindcss in a rails app and since they have prebuilt a lot with alpine it’s convinient to use alpine also. Alpine is good, but more for complex tasks I would like to use stimulus. I sa...

Using form_with produces odd results for nested namespaced resources.

0
Rails
I'm having an issue with sharing a the `new` and `edit` form for a shallow nested resource in a module/namespace. Most everything works as expected. The issue I'm running into is using `form_with`...
Chris Born posted

Using Pundit and ActiveAdmin

0
Rails
Hello, I'm using pundit with active admin and getting this error message Pundit::NotDefinedError at /admin unable to find scope `Admin::AdminUserPolicy::Scope` for `[:admin, AdminUser(id: integer,...
Maksk89 posted

Using the Freshdesk/Freshdesk Widget with Turbolinks

0
Rails
Hello, I’ve been using the Freshdesk widget on my production app for a while now. I want to be able to pre-fill a user's email address as well as automatically set the ticket priority for my paid ...
Nadia posted

Using elasticsearch/searchkick to run a search bar via my navbar and show results in a search.html not index.html? ..

0
General
Hello, I just finished going over Chris's two great railscasts dealing with search. However, I wanted to put my search bar on my navbar so that whenever someone searches the results I will be take...
alexsunny posted

Using Activestorage how do I restrict a file that can only be accessed through links and not outside the website?

3
Rails
So if you copy the link of the rails blob and paste it ( incognito ) it basically downloads the file how is this remedied?

Using mail_form gem and Sendgrid - having an issue

1
Rails
I'm trying to test sending an email from the page, but I'm not receiving any emails in my inbox. While in the rails console, it looks like the email is sent correctly. I'm just not getting it. I be...
Mark replied

Using custom scaffold templates for Rails models and controllers?

1
Rails
After getting tired of rebuilding all my default scaffold models, views and controllers I decided to create custom templates as outlines on various blogs / SA questions etc. I created: /lib/t...
Dan Tappin replied
Solved