Hi,
When i am going to change the div id of an haml page on a linux system
leading to 500 error.
Example:
index.html.haml
Original code:
#home-main
#home-main-left
#div-home-step-1
#div-home-step-2
#div-home-step-3
This i am changing to index.html.haml changed one
#home-main
#home-main-left
.Test
#div-home-step-1
#div-home-step-2
#div-home-step-3
This changed file i am uploading to linux server.
When i am changing these things its leading to 500 error.
--
Posted via http://www.ruby-forum.com/.
--
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.