Home > jigso

jigso

Jigso is a project mainly written in RUBY and JAVASCRIPT, based on the MIT license.

Social networkings site builder

Jigso

Jigso is a skeleton for building brand-new social network site based on Ruby on Rails web framework. You can clone this skeleton code and customize it as your wish.


Dependencies

  • Ruby on Rails 3.0.10 ('cause I don't like the new pipeline!!)

  • Gems & Plugins

    • devise for authentication
    • jammit for asset packaging
    • meta-tags for Search Engine Optimization(SEO)
    • transitions for state machine
    • gravastic for Gravatar
    • rails_admin for admin page
    • nested_form for nested form manipulation
    • make_voteable for voting
    • auto_html for transforming URLs to appropriate resource
    • will_paginate for pagination
    • whenever for job scheduling
    • rails_config for global app settings
    • inherited_resources for controller/resource abstraction
    • meta_where for query syntax enhancement (not used yet)
    • acts-as-taggable-on for tagging
    • disqus for commenting system
    • high_voltage for static pages
    • redcarpet for markdown handling
    • [omniauth]() for 3rd party authentication
    • acts_as_followable for follow model support
    • timeline_fu for activity stream
    • sitemap_generator for sitemaps support
    • pacecar for activerecord scoping
    • simple_form for semantic form markup
    • dynamic_form for error messages handling
    • gotcha for reCAPTCHA
  • jQuery & jQuery plugins

    • raty for star rating (not used yet)
    • timeago for pretty timestamp
  • CSS styling

    • skeleton for frontend layout
    • inuitcss for css grid

Installation & Setup

Options 1. Clone this project.

$ git clone [email protected]:usefulparadigm/jigso.git $ git init

Options 2. Fork this project.

$ git init $ git remote add jigso [email protected]:usefulparadigm/jigso.git $ git pull jigso master

  1. Enjoy!

TODOs

  • uploding in heroku
  • activity stream (timeline)
  • login form customizing
  • my page(dashboard)
  • pagination styling with sass processing
  • omniauth
  • open api support
  • code refactoring
  • add geo location support
  • improve page layout
  • activity streams support

DEMO

  • http://jigso.heroku.com

License

MIT License. Copyright 2011 Useful Paradigm. usefulparadigm.com

Previous:sample_app