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...
Azmat Ulhaq replied

Multitenancy with the Apartment gem Discussion

80
General
Hi, Chris video is not loading!
Prajjwal Gupta 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

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

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

Multi-event .ICS file generation?

11
Rails
Any suggestions for generating an .ICS calendar file containing multiple events from my models? Any experience with Gems(iCalendar vs Ri_cal), or anyone know of good blogposts, etc. detailing the ...
kayhtee replied

Structure Guidance - Multi Tenancy Authentication / Authorization

19
Rails
I while back I was playing around building an app where you had multiple tenants (Company Model) and a single login (User Model). I then created roles (Role Model) to link the users to the tenants....
BKSpurgeon replied

How do I create an app with Urls like 'https://username.website.com/' instead of 'https://website.com/username/' ?

17
Rails
Hello everyone, I searched but didn't find anything and was hoping like I said in the title of this subject, to find a way to get the url displaying a user's profile of a client's app to be like u...
Chris Oliver replied
Solved

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

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

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

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

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

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

Multi Site in Rails

3
Rails
Have a Rails app which acts as a API client. Request may come from 6 different domains. Each site will have same layout. Difference between each site would be the theme color , logo and the text s...
Chris Oliver replied

How do I have SubDomain and Multi-Tenant in Rails project.

3
Rails
Can anyone please expain me How do I have sub-domains and Multi-tenant database for each sub domain in Rails Application. For an Example:- I am having Multi-Tenant database for year wise record o...
Gourav Lele replied