trying to convert rails 2.3.4 app to rails 3 but views not appearing
- by kgrad
I have a simple rails 2.3.4 application I am trying to get running with rails 3.0.0-beta2. I have the server running and all my links and navigation showing, however for some reason the content of my views is not displaying.
When I navigate to Site/index the html in my index.html.erb in my site view is completely ignored. There are no errors in…