Upgraded Rails to version 0.13.1
This commit is contained in:
parent
cf3cebb589
commit
b22d4fb530
|
@ -1,4 +1,5 @@
|
||||||
* trunk:
|
* trunk:
|
||||||
|
Upgraded to Rails 0.13.1
|
||||||
Fixed HTML export
|
Fixed HTML export
|
||||||
Added layout=no option to the export_html action (it exports page contents processed
|
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
|
by the markup engine, but without the default layout - so that they can be wrapper in
|
||||||
|
|
|
@ -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_system', :controller => 'admin', :action => 'create_system'
|
||||||
map.connect 'create_web', :controller => 'admin', :action => 'create_web'
|
map.connect 'create_web', :controller => 'admin', :action => 'create_web'
|
||||||
map.connect ':web/edit_web', :controller => 'admin', :action => 'edit_web'
|
map.connect ':web/edit_web', :controller => 'admin', :action => 'edit_web'
|
||||||
|
|
Loading…
Reference in a new issue