Hi!
I want to execute some ruby code on the start of application. Actualy this is some SQL for creating all my tables if they are not already exists.
Nowaday I should run my sql manualy (creating new tables ordinary), but I want to write somewhere in my helloworld.rb sql, which will execute sql once my app is started or restarded.
Thx