0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to work with rspec/rails 1.2.7 More... almost 17 years ago
Need a better solution. This file was causing application to not load in production/staging More... over 17 years ago
More informative when conditions are not met for caching tests to run More... over 17 years ago
cache_action matcher takes second argument for defining store cache option expectations. More... over 17 years ago
Action cache testing. See with_caching and cache_action. More... over 17 years ago
Fixed bug where non-string values would cause submit_form to fail More... over 17 years ago
Fixed bug where special characters in form submissions would mangle the value More... over 17 years ago
Added a test to prove how submit_form can forward headers More... over 17 years ago
click_on now supports :headers option More... over 17 years ago
Fixed bug where file fields were not working with Rack More... over 17 years ago
Fixed bug where arrays were not handled correctly in form submission More... over 17 years ago
Working with rails 2.3.1 More... over 17 years ago
needed this to get form submission with selects working More... over 17 years ago
Fixed bug where navigate_to was submitting options to test_process and that signature has changed More... over 17 years ago
A bit of an update to the readme More... over 17 years ago
Running in Rails 2.3 More... over 17 years ago
Don't alias rescue_action_without_fast_errors...instead call it directly when in an integration example More... over 17 years ago
Navigation was not always unescaping hrefs More... over 17 years ago
Navigation was not always unescaping hrefs More... over 17 years ago
Fix for Rails 2.2.1 - should call is not making it to the integration session without a direct reference. [Steve Iannopollo] More... over 17 years ago
Fix to keep controller failures coming to the top [Kristian Hanekamp] More... over 17 years ago
Updated to latest testing patterns using plugit More... over 17 years ago
Merged changes from gerrit / spec_integration More... over 17 years ago
Added a few updates More... over 17 years ago
Updated to use plugit gem. Running against rails/rspec edge. More... about 18 years ago
deactivated auto-loading of plugin, workaround for interference of actioncontroller exception-handling monkey-patch with RSpec-on-rails controller specs that dont `use_rails_error_handling!` More... about 18 years ago
play nice with rspec installed as a rails plugin (copied from rspec-rails) More... about 18 years ago
added rake task to run integration specs separately More... about 18 years ago
spec_integration: added display_object and following redirects until no more More... over 18 years ago
spec_integration: be_showing path disreguards query parameters in actual path unless expected includes them More... over 18 years ago