Commit Graph

39 Commits

Author SHA1 Message Date
gray 407fad5410 Add if/else brackets 2011-07-19 15:49:59 +03:00
gray 01ec1ff00b Small refactor cocoon.js 2011-07-19 12:53:04 +03:00
Nathan 9e83c9cfcd Remove jruby build from travis for now. I should investigate later why the jruby build fails. 2011-07-17 18:15:57 +02:00
Nathan 6b5cabc472 Updated readme to show travis status. 2011-07-17 18:08:13 +02:00
Nathan ed4c825678 Ignore rubymine files. 2011-07-17 18:07:32 +02:00
nathanvda 0274d3920e Added travis CI configuration. 2011-06-18 21:50:40 +02:00
nathanvda 42186afb4c Improved the release notes. Described how to upgrade. 2011-06-18 17:19:46 +02:00
nathanvda 388b10a7e5 Fixed the tests. 2011-06-18 01:40:35 +02:00
nathanvda 1390d07550 Test with rails 3.0.8. 2011-06-18 01:40:22 +02:00
nathanvda 0377b93ec7 Regenerated gemspec for version 1.0.5 2011-06-18 01:33:31 +02:00
nathanvda 191f2e7f0c Added a file containing the release notes/changes. 2011-06-18 01:33:13 +02:00
nathanvda f0f9f98fdf Bumped version to 1.0.5. 2011-06-18 01:32:49 +02:00
nathanvda 2890be2f53 Fixes #9. Make sure that the link_to_add_association also works in rails 3.0.8. by making sure the template-html is not double escaped. 2011-06-18 01:32:38 +02:00
nathanvda 30832b3460 Regenerated gemspec for version 1.0.4 2011-04-25 00:59:15 +02:00
nathanvda 2cbc649187 Improved readme slightly. 2011-04-25 00:58:37 +02:00
Tangerine Cat cebcb21242 Made available call to external jQuery callbacks on add_fields click 2011-04-25 00:48:26 +02:00
nathanvda 630a88a704 Avoid HTML collisions. Inspired by the code from rfc2616. This fixes #6. 2011-04-25 00:21:13 +02:00
nathanvda 6da1069680 Version bump to 1.0.4 2011-04-24 14:37:09 +02:00
nathanvda bf34b7494b Added the code from rfc2616: push in plurals from ruby, with added (simple) tests 2011-04-24 14:36:50 +02:00
nathanvda 0a7e2ece80 Regenerated gemspec for version 1.0.3 2011-03-15 16:23:42 +01:00
nathanvda fd5105395b Bumped version to 1.0.3 2011-03-15 16:23:21 +01:00
nathanvda 4934fcfb6c Merge remote branch 'sinsiliux/master' 2011-03-15 16:20:16 +01:00
nathanvda 662c96fa00 Changed readme 2011-03-15 16:16:02 +01:00
Andrius Chamentauskas 657e478801 Template is now saved under data-association attribute to prevent those extra blank records when submitting form. 2011-03-15 16:41:17 +02:00
nathanvda 2be9a44303 Added tests for link_to_remove_association and extended existing tests. 2011-03-07 22:02:21 +01:00
nathanvda 84ce937e50 Added tests for link_to_add_association. 2011-03-06 22:40:37 +01:00
nathanvda 8db3114134 Regenerated gemspec for version 1.0.2 2011-03-06 21:43:41 +01:00
nathanvda b56cff8a7e Bumped version to 1.0.2 2011-03-06 21:43:32 +01:00
David Roetzel 7e8de74176 Use hidden_field_tag instead of hidden_field.
This works around problems with
accepts_nested_attributes_for :reject_if => :all_blank.
hidden_field injects a (String!) value of "false"
into the form, effectively disabling the all_blank
check.
2011-03-04 16:36:12 +01:00
nathanvda dd4f0c70bb Regenerated gemspec for version 1.0.1 2011-03-03 21:48:51 +01:00
nathanvda ffc5c5d799 Bumped version to 1.0.1 2011-03-03 21:47:35 +01:00
nathanvda ad884cdf5e Adapted readme after the changes by cubus. 2011-03-03 21:46:25 +01:00
nathanvda 95f7d5237f If a block is given, no link-text needs to be given as a parameter anymore. 2011-03-03 21:15:12 +01:00
Mihai Târnovan 75c3a9bacd * added option to specify position of insertion for the add partial 2011-03-03 19:22:23 +01:00
Mihai Târnovan dc1ad12845 * added html_options and block args to link_to_remove association and link_to_add_association 2011-03-03 18:54:43 +01:00
nathanvda 65eaf17f4e Update readme to point to cocoon_simple_form_demo. 2011-02-10 00:19:18 +01:00
nathanvda 1016df4f33 Regenerated gemspec for version 1.0.0 2011-02-09 22:54:01 +01:00
nathanvda b1df25c4c3 adapted readme 2011-02-09 22:51:32 +01:00
nathanvda dc09be5634 moved from formtastic-cocoon to just cocoon 2011-02-09 22:03:53 +01:00