[Rails] Re: Requesting information from user

2013-09-05 Thread Jorge C.
Joel Pearson wrote in post #1120757: > I believe the standard way to do this would be to show a previously > hidden div containing a form. And that is possible using Rails or is it Javascript? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to

[Rails] Requesting information from user

2013-09-05 Thread Jorge C.
Hi, I need to "popup" a message to the user in order he can choose an option. It is not a YES-NO option but almost the same (has has to choose among two options). It has to be a message with a question and two buttons. Is that possible on Rails? Thanks! Jorge -- Posted via http://www.ruby

[Rails] Re: Error layout

2013-08-29 Thread Jorge C.
Thanks Colin! The "issue" was on HTML code: each faulty HTML tag was being wrapped inside a new , so the default behavior was to start a new line. I have added "display:inline-block" in the CSS class and everything is working perfect now. Thanks!! -- Posted via http://www.ruby-forum.com/. --

[Rails] Error layout

2013-08-29 Thread Jorge C.
Hi all, I have created a form to insert new records (see "Selección_001.png") with two mandatory fields ("name" and "surname") but if I try to insert a blank record (so it is invalid) I get the two errors (that is correct) but the page layout is modified (see "Selección_002.png"), which is not cor