As I mentioned in http://www.ruby-forum.com/topic/177503 I can't pass
arguments to rails generator. After a couple hours I find a dirty hack

def add_options!(opt)
....
opt.on("--option_name","Some Text") { |v| options[:option_name] = arg[0]
}

but regardless what i do the options hash still 'll contain the logical
true for defined arguments (def add_options!(opt)).

Only arg array 'll contain the runtime argument's value.

Any help is welcome to solve this uggly, dirty ... hack

Thanks kfl62
-- 
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 post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to