What is the use of oncreate macro in komodo project?
How it could be used in Ruby on rails?
What is the use of oncreate macro in komodo project? How it could be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Komodo project templates can have a special macro called oncreate which run when a new project is created from the template. The oncreate macro in this Ruby on Rails template runs the command ‘rails . –skip’ in the current working directory to create the project.
Got this from: http://docs.activestate.com/komodo/5.0/tutorial/railstut.html