Where it stands: Infinity can be represented in IEEE floating point numbers.
Infinity can be represented in Ruby, as evidenced by >> (1.0/0.0).infinite? => 1 Infinity can be represented in sqlite (and probably other databases): sqlite> select * from test_recs; 1|Inf| Yet it appears that there's no portable way to store a Ruby infinity in a database using AR. Does anyone disagree? -- 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.