0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Mar 19, 2023 — Mar 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ported 2.3 compatibility changes from another project, created a .gitignore file to ignore .DS_Store More... over 14 years ago
updated docs on select_form More... about 16 years ago
Fixed bug where select_form was submitting the form if given a block. It now returns the form as expected, and all form submissions are down through Form#submit or submit_form More... about 16 years ago
Fixed a bug in submitting remote forms where the path was being taken out of the form tag's action attribute rather then out of the remote onsubmit call. More... about 16 years ago
added an exception being raised when a form didn't exist with a specified value when using :submit_value More... over 16 years ago
doc update More... over 16 years ago
updated docs More... over 16 years ago
small refactorings More... over 16 years ago
added a test case for using submit_form 'id', :value => 'something' without a block. More... over 16 years ago
added the ability to use submit_form to pass in a specified value for a form which has multiple submit buttons More... over 16 years ago
updating the codebase to namespace helper methods as to not include unnecessary class definitions such as Option, Select, etc. This fixes issue #19 for trunk and rails edge (Tomasz.Wegrzanowski) More... over 16 years ago
fixing copy/paste error in rakefile More... over 16 years ago
added rake task for running with cruisecontrol.rb More... over 16 years ago
Adding a test to cover Issue 9, http://code.google.com/p/form-test-helper/issues/detail?id=9 More... over 16 years ago
Fixing Issue #15, http://code.google.com/p/form-test-helper/issues/detail?id=15 More... over 16 years ago
extracted submit_form tests out of the select_form_test and put them in their own submit_form_test More... over 16 years ago
Fixes integration session issue (Issue #10, http://code.google.com/p/form-test-helper/issues/detail?id=10). (brandon keepers) More... over 16 years ago
removed unneeded require statements in test_helper and updated the README More... over 16 years ago
Updated the tests to work with changes made in Rails trunk revision 7421. This is tested to work with Rails trunk revisions 7421 up to 7514. More... over 16 years ago
Patched to work with Rails trunk REVISIONs 6764 up to today's latest REVISION 7393 More... over 16 years ago
Allow submit_form to accept :xhr => true when passed a block [Baz] More... about 17 years ago
Allow submit_form to work with xml_http_requests. Closes #12 [Baz] More... about 17 years ago
Allow image submit tags. Fixes #11. [joevandyk] More... about 17 years ago
Allow namespaced controllers. fixes #7 [Dan Kubb] More... about 17 years ago
Update Rails 1.1.6 backwards-compatibility patch with changes made in [26] More... over 17 years ago
Document the addition of the HTTP_REFERER-setting feature. More... over 17 years ago
Set HTTP_REFERER in form submission to facilitate testing of redirect_to :back More... over 17 years ago
Added a warning about Rails bug #4867. More... over 17 years ago
Clean up one test. More... over 17 years ago
Allow reading array of values from multiple select and setting of multiple values with an array. More... over 17 years ago