[Rails] Keep data on the field after submit a form with error

2015-02-07 Thread Simon Eric
After validation, I got error and return back to :action = :new. Some field on form already filled, so I want to keep them filled after error message too. How it can be done in rubyonrails4? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to

Re: [Rails] RVM alternatives

2015-02-07 Thread Timothy Mukaibo
To be honest, I use System Ruby + Bundler. Thanks to BrightBox PPA! This forces me to ensure that all my Ruby projects are using the latest (well, I say latest but still using 2.1.5 for everything), and is the easiest. I think it also makes debugging easier as it eliminates a certain class of