Your message dated Thu, 17 Aug 2006 00:07:29 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383284: rails routing error on base project
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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"
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.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.06
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Versions of packages rails depends on:
ii liberb-ruby 2.0.4+ruby1.8.2-1 Tiny eRuby
ii libmysql-ruby1.8 2.7-1.1 MySQL module for Ruby 1.8
ii libpgsql-ruby1.8 0.7.1-9 PostgreSQL extension library for r
ii libredcloth-ruby1.8 3.0.4-1 Textile module for Ruby 1.8
ii rake 0.7.1-1 a ruby build program
ii rdoc 1.8.2-1 Generate documentation from ruby s
ii ruby 1.8.2-1 An interpreter of object-oriented
ii ruby1.8 1.8.4-5 Interpreter of object-oriented scr
Versions of packages rails recommends:
ii irb 1.8.2-1 Interactive Ruby (irb)
-- no debconf information
--- End Message ---
--- Begin Message ---
Byron Hillis wrote:
> On Wed, Aug 16, 2006 at 11:26:22AM -0500, Adam Majer wrote:
>
>> 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.
>>
>>
>
> I'm not sure what was wrong, but retrying it now works, so the only
> problem is with the welcome screen. Thanks.
>
You have to restart the application (eg. webrick) to reload some parts,
like database setup. So it may have been something like this.
Glad this worked out for you. I'll close the bug.
- Adam
--- End Message ---