Search Results for "css-media-query-for-iphone-plus-and-xs-max-portrait-conflicting-e0d2cf7d-13a5-4360-8544-f89214db9cef"

Lessons





















Forum Threads

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...

Rails repeats Webpacker packages if I go backwards (OwlCarousel, DataTables)

2
Rails
Hello there. I've got a Rails app that repeats packages if I go back to the page that's supposed to render them. For instance, my OwlCarousel with two images will multiply and have the carousel n...
cratag replied
Solved

Realtime Nested Comments: Part 3 Discussion

32
General
Very cool. I imagine a real-time comment feed like this will make a website feel come alive. One issue I’d love to see addressed in a follow up video is the page kinda moving around as you’re rea...

Why is application.css working locally but 404 on production server?

5
General
My css works perfect locally, but I get a 404 error for applicaiton.css once deployed. I generated my base app using Jumpstart free version. I confirmed app css is generated on the server in the ...
Chris Oliver replied
Solved

Heroku deployment failing

0
Rails
I am trying to deploy this app to heroku. i get this error with the precompiling asset pipeline. I tried removing jquery from my Gem file but the error persists. log: ... remote: Installing...
Hassanelashram posted

Hatchbox deployment questions

20
Rails
Im launching my app and using your Hatchbox service to help. I was planning on using digitaloceans managed database and wondering how that works with hatchbox and if I need to change anything in m...
Alex Deering replied

How can I add third party plugin in rails 6?

0
Rails
My application.html.erb looks like this. I just want to remove all cloudfare(cdnjs) external link from application.html.erb. Instead of that I just want to use it in application.js . Because I dont...
Siva Ganesh posted

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

Page blinking when using tailwindcss

1
CSS
Hello guys, I am trying to use tailwindcss on a 5.2 ruby on rails application with webpack. Everything is set up and works well according to the video [How to use Tailwind CSS with Rails](https://...
edouard replied
Solved

How to use Bootstrap with Webpack & Rails Discussion

50
General
Thanks for posting this and the previous video on using tailwindcss. It's helpful to see the main themes reinforced in each of the videos. One thing that I'm struggling with is what seems like a vi...
bradley replied

rails 4.2.8 - stylesheet_link_tag throws ActionView::Template::Error: no implicit conversion of nil into String

0
Rails
I'm trying to update a rails app which runs totally fine if I use rails 4.2.4 (the version it's been developed on) upto rails 4.2.7 As soon as I switch to rails 4.2.8 or later (tested all versio...
Widu Wittekindt posted

Webpacker error from Vue.js Trello Clone Series

4
Rails
Hey all, I have an error that I just can't get to the bottom of. While going through the awesome Vue.js Trello Clone tutorial I started seeing this:(Webpacker can't find application.css in /trello-...
Matthias Orgler replied
Solved

Using the Trix Editor plus File Upload Attachments Discussion

52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied

Organizing Your Asset Pipeline in Development for Speed Discussion

12
General
The sass-rails README says not to use require/ require_tree/require_self in sass/scss files in big, bold letters. Is that warning outdated? If not, what are the potential issues here and why are th...
Lucas Repolês replied

How can I add an avatar using (Carrierwave) to the ActionCable Chatroom Project?

0
Rails
The code that I have below is for the _message.html.erb partial ``` <% if message.user.user_profile.avatar.profile_thumb.present? %> <%= image_tag message.user.user_profile.avatar....
Darion Wood posted

why drop down menu (Account Setting)is not showing in sidebar?

1
Rails
``` my html <%= csrf_meta_tags %> <%= stylesheet_link_tag "bootstrap.min", media: :all %> <%= stylesheet_link_tag "dataTables.bootstrap.min",...
naveen kumar replied
Solved

404 Not Found after deploy to Ubuntu server

1
Servers
I followed the [tutorial](https://gorails.com/deploy/ubuntu/14.04) on this site and deploy my rail app on the newly setup ubuntu server. the rails app is successfully run on heroku, so it must som...
Chris Oliver replied

Simple newsletter sign up?

17
Rails
Hey Chris and all other members of this forum.... I'm trying to create a single page rails site, for a new app that i'm trying to build myself (it's called Nibli, and it's on nibliapp.com). I've ...
shakycode replied

CSS Anchor Positioning Basics Discussion

0
General
It's pretty cool seeing all the new features being added to css. Thanks for the video as always!
Soren posted

Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?

2
Rails
Background --------- I have an existing Rails 5.0.7.2 app running on Ruby 2.5.1. In several places I generate invoices as HTML (I build a full HTML string by replacing template tags server-side) an...