package rails severity 383284 normal thanks Hi,
Byron Hillis wrote: > Package: rails > Version: 1.1.6-1 > Severity: grave > Justification: renders package unusable > > > After following the instructions /usr/share/doc/rails/README.Debian, the > welcome page has > > Routing Error > Recognition failed for "/rails/info/properties" > The security bug fix disabled all paths except for app, lib, or components. So no, this will not work anymore until upstream fixes it. http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure > under the javascript fold out (About your applications env.). This is > the case in both Firefox and Konq., and occurs with both WEBrick and > Lighttpd. This did not occur on the previous version (1.1.4), and > rolling back to this package confirms this. Creating a simple scaffold > using ruby script/generate scaffold Users creates the correct files but > encounters routing errors when run as well Did you set up the default route? Even without it, it seems to work perfectly here. You just need to specify the controller in the URL http://localhost:3000/bank gives me :controller => 'bank', :action => 'index' and works. - Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]