Search Results for "rails-multi-level-marketing-binary-tree"
Lessons
Forum Threads
rails binary tree and referral
0
General
Hi, i have an application and that is working clear but i wanna add multi level marketing binary tree module to my application.
i created binarytree page and also created add_to_column to members ...
mustafa kahveci posted
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...
Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?
4
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...
Preston Edwards replied
Domain & Subdomain Routing Constraints in Rails Discussion
9
General
@Chris !!!!
THANK YOU! I've been at this all day working with acts_as_tenant. Had some issue with some "undefined method `arity' " error when I added the acts_as_tenant(:account) to a model. Not...
bradnealy replied
Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion
53
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Philipp S. replied
Followed the deploy instructions; nginx throwing a 500 for rails app
0
Servers
I'm not sure what happened, but I had a production environment/config working with nginx/passenger deployed on Digital Ocean. I am not seeing errors in log files, but nginx is throwing a 500 when I...
Matt Bjornson posted
Solved
How do I switch from 1 database to 1 database per client?
6
Databases
I have a multi-tenancy app where everything is stored in 1 Postgres database. All models have a account_id, so the data a customer can see is based on his account_id. This works perfect, but due to...
Ary Rabelo replied
Solved
How would one go about sorting ActiveStorage has_many_attached objects?
6
Rails
Hey there,Just wondering if anyone can shed some light here as the Google search is pretty thin right now for ActiveStorage.Is there a way to a a property (say sort_order) to each of the has_many_a...
Tomas Valent replied
Solved
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
Deploy Ubuntu 12.04 Precise Pangolin Discussion
104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied
Build Multitenancy App in a different way
10
General
I have seen many questions and topics in gorails about multitenancy but I am a bit undecided about which way to go. I would like my app not to carry the subdomain name in the url. Indeed, I wo...
BKSpurgeon replied
How to attach "users" to a tenant/tenants with Rails multi-tenancy/apartment
11
Rails
Hey guys,
Have been watching some great videos on multi-tenancy with Rails but one thing I can't quite get my head around.
If a `User` remains global, what is the best strategy for giving them ac...
Tabish Iqbal replied
Solved
How Do I Create an App Where Each User Has A Separate Table
3
Databases
Hi,
I want to create a web app which is a simple HR SaaS. Each user/company which registers will have get a separate table to upload list of employees. In terms of autorization a user/company can ...
Tabish Iqbal replied
Solved
I want to understand how basecamp separates account?
3
Rails
Is part **3319000** of url 3.basecamp.com/3319000/projects just a show action in the controller or is there implemented by gems? Will be great to see some examples. Sorry for my english.
Dan LeGrand replied
Send Notifications in Rails with Noticed gem v2 Discussion
10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
wuuko replied
How much does it cost to built an e commerce app ?
2
General
How much does it cost to build an e commerce app. Cost to built an e commerce with features to sell the products in different countries.
John Datanvy replied
Datatables From Scratch Using Hotwire Discussion
32
General
fantastic thanks
David Krider replied
Store for plugins in a SaaS
0
Rails
Hello, i wanted to ask if any has an idea if it possible to build a store for plugins just like wordpress where you can enable or disable a plugin for a rails SaaS already built and wanna implement...
Multiple SSL certificate for a multiple domain in a multi-tenant application.
3
Servers
How do I configure ssl certificate for multiple domain. Deployed application using this guide "Deploy Ruby On Rails:
Ubuntu 20.04 Focal Fossa in 2020".
Chris Oliver replied