I\'m currently trying to figure out what\'s wrong with my code: Doesn\'t work if(...){ ... }else{ someVariableAsString = \"myValue123\";
I have a simple template system which calls a show_me method defined inside different classes of my model (kinda Widgets) when rendering a template. These widgets originally returned the html as a str
I\'m trying to set up a rather complex form using form_for. This form needs to be in multiple views, where some fields would be available across all actions and other fields are specific to each indiv
how can i get multiview in javascript or jquery ? below code always returns null : (Javascript) var MultiView = document.getElementById(\"MultiView1\");
I have a fields_for tag, where I specify the prefix (lets say for some good reasons), and this is supposed to represent a one-to-one relationship.
In a Flex application I am trying to turn an Object into a QueryString such as name1=value1&name2=value2...But I am having trouble getting the names of the Objects children. How do I enumerate the