VRFS-5128 report for ad campaigns * Ad campaign report add new admin report for monitor and analyze the results from a variety of paid campaigns * reload report after updating values using best_in_place * add users first_subscribed_plan_code use this new column in ad campaigns report to filter by subscription plan * set first_subscribed_plan_code in recurly subscription creation * set correct value for first_subscribed_plan_code |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| lib | ||
| scripts | ||
| spec | ||
| .gitignore | ||
| .pg_migrate | ||
| .rspec | ||
| .ruby-gemset | ||
| .simplecov | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
| Rakefile | ||
| build | ||
| jam_ruby.gemspec | ||
| jenkins | ||
| migrate.sh | ||
README.md
JamRuby
Environment
Create development database 'jam_ruby'
createdb jam_ruby
Once you've created your database, migrate it:
bundle exec jam_ruby up