Salesflip is a simple lightweight extendable unobtrusive CRM built using Rails 3, MongoDB and rightJS. Developed by 1000JobBoersen.de after evaluating the other solutions in the market and finding them all either overpriced, bloated monsters, too inflexible or too javascript reliant. Salesflip is based heavily on FatFreeCRM (github.com/michaeldv/fat_free_crm), which we eventually decided not to use due to it’s unobtrusive nature, and we prefer to use shoulda and cucumber for testing.
-
Ruby 1.8.7 or 1.9.2
-
Rails 3
-
MongoDB
git://github.com/mattbeedle/SalesFlip.git
-
Hosting: www.salesfliphq.com
-
Demo: demo.salesfliphq.com
-
Project page: github.com/mattbeedle/SalesFlip
-
Google group for users: groups.google.co.uk/group/salesflip-users
-
Google group for developers: groups.google.co.uk/group/salesflip-developers
-
Features and bugs: Here on github issue tracker please
-
Current Development: www.pivotaltracker.com/projects/57839
$ rails server
Salesflip can be extended by creating engines, and packaging them as gems (it’s much simpler than it sounds). Here is a sample gem for notifying all users when a new lead arrives from via web service github.com/mattbeedle/salesflip-lead_notifications
For more information on creating rails 3 engines and packaging them into gems we highly recommend these excellent articles:
-
www.themodestrubyist.com/2010/03/01/rails-3-plugins—part-1—the-big-picture/
-
www.themodestrubyist.com/2010/03/05/rails-3-plugins—part-2—writing-an-engine/
-
www.themodestrubyist.com/2010/03/16/rails-3-plugins—part-3—rake-tasks-generators-initializers-oh-my/
-
www.themodestrubyist.com/2010/03/22/rails-3-plugins—part-4—more-on-generators/