What is the use of oncreate
macro in komodo project?
How it could be used in Ruby on rails?
Asked
Active
Viewed 225 times
0

riti
- 255
- 2
- 11
1 Answers
1
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

Benjamin Tan Wei Hao
- 9,621
- 3
- 30
- 56