ruby users group from sorocaba, sao paulo - brazil
- Create a file named
secret_token.rb
inside/config/initializers
- Copy this piece of code inside of it(
Gurusorocaba::Application.config.secret_token = ""
) - run
rake secret
and 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 [email protected]:gurusorocaba/gurusorocaba.com.br.git
) bundle install
to 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