ruby-on-rails2

Rails Home Index file not generating (or supporting files)

When I run in terminal: rails generate controller home index This file, "app/views/home/index.html.erb." is not generated. I did get what is below. . . . ======= > > generate controller home index > create > create app/controllers > create app/helpers > create app/models > create app/views/layou...

Rails 2.3.8 with thin doesn't work after installing rails 3.0.1

Hello, I have several Rails applications with version 2.3.8, which I run using the thin server. I want to install Rails 3.0.1 on the same machine for testing purposes. The installation worked fine, but after installing Rails 3.0.1, running Rails 2.3.8 applications with thin fails with this error: >> Using rails adapter Missing the Rai...