Thank you all for the answers! I only wished to improve I do not have to generate my model again after database schema migration. One person gave mi an advise to read that article http://guides.rubyonrails.org/migrations.html on migrations. The next step is generating scaffold for model, controller and view. But they are already generated and I do not want to loose their code applying my changes. As I see now there is no way of not regenerating model. Earlier I just hoped it could be possible to add a piece of hand-written code to my model to access newly added column in the last database migration. I heavily read documentation on ruby. Thank everybody for the answers.
-- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fdffd093f362eb61fdba2cb46e38c85e%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.

