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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Leonardo Mateo
2010-Jan-29 12:31 UTC
Re: Adding div id leading to 500 internal server error in linu
On Fri, Jan 29, 2010 at 6:00 AM, Kumar Kk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > > 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. > --Check your indentation. If you need further help, post some error log. Cheers. -- Leonardo Mateo. There''s no place like ~ -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.