Hi, I am using MAC 10.6 OS. I want to freeze the my application gems so that it will nor required to install again when I go to production. For freezing of gems I am going through the tutorial "http://gemsonrails.rubyforge.org/"
But whenever I am doing "rake gems:freeze GEM=pdf-writer" it is giving me following error:- DEPRECATION WARNING: Rake tasks in vendor/plugins/gemsonrails/tasks, vendor/plugins/gemsonrails/tasks, vendor/plugins/gemsonrails/tasks, and vendor/plugins/gemsonrails/tasks are deprecated. Use lib/tasks instead. (called from /Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) rake aborted! wrong number of arguments (2 for 1) (See full trace by running task with --trace) But the same command work on windows. Can anyone help me out for this. Thanks, Tushar -- 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.

