Git Product home page Git Product logo

innate's Introduction

innate's People

Contributors

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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

innate's Issues

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.

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.

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.