aravindiiitb / spandan

Spandan Website written in ROR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spandan 2016

Contribution Instructions

Please follow these things:

  • Don't commit changes made to: "database.yml"
  • Please don't push code to the master branch of this repository even if you have access to it. Fork from zense/spandan and then add whatever changes you want to.

If you are getting merge conflict in files like "schema.rb" or "Gemfile.lock" then use this to fix problems :

# For resolving schema.rb conflict
git checkout HEAD schema.rb
rake db:migrate

# For resolving Gemfile.lock conflicts
git checkout HEAD Gemfile.lock
bundle install 

About

Spandan Website written in ROR.


Languages

Language:HTML 37.1%Language:JavaScript 36.0%Language:CSS 17.5%Language:Ruby 9.3%Language:CoffeeScript 0.1%