Actually now that I think about it,
I think that it should basically just run the same project generator
script again
and rubigen will figure out if a file exists or not and create it if
necessary.
So I don't know if it's something that should be in RubiGen at all...
I might just create a rake task which basically does:
task :update do
ruby "cd .. && rucola #{APPNAME}"
end
A simple test verifies that it would work,
or am I missing something?
Eloy
On Feb 2, 5:55 pm, "
eloy.de.en...@gmail.com" <
eloy.de.en...@gmail.com>
wrote: