ruby users group from sorocaba, sao paulo - brazil
- Create a file named
secret_token.rbinside/config/initializers - Copy this piece of code inside of it(
Gurusorocaba::Application.config.secret_token = "") - run
rake secretand copy the generated key, paste the key insidesecret_token.rb file
You can create a mongoid.yml config file, based on mongoid.sample.yml
- Fork it
- Clone the repository(
git clone git@github.com:gurusorocaba/gurusorocaba.com.br.git) bundle installto install dependencies.- Create your feature branch(
git checkout -b my-new-feature) - Commit your changes(
git commit -m "Added some feature") - Push to the branch(
git push origin my-new-feature) - Create new Pull request


