Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.19 KB

Fundraiser App

Example app that shows how to use the Fundraiser gem to set up your own crowdsourcing website.

You can always clone this repo and you are ready to go.

Create the Rails app

rails new fundraiser-app

Install fundraiser

Gemfile

gem 'fundraiser'

Bundle

bundle install

Copy migrations from Fundraiser

rake fundraiser:install:migrations

Run them

rake db:migrate

Mount the engine on routes.rb

Rails.application.routes.draw do
  mount Fundraiser::Engine => "/fundraiser"
end

Create an admin user

rake fundraiser:manager[email@test.com,123456]

Heroku

At this point, if it works locally it works on Heroku. Just push the code and create your first user.

About the author

Crowd Interactive is a leading Ruby and Rails consultancy firm based in Mexico currently doing business with startups in the United States. We specialize in building and growing your existing development team, by adding engineers onsite or offsite. We pick our clients carefully, as we only work with companies we believe in. Find out more about us on our website.

License

MIT License. Copyright 2012 Crowd Interactive.