Commit Graph

24 Commits

Author SHA1 Message Date
Thomas Walpole e68051f6ac Rubocop driven cleanup 2018-01-08 14:39:56 -08:00
Thomas Walpole 05945bf2d9 remove conditionals for no longer supported versions of gems/rubies 2018-01-03 09:04:11 -08:00
Thomas Walpole c5d7089e0e generally prefer ruby 1.9 hash format 2016-10-04 11:10:29 -07:00
Thomas Walpole 75084c59fc Deprecate save_and_open_page_path in favor of save_path 2016-04-05 09:53:03 -07:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
David Rodríguez e8b6089426 Remove unnecessary requires
"capybara/dsl.rb" already requires "capybara.rb"
2015-12-11 10:42:09 +01:00
Thomas Walpole a4fc9d96f7 Remove insertion of Rack::Lock middleware in favor of a note in the README due to issue #1419 2014-10-13 10:08:31 -07:00
Thomas Walpole 11da192d7f Also check config.allow_concurrency to match Rails 4.2 behavior for Rack::Lock 2014-09-21 21:48:57 -07:00
Thomas Walpole 385a7507f6 Use Rack::Lock to prevent concurrency when eager_load is false 2014-09-18 14:48:30 -07:00
Kim Burgestrand 78e3a48829 Make sure we are comparing gem versions, closes #1024
Due to rails/rails#8501, we can no longer case the Rails version to a float. This version should hopefully work on both Rails 4 master and on Rails 3.
2013-03-26 13:26:18 +01:00
Jonas Nicklas d908bc1d99 Merge branch 'asset_server' of git://github.com/sdhull/capybara into sdhull-asset_server
Conflicts:
	lib/capybara.rb
2013-02-19 23:49:53 +01:00
Carlos Antonio da Silva 9c1dd623f1 Move the RackTest driver override to capybara/rails
This change enables the `:respect_data_method` option from the RackTest
driver for Rails projects that don't use RSpec.
2012-11-15 11:20:48 -02:00
Jonas Nicklas fecc9288d9 Set sensible save_and_open_page_path by default 2010-07-11 13:51:22 +02:00
Jonas Nicklas 38e74453b5 Actually, we don't seem to need to do the static stuff at all in Rails 3 2010-07-03 21:28:49 +02:00
Jonas Nicklas 51bd2fa42b ActionDispatch::Static requires the path as the second argument 2010-07-03 21:26:11 +02:00
Jonas Nicklas 1a5f016cf0 made rails actually *use* static dispatch 2010-06-13 13:38:16 +02:00
Aslak Hellesøy dba9a0421c Support both Rails 2 and Rails 3 2010-02-24 09:25:47 +01:00
Robot Made e6ed2cd8b0 rails3 2010-02-24 09:22:36 +01:00
Jonas Nicklas 82c992edf2 Revert "Added default host for rails"
This reverts commit f670a80572.
2010-02-19 09:33:54 +01:00
Jonas Nicklas f670a80572 Added default host for rails 2010-02-18 23:50:15 +01:00
Jonas Nicklas 6a3abbe006 Whitespace! 2010-01-01 17:48:39 +01:00
Aslak Hellesøy bb6051078a Capybara should not make decisions about database management. 2009-12-07 10:37:45 +01:00
Jonas Nicklas e2e2b1ce74 Setup database cleaner for Rails 2009-11-29 22:04:41 +01:00
Theo Hultberg and Jonas Nicklas 6b099a4a33 renamed to capybara 2009-11-16 22:02:16 +01:00