Bug#383284: rails routing error on base project

2006-08-16 Thread Byron Hillis
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-ruby2.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.83.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.81.8.4-5   Interpreter of object-oriented scr

Versions of packages rails recommends:
ii  irb   1.8.2-1Interactive Ruby (irb)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383284: rails routing error on base project

2006-08-16 Thread bakchos666
Hi,

Routing Error
Recognition failed for /rails/info/properties

I have the same problem under Debian etch.
I use the debian Rails packages

Greetings

Dionysios Ioannidis

Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur  44,85 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2



Processed: Re: Bug#383284: rails routing error on base project

2006-08-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package rails
Ignoring bugs not assigned to: rails

 severity 383284 normal
Bug#383284: rails routing error on base project
Severity set to `normal' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383284: rails routing error on base project

2006-08-16 Thread Adam Majer
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]