RailsCasts Pro episodes are now free!

Learn more or hide this

Christopher Tilley's Profile

GitHub User: ctilley83

Comments by Christopher Tilley

Avatar

I'm having trouble with the remove link in production. The fieldset remove works however it still triggers validation even though it is no longer visible on the screen. Am i missing a step?

Avatar

The redcarpet portion simply doesn't work for me. I can't get Pygments.highlight to work when called within redcarpet

Avatar

I seem to be getting a "sort_faqs_url" not found error when trying to access my controller sort action. Everything matches the above code perfectly

Avatar

What if I want to use two models in the nested set view? An example would be a dynamic restaurant menu where I have menu_sections and menu_items and i want to drag menu items to sections? How do I tackle this?

Avatar

What if you wanted to order by using ajax?