|
Revision 974, 0.8 kB
(checked in by iv..@gweezlebur.com, 1 year ago)
|
Add a release task, update router note about default route, 0.4.1 changelog
|
| Line | |
|---|
| 1 |
* 0.4.1 |
|---|
| 2 |
Fixed pluralization issues with generators |
|---|
| 3 |
Resource generators are much improved |
|---|
| 4 |
url() helper now supports nested resources |
|---|
| 5 |
url(:post, @post) observers @post.new_record? and adjusts accordingly |
|---|
| 6 |
Fixed bug with empty Accept headers |
|---|
| 7 |
Added config/boot.rb to load framework from gems or framework/ dir |
|---|
| 8 |
New partial() is much faster (and less buggy) |
|---|
| 9 |
render :partial no longer supported |
|---|
| 10 |
Add a buffered logger |
|---|
| 11 |
Fixes bug with parameterized actions on some platforms |
|---|
| 12 |
partial can now be called on collections: |
|---|
| 13 |
partial("widget", :with => @new_widgets, :as => "widget") |
|---|
| 14 |
SMTP mailer now supports non-AUTH setups |
|---|
| 15 |
set_status() can take symbolic codes like :not_found |
|---|
| 16 |
JRuby compat fixes |
|---|
| 17 |
Speed boost, esp. with rendering |
|---|
| 18 |
Fix spec_helper running against development database |
|---|
| 19 |
Fix major bug with sessions not working |
|---|
| 20 |
|
|---|
| 21 |
* 0.4.0 |
|---|
| 22 |
.... |
|---|