Ruby on Rails Friday, March 28, 2014

I 100% agree with the OP. In the playframework, you get this for free.
All you do is validation.keep() and params.flash() and do the redirect
and on a GET request it automatically fills in the user input and
errors. ie. you get no breakage of the back button which is very
annoying even for users who are experts. This project looks very very
promising but is only for rails 4 I think
https://github.com/tommeier/rails-prg

I find it sad when people go with "we don't need to fix it" when it is
so simple to fix and many other frameworks like seam, playframework are
now ahead of rails in this aspect.

ruby invented the flash scope and playframework and seam stole it and
really used it to their advantage in a way better way than ruby giving a
much better user experience when it comes to the back button.

Dean

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a73f4526a6c2a008a8124d93e8c3e126%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment