tracks/test
MHarris ed76cf55d2 Changed UsersController#index to use will_paginate plugin instead of classic_pagination
Made corresponding change in view.
Added User.per_page method to provide number of users per page to User.paginate button.  I can remove and just pass the param to the method in the controller if that is more desirable.
Added 2 controller tests for pagination.  No view tests have been added.
2008-07-14 13:10:55 -04:00
..
fixtures Upgraded to Rails 2.1. This can have wide ranging consequences, so please help track down any issues introduced by the upgrade. Requires environment.rb modifications. 2008-06-17 01:13:25 -04:00
functional Changed UsersController#index to use will_paginate plugin instead of classic_pagination 2008-07-14 13:10:55 -04:00
integration Added missing fixture to context API integration test. Previously caused a failure when run in isolation. 2008-06-17 12:35:36 -04:00
selenium Started moving selenium on rails tests over to RSpec stories. See the updated README_DEVELOPERS for info on running the new tests. 2008-06-19 00:14:04 -04:00
unit Upgraded to Rails 2.1. This can have wide ranging consequences, so please help track down any issues introduced by the upgrade. Requires environment.rb modifications. 2008-06-17 01:13:25 -04:00
views Upgraded to Rails 2.1. This can have wide ranging consequences, so please help track down any issues introduced by the upgrade. Requires environment.rb modifications. 2008-06-17 01:13:25 -04:00
selenium_helper.rb Upgraded to Rails 2.1. This can have wide ranging consequences, so please help track down any issues introduced by the upgrade. Requires environment.rb modifications. 2008-06-17 01:13:25 -04:00
test_helper.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00