mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
Merged rails2-branch back into trunk. Trunk Tracks is now using Rails 2.0.2.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@837 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
5d2023d18b
commit
76aba636a9
1167 changed files with 59656 additions and 32986 deletions
|
|
@ -10,6 +10,7 @@ class SeleniumController < ActionController::Base
|
|||
@session_wiped = true
|
||||
end
|
||||
@cleared_tables = clear_tables params[:clear_tables].to_s
|
||||
Fixtures.reset_cache # added in during Rails 2 transition to address issue with selenium tests not relaoding fixtures
|
||||
@loaded_fixtures = load_fixtures params[:fixtures].to_s
|
||||
render :file => view_path('setup.rhtml'), :layout => layout_path
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue