This project rocks and uses MIT-LICENSE.
Installation
If you already have a new Rails application created follow those steps:
-
set root path root :to => “social/main#index”
-
Add following line to Gemfile and then run
$ bundle installgem 'social-app-base', :git => "[email protected]:DariuszMichalski/SocialAppBase.git"
-
Run generator
$ rails g social_app_base:template
-
Migrate the database
$ rake db:migrate
-
Set config variables in config/social-app-base.yml
-
Remove index.html from public directory
-
Comment protect_from_forgery in application_controller.rb (because application will be displayed within an iframe)
Optional
$ rails g social_app_base:template:layouts $ rails g social_app_base:template:views