Changes for version 0.991241 - 2009-07-20
- Mojolicious::Lite has been introduced as a new entry level web framework example.
- Mojo::Message::Response will now default to response code 200, this change is not backwards compatible. In Mojolicious you should use ->render(text => 'Hello!') instead of ->res->body('Hello!') now.
- Changed routes syntax again, this change is not entirely backwards compatible but will only affect you if you are using the relaxed and wildcard variations. "/((foo))" becomes "/(.foo)" "/(((foo)))" becomes "/(*foo)"
- Updated Mojolicious to support ->render(text => 'Hello World!').
- Updated Mojo::Script::get_data to use "@@ $name" instead of "__$name__".
- Updated our routes implementation to support HTTP request methods.
- Updated Mojo::Home to fallback to FindBin for detection.
- Made Mojolicious much more fault tolerant.
- Fixed PATH_INFO handling of the CGI environment parser in Mojo::Message::Request.
- Added url_for and render_partial to Mojolicious::Controller.
- Added namespace support to Mojo::Template.
- Added eplite handler to Mojolicious::Renderer.
- Added generator for lite apps.
- Added tests.
- Allow log level override via environment variable in Mojo::Log.
- Code cleanup.
Documentation
Manual
Coding Guidelines
Cookbook
Deployment
Frequently Asked Questions
Getting Started
Mojolicious
A Mojolicious Example
Transactions
Modules
The Web In A Box!
Minimal Base Class For Mojo Projects
A Simple In-Memory Buffer
ByteStream
Client
Content
MultiPart Content
Cookie Base Class
Request Cookies
Response Cookies
Date
File
In-Memory File
Filter Base Class
Chunked Filter
Headers
Hello World!
Detect And Access The Project Root Directory In Mojo
Loader
Loader Exception
Simple Logger For Mojo
Message Base Class
Request
Response
Parameters
Path
Pipelined HTTP Transaction Container
Script Base Class
CGI Script
Daemon Script
Prefork Daemon Script
FastCGI Script
Generator Script
Application Generator Script
Makefile Generator Script
Test Script
Scripts
HTTP Server Base Class
CGI Server
HTTP Server
Prefork HTTP Server
FastCGI Server
Stateful Base Class
Perlish Templates!
Template Exception
HTTP Transaction Container
Uniform Resource Locator
Upload
Context
Routes Dispatcher
Routes Dispatcher Context
Controller Base Class
Serve Static Files
Renderer
Routes
Match
Pattern
Types
Web Framework
Context
Controller Base Class
Micro Web Framework
Renderer
Daemon Script
Generator Script
App Generator Script
Lite App Generator Script
Mojo Script
Test Script
Scripts
Server Tests