This may just be superstition talking, but I wonder if the problem is the names 
"from" and "to".  Any difference if you make those, e.g., "from_date" and 
"to_date"?

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of 
Shandy Nantz
Sent: Thursday, November 06, 2008 3:11 PM
To: [email protected]
Subject: [Rails] Re: Beyond frusterating date_select issue


Philip Hallstrom wrote:
>> 3i],
>> at those values? Thanks,
> Maybe I'm not understanding but why not access params[:post][:from]
> and then request what parts you want using DateTime methods.

it doesn't complain when I do that but it doesn't give any values back either. 
If I try params[:to][:1i] it complains about the number, if I try 
params[:to]["1i"] I get

You have a nil object when you didn't expect it!
You might have expected an instance of ActiveRecord::Base.
The error occurred while evaluating nil.[]

Parameters:

{"commit"=>"Submit",
 "post"=>{"from(1i)"=>"2008",
 "to(1i)"=>"2008",
 "from(2i)"=>"11",
 "to(2i)"=>"11",
 "from(3i)"=>"6",
 "to(3i)"=>"6"}}

Right now I am lost on what to do because this should be simple.
--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to