1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Carlos Antonio da Silva
120c364f7d Move label I18n test with defaults for associations to labels test file
Also reorganize some hashes and spaces.
2012-10-26 01:27:54 -02:00
Carlos Antonio da Silva
f3d7ba7c12 Fix preload collection tests
:preload => false was being used twice making two tests have the same
implementation.

Also the test that was supposed to test :preload => false with a
collection was testing against a non-collection association.
2012-10-26 01:09:51 -02:00
Vasiliy Ermolovich
c5f913c378 fix default I18n lookup for association input
closes #679
2012-10-24 20:51:13 +03:00
Vasiliy Ermolovich
0bb5726aa3 raise ArgumentError when has_one association was provided 2012-09-13 23:07:31 +03:00
Vasiliy Ermolovich
1cf06d3a7e association creates blank select if collection is nil
closes #595
2012-06-23 00:23:55 +03:00
Carlos Antonio da Silva
a3cafcaff7 Update mocha and fix stubbing method on nil issues 2012-04-21 20:01:14 -03:00
Rafael Mendonça França
f4a1ac6f83 FormBuilder methods should not modify the options hash
Closes #463
2012-02-21 01:42:06 -02:00
Carlos Antonio da Silva
26f3c20f1a :radio is not :radio_buttons
Makes the API more consistent with :check_boxes, and improves
compatibility with bootstrap collections by avoiding :radio namespace
collision.
2012-01-27 17:47:48 -02:00
José Valim
3ee59b5d0d Break form builder test into smaller files. 2011-09-08 16:04:36 +02:00