Wow there are just so many issues...
First I would highly recommend that you have the same rails version in both environments... Is there a reason why you want 1.2.6 on one machine and 2.1 on a different machine? These versions are very different and I'm sure you will find numerous of issues using the same app on 1.2 and 2.1... Next the routing: In your routes you have :controller/:action/:id Which should be localhost/say/hello (the localhost/controller/say/hello Not sure how that works in your local environment) Did you change the rails version in your environment.rb file when you tested the code on the other env.? Could you show your app/controllers/say_controller.rb here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

