Sha256: 2c114c6ae59be2ded17555427e7eaa7cd2e5f1d99da142e05b508e308e3c12e2

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

3.2.0
  - Use Rails' Journey router as router to conquer the world and shorten
    the codebase

3.1.0
  - use latest Tilt (2.0.0)
  - get rid of silly Rack::Response hacks, write to body properly
  - Response#rewrite (body= aliases it for backward compatibility)
  - Refactor .run! implementation, prefer thin, webrik.
  - NYNY now ships with better_errors, which is only enabled in development
  - Fixed builder instanciation logic
  - removed benchmark script, since tilt dep version is not compatible with
    Sinatra

3.0.1
  - File SystemStackError when accessing missing param (@holies)

3.0.0
  - Use Rack builder to shorten and simplify the code
  - Add support for namespaces by using the builder
  - Add ruby-prof as a development dependency
  - NYNY will return a Rack-like response on each request ([status, headers, body])
  - headers behave like a hash
  - cookies behave like a hash
  - added sprockets integration example
  - improved documentation
  - Fixed inheritance behaviour for App (routes, filters, helpers, middlewares
    will be passed down the inheritance chain)

2.2.1
  - Added support for templates

2.1.1
  - After blocks will now be evaluated even if the request was halted

2.1.0
  - Add ability to define helpers with a block
  - Remove benchmark folder, and create a single benchmark file which can be
    executed easily
  - Simplified and optimized routing logic
  - Fixed root path processing when a NYNY app is mounted
  - Added Rails interop example
  - Added session example
  - Added NYNY.root
  - Added NYNY.env
  - NYNY will not show exceptions in production env

2.0.0
  - Simplified and improved RouteSignature implementation
  - Simplified and improved RequestScope implementation
  - Made response object available in RequestScope
  - removed .use_protection! (the rack-protection middleware can be easily
    used manually)
  - added support for extensions (using .register, which works the same way as in sinatra)

1.0.2
  - Add rack to runtime deps (@etehtsea)

1.0.0 Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nyny-3.2.0 CHANGELOG