Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for custom env settings to be set and simple csrf support #80

Merged
merged 4 commits into from Jun 5, 2013

Commits on Apr 13, 2013

  1. Updated the Gemfile to use https://rubygems.org and updated the bundle

    too (Sinatra was throwing too many warnings otherwise).
    Darío Javier Cravero committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    a8a3d8f View commit details
    Browse the repository at this point in the history
  2. - Added support for managing extra env settings you may want to use

      through subsequent requests.
      - There's an env method that allows managing those in the same way
      that `header` works.
      - Added tests for that too.
    - Added a csrf method to automatically add everything a csrf
      token/request needs to work so you can save tons of lines in testing
      csrf enabled controllers.
    Darío Javier Cravero committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    fd375e3 View commit details
    Browse the repository at this point in the history
  3. Fixed the local load :S

    Darío Javier Cravero committed Apr 13, 2013
    Configuration menu
    Copy the full SHA
    0ec845d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

  1. Removed csrf.

    Darío Javier Cravero committed May 24, 2013
    Configuration menu
    Copy the full SHA
    4b6d2cf View commit details
    Browse the repository at this point in the history