Well, you have to play nice with the "rules" of the command line (like no
spaces etc). Also note that whatever comes into your rake task is simply a
string. You would have to parse that string and build any object you need,
such as a hash or array...

Any code on how you're handling the params?

On Fri, Jan 9, 2009 at 4:21 PM, Joe Peck
<rails-mailing-l...@andreas-s.net>wrote:

>
> I've put it in a raketask, works now, except for one thing; if I try to
> pass a hash to it as a parameter, it seems like it just stops.  Hmm...
> --
> 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