rango
rango copied to clipboard
Rango is ultralightweight, ultracustomizable, ultracool web framework inspired by Django.
why not return this development Rango?
http://github.com/joshbuddy/http_router
Some clients do not support PUT or it’s difficult to send in a PUT request. For these cases, you could POST the request with a request header of X-HTTP-Method-Override set...
class Application < Rango::Controller format(:json) do |object| object.to_json end end class Post < Application def show(id) if format.html? render "post.html", post: post else display post end end end class Application...
- http://github.com/rails/rails/commit/2f4aaed7b3feb3be787a316fab3144c06bb21a27 - http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers
should be 500 instead of 404, the Page is found, but not processed.
So user can set name of key, params vs. GET vs session etc. - http://github.com/teamon/merb-flash/blob/master/lib/merb-flash.rb - http://nakajima.github.com/rack-flash
From its CHANGELOG: - rack.logger - Imported Config middleware - Imported ETag middleware - Imported Runtime middleware - Imported Sendfile middleware - New Logger and NullLogger middlewares