I'm learning RoR and i would like to know more about the sessions in RoR
Can anyone give me a good example for a session in a web application? or good pages for learning? (not: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book :P)
How can I use ruby on rails input field selector?
This is form:
Jquery user_user_name:{ validators: { notEmpty: { message: 'The company name is required and cannot be empty' } } },