Upgraded Rails to version 0.13.1

This commit is contained in:
Alexey Verkhovsky 2005-07-20 01:36:58 +00:00
parent cf3cebb589
commit b22d4fb530
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
* trunk:
Upgraded to Rails 0.13.1
Fixed HTML export
Added layout=no option to the export_html action (it exports page contents processed
by the markup engine, but without the default layout - so that they can be wrapper in

View file

@ -1,4 +1,4 @@
ActionController::Routing.draw do |map|
ActionController::Routing::Routes.draw do |map|
map.connect 'create_system', :controller => 'admin', :action => 'create_system'
map.connect 'create_web', :controller => 'admin', :action => 'create_web'
map.connect ':web/edit_web', :controller => 'admin', :action => 'edit_web'