-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
34 lines (20 loc) · 1.68 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This is a very simple app for referral and/or affiliate tracking in rails. I wanted to create a dropbox style referral options
The basic idea is that the devise user id is the referral code. When a user logs in, their referral code is in the header. When a new user signs up via that referral link, the referral id is stored.
This app was built on top of the RailsApp with Devise, CanCan and Bootstrap pre-intalled.
I did a short blog write up as to how it was created -
http://danvoell.com/dev/2013/06/simple-affiliate-and-referral-tracking-with-devise-in-rails-with-a-hint-of-cookies-and-session-variables/
I am a hack developer at best if you have ideas for improvements, by all means go for it, or let me know what I should do.
Thanks!
Dan
========================
This application was generated with the rails_apps_composer gem:
https://github.com/RailsApps/rails_apps_composer
provided by the RailsApps Project:
http://railsapps.github.io/
________________________
Recipes:
["controllers", "core", "email", "extras", "frontend", "gems", "git", "init", "models", "prelaunch", "railsapps", "readme", "routes", "saas", "setup", "testing", "views"]
Preferences:
{:git=>true, :railsapps=>"rails3-bootstrap-devise-cancan", :database=>"sqlite", :unit_test=>"rspec", :integration=>"cucumber", :fixtures=>"factory_girl", :frontend=>"bootstrap", :bootstrap=>"sass", :email=>"gmail", :authentication=>"devise", :devise_modules=>"default", :authorization=>"cancan", :starter_app=>"admin_app", :form_builder=>"simple_form", :quiet_assets=>true, :local_env_file=>true, :better_errors=>true, :dev_webserver=>"webrick", :templates=>"erb", :continuous_testing=>"none", :rvmrc=>false}
________________________
License