Skip to content

barboza/somos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fc36c8 · Jul 3, 2013

History

91 Commits
Jul 3, 2013
Jul 3, 2013
May 26, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Jun 4, 2013
Mar 1, 2013
Jun 4, 2013
Mar 1, 2013
Jun 4, 2013
Mar 7, 2013
Jun 8, 2013
Jul 3, 2013
Jul 3, 2013
Mar 1, 2013
Mar 1, 2013
Jun 8, 2013

Repository files navigation

Somos+

Build Status

Somos+ is an open source plataform to help people that need help to find people that want to help them.

Development environment

You'll need RVM to isolate your development environment.

Make sure you install Ruby 1.9.3 on your RVM.

Then just checkout the code, configure dependencies and run the tests:

  1. Clone the repository:

git clone git://github.com/barboza/somos.git

  1. Enter the repo directory and accept the RVM:

cd somos

yes if solicited

  1. Install Bundler into our RVM:

gem install bundler

  1. Install all dependencies from Gemspec:

bundler install

Running tests

  1. Go to app folder

    cd somos

  2. Prepare the database

bundle exec rake db:config

bundle exec rake db:test:prepare

  1. Run the rspec

    rspec spec/

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Licensed under the MIT license (see MIT-LICENSE file)