|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Scaffold
Welcome aboard
You’re riding Ruby on Rails! About your application’s environment Routing Error No route matches "/rails/info/properties" with {:method=>:get} ...from http://localhost:4000/ What's wrong here???? 'No route matches...' Also, I have no idea what I'm suppose to do with database.yml # MySQL 5.0.x for Win32 development: adapter: mysql encoding: utf8 database: rgams_dev username: root password: pw host: localhost test: adapter: mysql database: rgams_test username: root password: pw host: localhost production: adapter: mysql database: rgams_prod username: root password: pw host: localhost That's what I have...is that all I need? Thanks for the help! |
|
#2
|
||||
|
||||
|
This has nothing to do with database.yml. Rails is complaining that there's no handler found for /rails/info/properties
This smells like you have an older version of rails or something. Have you tried upgrading rails and your plugins to latest version? You can use the gem utility to do this automatically for you.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Ruby Programming > Scaffold |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|