Displaying 3 results from an estimated 3 matches for "collection_count".
Did you mean:
collection_counter
2006 Feb 18
2
select widget in partial, can it use :index?
I know I can use :index => collection_counter with text_fields, but do
they work with any version of select form helpers?
Thanks!
Ian
2005 Dec 18
2
[Bug?] in tests, @foo.bars_count <> @foo.bars.count
Example: if a ''foo'' has 3 ''bars'',
bars_count == "0" # ERROR
bars.count == 3 # OK
It looks like a bug to me.
Alain
--
Posted via http://www.ruby-forum.com/.
2004 Oct 25
1
Rails 0.8: Just shy of 100 additions, changes, tweaks, and fixes!
...s and Cases into Casis [radsaq/Florian Gross]
* Fixed that cloned records would point attribute references on the
parent object [Andreas Schwarz]
* Fixed SQL for type call on inheritance hierarchies [Caio Chassot]
* Fixed bug with typed inheritance [Florian Weber]
* Fixed a bug where has_many collection_count wouldn''t use the
conditions specified for that association
Action Pack 0.9.0: Builder-based templates, functional testing,
performance
========================================================================
===
* Added support for Builder-based templates for files with the .rxml...