Hi I'm currently trying to deploy an early test version of a site that uses Haml for both the layouts and the views. The way Rails 2.0.2 is setup on my hosting company (http://hosting.media72.co.uk/), the upload process I've been using for other projects has been to ssh into the server, create a new rails app, install any plugins needed and then upload the contents of /app, /db/migrate, /config/routes.rb and other files from my local dev machine. This process is being successfully executed for another site on the same account on the same server, also using Haml.
For http://lexiauk.adject.co.uk/, I've successfully created the rails app, and installed the haml plugin from a local copy installed on the server. However, upon uploading the various different files from my local machine and running the database migrations, I've hit a snag you can see if you visit the site - complaining about not being able to find homepage.html.erb. However, there is a homepage.html.haml, which I thought would be picked up and used. Given that the haml plugin is successfully installed in ~/vendor/ plugins/haml/, can anyone think why Rails wouldn't be picking it up and using it? Hope that makes sense. I can post development.log or anything else that may be helpful. Thanks Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
