Code Monkey home page Code Monkey logo

innate's Introduction

innate's People

Contributors

manveru avatar kiko avatar rgrove avatar zoxc avatar godfat avatar jeltz avatar ruby-automation avatar jeremyz avatar ravage avatar

Stargazers

Angus H. avatar Kevin Berry avatar  avatar  avatar Alexey Artamonov avatar  avatar Mig avatar Meko Kifer avatar  avatar Alex Gorbatchev avatar  avatar Simon Hafner avatar Eric Schweichler avatar José Carlos Monteiro avatar Arne Brasseur avatar James Rose avatar Samuel Williams avatar Jean-François Trân avatar Kristan Krispy Uccello avatar Masahiro Nakagawa avatar  avatar Fredrik Bränström avatar Jonathan Rudenberg avatar  avatar Thibaut Barrère avatar Tomohiro Nishimura avatar Deepak Kannan avatar Poga Po avatar // /∫ ∫∫ ∫prosodyVvVereableContext( (( [[ [( ( avatar Duncan Beevers avatar Dieter Stein avatar Andrii Melnyk avatar Jonathan Buch avatar  avatar Yaroslav Markin avatar Kai avatar Michael Trommer avatar  avatar Pistos avatar Jon avatar Fabien Franzen avatar Keiji, Yoshimi avatar  avatar Aman Gupta Karmani avatar ubii avatar Paolo Negri avatar Dane Jensen avatar Randall Potter avatar Barry Mitchelson avatar Jonathan Conway avatar DJ Davis avatar Scott Raymond avatar  avatar Jeremy Daer avatar Cristi Balan avatar Simon Rozet avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

innate's Issues

Redirect helper creates a new response object, which prevents cookie changes before redirect

The `Innate::Helper::Redirect::raw_redirect` method discards the current response and creates a new one before performing a redirect. This means that any cookies set or deleted as a result of the current request will not be included in the response, which makes it impossible to change cookies during a request that results in a redirect.

In pre-Innate Ramaze, it was possible to change cookies before redirecting. Modifying cookies and then redirecting is also a very common pattern for login/logout actions, so I see this as a bug.

YAML cache fails to serialize far-future session expiration date

YAML serialization for sessions (Ramaze.options.cache.session = Ramaze::Cache::YAML) doesn't work here because the session expiration date is too far in the future (e.g. {:expires=>Tue Jan 19 04:14:06 +0100 2038}) and YAML can't serialize it, which causes an "time out of range" ArgumentError.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.