[9825aee47efa7c3ef438db5ce10f410d3f8938c8] Changeset [9825aee47efa7c3ef438db5ce10f410d3f8938c8] by Josh Knowles

Don't follow external redirects http://github.com/brynary/webrat...

Committed by Josh Knowles

[4565a3cea641b79a77661b4bda6d3b21f7644886] Changeset [4565a3cea641b79a77661b4bda6d3b21f7644886] by Nicolas Sanguinetti

Unescape the values passed to the sinatra test helpers http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[34ea3e64b896424b5aa1195610d5e61e5be466cf] Changeset [34ea3e64b896424b5aa1195610d5e61e5be466cf] by Josh Knowles

Sinatra integration tests for following redirects http://github.com/brynary/webrat...

Committed by Josh Knowles

[c3120833b0a4fab942e1430088e513783304b2a0] Changeset [c3120833b0a4fab942e1430088e513783304b2a0] by Josh Knowles

Merge branch 'foca/master' http://github.com/brynary/webrat...

Committed by Josh Knowles

[e19b1cc323e8df657a357bfeefe3f68745f80938] Changeset [e19b1cc323e8df657a357bfeefe3f68745f80938] by Josh Knowles

Rails and Merb integration tests for following redirects http://github.com/brynary/webrat...

Committed by Josh Knowles

[e77495bc04cacfb1e7684bd938a7c6d32545130f] Changeset [e77495bc04cacfb1e7684bd938a7c6d32545130f] by Josh Knowles

Refactor redirect handling as Merb response doesn't support the redirect? method. All integration specs now passing again. http://github.com/brynary/webrat...

Committed by Josh Knowles

[b222d3fde3983b4fe7f8dfa0f0c3959494e3a149] Changeset [b222d3fde3983b4fe7f8dfa0f0c3959494e3a149] by Josh Knowles

Allow the running of Rails/Merb integration specs independently http://github.com/brynary/webrat...

Committed by Josh Knowles

[7044eb58634cd55c4447039e80ac14cbb01e0215] Changeset [7044eb58634cd55c4447039e80ac14cbb01e0215] by Josh Knowles

Make merb integration test load 'local' webrat, instead of the gem. http://github.com/brynary/webrat...

Committed by Josh Knowles

[7258ea3349d3d90a38f64593b1cd35ff6f9306fd] Changeset [7258ea3349d3d90a38f64593b1cd35ff6f9306fd] by Nicolas Sanguinetti

Make rails integration test load 'local' webrat, instead of the gem. http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[ce364d16638c6d6906b5c00ffdcb0374caed7f5b] Changeset [ce364d16638c6d6906b5c00ffdcb0374caed7f5b] by Josh Knowles

Refactor redirect support out of RailsSession & SinatraSession and into Session#request_page http://github.com/brynary/webrat...

Committed by Josh Knowles

[a56973854276e18545da4d89ff99ee73fabe8d9d] Changeset [a56973854276e18545da4d89ff99ee73fabe8d9d] by Josh Knowles

Running rake spec should run all specs (even those in sub-directories) http://github.com/brynary/webrat...

Committed by Josh Knowles

[0938c6dafc68d8dca4c1e221680f62128079499e] Changeset [0938c6dafc68d8dca4c1e221680f62128079499e] by Kieran Pilkington

bugfix: when h was nil (which it was for all my tests), everyone would fail with nil.[]= errors. Making sure we at least have a blank hash fixes this. http://github.com/brynary/webrat...

Committed by Kieran Pilkington

[499dcefefe929e58a3adf802410dc5bb94a70862] Changeset [499dcefefe929e58a3adf802410dc5bb94a70862] by Nicolas Sanguinetti

Add integration tests for sinatra http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[33e853710eb61616588f3fab0b6ffbfad1dcd733] Changeset [33e853710eb61616588f3fab0b6ffbfad1dcd733] by Nicolas Sanguinetti

Make rails integration test load 'local' webrat, instead of the gem. http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[25c3fd73db6d462b3bafd6cf79906cf2bbad1506] Changeset [25c3fd73db6d462b3bafd6cf79906cf2bbad1506] by Nicolas Sanguinetti

Rename sinatra session spec so it matches the other ones http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[47bc51b864721a6ae1d3ce1130876661315be92a] Changeset [47bc51b864721a6ae1d3ce1130876661315be92a] by Nicolas Sanguinetti

Merge commit 'brynary/master' http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[a058c8e5ccf088917c1e395171ea2f8757c34aa9] Changeset [a058c8e5ccf088917c1e395171ea2f8757c34aa9] by Nicolas Sanguinetti

Fix sinatra spec for redirects http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[2562942b6db665ee171bb15b907fdb4ab6ab2bf7] Changeset [2562942b6db665ee171bb15b907fdb4ab6ab2bf7] by Bryan Helmkamp

Adding merb app for integration testing http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[add38820e58cba6a7e1ee62155c29480a9d1d913] Changeset [add38820e58cba6a7e1ee62155c29480a9d1d913] by Bryan Helmkamp

Adding two tests for Rails integration http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[39e0200608ea9fc6b6e5f015b2b1592da8154c85] Changeset [39e0200608ea9fc6b6e5f015b2b1592da8154c85] by Bryan Helmkamp

Adding a Rails app for integration testing http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[b4dd15025018421956da7f1f94a284baec950e9a] Changeset [b4dd15025018421956da7f1f94a284baec950e9a] by Bryan Helmkamp

Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[828857f88ebb3045ecf27bf8ab659db6f3a9d136] Changeset [828857f88ebb3045ecf27bf8ab659db6f3a9d136] by Bryan Helmkamp

Bumping nokogiri depenency version http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[6da3371d8430045f60dd9eba0a6af39c717ad60b] Changeset [6da3371d8430045f60dd9eba0a6af39c717ad60b] by Bryan Helmkamp

Bumping version number to 0.3.4 http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[3a956304a3c704527a42efa2a7309043ab634674] Changeset [3a956304a3c704527a42efa2a7309043ab634674] by Bryan Helmkamp

Committed by Bryan Helmkamp

[422c6aea89310899bceda5d8797d311acafafa84] Changeset [422c6aea89310899bceda5d8797d311acafafa84] by Nicolas Sanguinetti

Use request_page to handle sinatra redirects

This should make current_url and keeping the referrer work as expected http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[6704d487bcba624e62096a45e875bcbf44c60fbb] Changeset [6704d487bcba624e62096a45e875bcbf44c60fbb] by Nicolas Sanguinetti

Disable sinatra's app run and reload http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[3d522a476a373edcc637e849c75fdd55d0a56dad] Changeset [3d522a476a373edcc637e849c75fdd55d0a56dad] by Bryan Helmkamp

Fixing require statement for Nokogiri on JRuby http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[6d5205b7b761e4280a3280c868d9c1df3cc8bbd5] Changeset [6d5205b7b761e4280a3280c868d9c1df3cc8bbd5] by Bryan Helmkamp

Bump nokogiri dependency version to 1.1.0 http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[6d108393be2b60b03ec5e5abb1bba3f97d79b885] Changeset [6d108393be2b60b03ec5e5abb1bba3f97d79b885] by Nicolas Sanguinetti

Allow accessing the request and response from SinatraSession http://github.com/brynary/webrat...

Committed by Nicolas Sanguinetti

[2ead102f54f32a70b335e4303bd916791d73106f] Changeset [2ead102f54f32a70b335e4303bd916791d73106f] by Bryan Helmkamp

Merge commit 'joshknowles/master' http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[4b6558e7e5c5b5cf9d7d6dae3368715c8d4b9d43] Changeset [4b6558e7e5c5b5cf9d7d6dae3368715c8d4b9d43] by Josh Knowles

Properly set referer and redirect to proper location http://github.com/brynary/webrat...

Committed by Josh Knowles

[a018af99ff4fd1770bc214993b96e8ffc84a9836] Changeset [a018af99ff4fd1770bc214993b96e8ffc84a9836] by Bryan Helmkamp

Remove references to should_see and should_not_see, which don't exist http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[29274f9b4b49f98a6d69f43d1b3a309146912bc3] Changeset [29274f9b4b49f98a6d69f43d1b3a309146912bc3] by Bryan Helmkamp

Merge commit 'joshknowles/master'

Conflicts:

lib/webrat/rails.rb
spec/webrat/rails/rails_session_spec.rb

http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[5ccb10a411d446b8ec87fd058818c35b7871c03d] Changeset [5ccb10a411d446b8ec87fd058818c35b7871c03d] by Bryan Helmkamp

Committed by Bryan Helmkamp

[f409ec3ecb04593c400ac3217be9ef44ed25cdd6] Changeset [f409ec3ecb04593c400ac3217be9ef44ed25cdd6] by Bryan Helmkamp

Better error message if Webrat mode is unknown http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[61b864f1135e83cc7fab7d4ca7663fd1a861aeb8] Changeset [61b864f1135e83cc7fab7d4ca7663fd1a861aeb8] by Bryan Helmkamp

Committed by Bryan Helmkamp

[7c603f834c4b309277d6b95ab9761e170f51869b] Changeset [7c603f834c4b309277d6b95ab9761e170f51869b] by Bryan Helmkamp

Committed by Bryan Helmkamp

[45f36b8ed9cf78bc35b448413950f89334b1a4dd] Changeset [45f36b8ed9cf78bc35b448413950f89334b1a4dd] by Kieran Pilkington

adding specs for the selenium environment/port settings http://github.com/brynary/webrat...

Committed by Kieran Pilkington

[2c51d908301e23a8594eda49f0d64ce197b3e842] Changeset [2c51d908301e23a8594eda49f0d64ce197b3e842] by Kieran Pilkington

adding configuration option to change seleniums environment and port settings http://github.com/brynary/webrat...

Committed by Kieran Pilkington

[362df8abf0f0930ee95fa0b8a708191afa57578e] Changeset [362df8abf0f0930ee95fa0b8a708191afa57578e] by Bryan Helmkamp

Fix startup bug when using Webrat::Selenium with Test::Unit http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[2bf3c0aaa33cb7618556ed403c785032ace0fcbf] Changeset [2bf3c0aaa33cb7618556ed403c785032ace0fcbf] by Bryan Helmkamp

Ignoring test_apps directory for now http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[0eaad5276871b4f98da56ae560fa11f4dc8ee6b1] Changeset [0eaad5276871b4f98da56ae560fa11f4dc8ee6b1] by Bryan Helmkamp

Cleanup the way the tests switch Webrat modes http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[22c7834512190c5991cd0ff9e27c750037be0405] Changeset [22c7834512190c5991cd0ff9e27c750037be0405] by gaffo

Sets the Webrat mode with Configuration#mode= in the config block http://github.com/brynary/webrat...

Committed by gaffo

[6d7fc04f71c170c889e6d758d5de9d98401f72dd] Changeset [6d7fc04f71c170c889e6d758d5de9d98401f72dd] by Bryan Helmkamp

Add pending spec for bug in #within that needs fixing http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[89e9ea91e9e83d844096a0a5861991e29b870dba] Changeset [89e9ea91e9e83d844096a0a5861991e29b870dba] by Josh Knowles

Support forwarding headers when following redirects when using the SinatraSession http://github.com/brynary/webrat...

Committed by Josh Knowles

[d0504d93446851128aaccd91de0cdc8630b6d83b] Changeset [d0504d93446851128aaccd91de0cdc8630b6d83b] by Josh Knowles

First pass at initial specs for Webrat::SinatraSession http://github.com/brynary/webrat...

Committed by Josh Knowles

[b88b2b29490fc9b4648efe1feb7207c512183bb7] Changeset [b88b2b29490fc9b4648efe1feb7207c512183bb7] by Josh Knowles

Forward headers during redirects when using the RailsSession. http://github.com/brynary/webrat...

Committed by Josh Knowles

[bd6f4986fba65dbe0dcc53e8234bfe190ad6a9aa] Changeset [bd6f4986fba65dbe0dcc53e8234bfe190ad6a9aa] by Bryan Helmkamp

Specs are only pending on MRI. They pass on JRuby http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[5015122fa933ba309ef14905c6f6c31fbaa6525a] Changeset [5015122fa933ba309ef14905c6f6c31fbaa6525a] by Bryan Helmkamp

Use a more liberal regexp to try to pass on all platforms http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

[267a66cbc15e7f8aa49b265750e6c5e61dfaa408] Changeset [267a66cbc15e7f8aa49b265750e6c5e61dfaa408] by Bryan Helmkamp

Try to fix issue where Mechanize mode leaks into spec run http://github.com/brynary/webrat...

Committed by Bryan Helmkamp

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Ruby Acceptance Testing for Web applications

Shared Ticket Bins