[Rails] Re: Soft Validation

2014-04-15 Thread Michael Roess
Hi all, Thanks for the suggestions. I was hoping to avoid client-side validations just because it means replicating a lot of work already done (and my JS/JQuery is not up to snuff, but I should take it as an opportunity to work on that). That will be the route I take, I guess. Dave: the 'I p

[Rails] Re: Soft Validation

2014-04-15 Thread Maximilian Busch
Hi Mike, it seems like you want to do some validation to improve the user experience, give them some feedback etc. Without knowing the exact use cases I would go with a combination of client- and server-side validation. On client's side you can go with one of the various jQuery form validation