Notes:
Changes:
Fixed pluralization issues with generators
Resource generators are much improved
url() helper now supports nested resources
url(:post, @post) observers @post.new_record? and adjusts accordingly
Fixed bug with empty Accept headers
Added config/boot.rb to load framework from gems or framework/ dir
New partial() is much faster (and less buggy)
render :partial no longer supported
Add a buffered logger
Fixes bug with parameterized actions on some platforms
partial can now be called on collections:
partial("widget", :with => @new_widgets, :as => "widget")
SMTP mailer now supports non-AUTH setups
set_status() can take symbolic codes like :not_found
JRuby compat fixes
Speed boost, esp. with rendering
Fix spec_helper running against development database
Fix major bug with sessions not working
|