Commit Graph

151 Commits

Author SHA1 Message Date
nathanvda 4192f92e64 Regenerate gemspec for version 1.0.8 2011-07-21 10:03:01 +02:00
nathanvda 483e2c58ec Updated history. 2011-07-21 10:02:50 +02:00
nathanvda 9325fc70fc Version bump to 1.0.8 2011-07-21 10:01:08 +02:00
nathanvda ffdaff7129 All dependencies should only be development dependencies. Fixes #13. 2011-07-21 10:00:19 +02:00
nathanvda 68641c5782 Regenerate gemspec for version 1.0.7 2011-07-21 00:02:27 +02:00
nathanvda 476ae71521 Describe why the new version was needed. 2011-07-20 23:59:20 +02:00
nathanvda 5ae91a68de Version bump to 1.0.7 2011-07-20 23:54:42 +02:00
nathanvda cca0249351 Regenerate gemspec for version 1.0.6 2011-07-20 07:06:05 +02:00
nathanvda 48641b5610 Regenerate gemspec for version 1.0.6 2011-07-19 23:12:49 +02:00
nathanvda 56e94388dc Updated history. 2011-07-19 23:09:06 +02:00
nathanvda a40877c5c5 Bumped version to 1.0.6 2011-07-19 23:09:06 +02:00
Nathan Van der Auwera 83663e34e7 Merge pull request #11 from graycoder/master
Small refactor on cocoon.js
2011-07-19 06:01:21 -07:00
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