Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DariuszMichalski/SocialAppBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project rocks and uses MIT-LICENSE.

Installation


If you already have a new Rails application created follow those steps:

  1. set root path root :to => “social/main#index”

  2. Add following line to Gemfile and then run $ bundle install

    gem 'social-app-base', :git => "[email protected]:DariuszMichalski/SocialAppBase.git"
    
  3. Run generator

    $ rails g social_app_base:template
  4. Migrate the database

    $ rake db:migrate
  5. Set config variables in config/social-app-base.yml

  6. Remove index.html from public directory

  7. 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

About

Backbone for any facebook application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors