Search Results for "can-t-duplicate-photoshop-gradient-overlay-in-css-anyone-encountered-that-527d1e4c-3913-43ed-b17b-b45e9cb484fd"
Lessons
Forum Threads
Can't duplicate photoshop gradient overlay in CSS - anyone encountered that?
0
General
So im trying to duplicate a button style from photoshop to CSS.
i tried to do it manually but fail miserably, so i tried websites that export css code from uploaded images, the issue is i still en...
ShedenSmith posted
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
Backing up uploaded files (hundreds of gigs) to S3 using Backup gem without duplication on HD
1
Servers
Let's say I have 400GB of uploaded images inside a 800GB VPN machine. So we're confortably using 50% of storage.Even tough we have our hosting's backup enabled, we want to have an extra backup sitt...
Select Or Create Field With Selectize.js Discussion
22
General
Awesome! Would love more episodes like this. :)
Rafal Siepak replied
Recurring events with the ice_cube gem Discussion
47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...
Handling Subdomains and Multitenancy From Scratch Discussion
55
General
This is my favorite episode thus far. The expansion on top of Rails is so intuitive, never thought how useful separating accounts from users would be.Hopefully there's a simple answer to this. When...
Robert Ault replied
Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied
Stripe Subscriptions: Duplicate Customers
14
Rails
Hey Eeveryone,
I'm creating a subscription site using Stripe v3. For the most part everything is working fine, but I noticed in my Stripe Customer dashboard there are duplicate customers (for all ...
Stephen Swann replied
Solved
data consistency for invitation registration
9
General
Hey!
At the moment I have a user and a product table and products are created by users. So the user can create his own product he is working on. User `has_many :products` and `product belongs_to :...
Sean M replied
Solved
Multi Model Sign-up Wizard
7
Rails
Related to my previous thread (https://gorails.com/forum/structure-guidance-multi-tenancy-authentication-authorization) I plan to have authorization with Devise and some sort of role based system (...
Dan Tappin replied
Solved
Nginx.conf failed
7
Servers
I followed line by line in [this tutorial](https://gorails.com/deploy/ubuntu/14.04)to setup my own production server.
After Nginx is installed and up and running, I followed the instruction to mod...
Chris Oliver replied
Code Review: Run Number Refactoring Discussion
17
General
Very useful, code review series is awesome
Marc Gayle replied
Retrieve all Project Threads where a given users has posted a Project Post
3
Ruby
A user belogns to a ProjectThread. And a ProjectThread has_many Users through ProjectPosts.
On the Project Thread Index I want to display only threads where a given users has posted a Project Pos...
Jacob Montgomery replied
Solved
How do I make an app to get a video by url from youtube download it / process it/ and uploaded to a local db?
2
Gems / Libraries
I liked the shrine tutorials and would like to use that as an upload to local disk solution.
I also found a gem called youtube-dl (https://github.com/layer8x/youtube-dl.rb) to help download from Yo...
Solved
Rails csv import with associations
8
Rails
I am building a rails application that associates posts with many different categories. For example, I have a Post and need to be able to assign it to the categories Sports, News and Science throug...
Chris Oliver replied
Solved
Override CSS in Gem with CSS from app
0
Rails
Hi,
I'm working on a Rails Gem. The gem provides one view and a basic stylesheet for it.
When installed in an app, i'd like to be able to override the basic styles with other styles in the app it...
Neil Tonge posted
Foreign Key on_delete db Constraints Discussion
3
General
The `add_foreign_key` docs show all the various options for `on_delete` and others: https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-add_foreign_key
Terry S replied
Thread Safety with Mutexes in Ruby Discussion
6
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...
evelynnotting replied
Share scopes/nested routes/inherited resources?
0
Rails
I'm in the process of learning Rails (loving it so far) and my play project (A task list, obvs) is structured a little like this:
Task -> belong to project/project has many tasks
Task has scope...
Auto-submitting Forms & Custom Turbo Stream Actions Discussion
14
General
Awsome work Chris. Thanks!
Ahmed Nadar replied