Ferenc-Lorant Kiss wrote: > 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
the source, maybe helps ... http://github.com/kfl62/trst_sys/tree/master/lib/generators/task_partial -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

