Sha256: a3af61a6a0b52b57accf84a4fb87f735ecc9c0655364a7288d4fefc31f69c0ca

Contents?: true

Size: 1.33 KB

Versions: 93

Compression:

Stored size: 1.33 KB

Contents

class << Object; alias_method :const_available?, :const_defined?; end
  
class ContentController < Class.new(ActionController::Base)
end
class NotAController
end
module Admin
  class << self; alias_method :const_available?, :const_defined?; end
  class UserController < Class.new(ActionController::Base); end
  class NewsFeedController < Class.new(ActionController::Base); end
end

# For speed test
class SpeedController < ActionController::Base;  end
class SearchController        < SpeedController; end
class VideosController        < SpeedController; end
class VideoFileController     < SpeedController; end
class VideoSharesController   < SpeedController; end
class VideoAbusesController   < SpeedController; end
class VideoUploadsController  < SpeedController; end
class VideoVisitsController   < SpeedController; end
class UsersController         < SpeedController; end
class SettingsController      < SpeedController; end
class ChannelsController      < SpeedController; end
class ChannelVideosController < SpeedController; end
class SessionsController      < SpeedController; end
class LostPasswordsController < SpeedController; end
class PagesController         < SpeedController; end

ActionController::Routing::Routes.draw do |map|
  map.route_one 'route_one', :controller => 'elsewhere', :action => 'flash_me'
  map.connect ':controller/:action/:id'
end

Version data entries

93 entries across 90 versions & 21 rubygems

Version Path
elkinsware-erubis_rails_helper-0.6.0 test/controller/fake_controllers.rb
elkinsware-erubis_rails_helper-0.6.1 test/controller/fake_controllers.rb
elkinsware-erubis_rails_helper-0.9.0 test/controller/fake_controllers.rb
elkinsware-erubis_rails_helper-0.9.1 test/controller/fake_controllers.rb
elkinsware-erubis_rails_helper-0.9.5 test/controller/fake_controllers.rb
ghazel-erubis_rails_helper-0.9.5 test/controller/fake_controllers.rb
actionpack-2.3.18 test/controller/fake_controllers.rb
actionpack_csi-2.3.5.p8 test/controller/fake_controllers.rb
actionpack-2.3.17-rack-upgrade-2.3.17 test/controller/fake_controllers.rb
actionpack-2.3.17 test/controller/fake_controllers.rb
actionpack_csi-2.3.5.p7 test/controller/fake_controllers.rb
actionpack_csi-2.3.5.p6 test/controller/fake_controllers.rb
actionpack-2.3.16 test/controller/fake_controllers.rb
actionpack-rack-upgrade-2-2.3.16 test/controller/fake_controllers.rb
actionpack-rack-upgrade-2-2.3.15 test/controller/fake_controllers.rb
actionpack-2.3.15 test/controller/fake_controllers.rb
actionpack-rack-upgrade-2.3.16 test/controller/fake_controllers.rb
actionpack-rack-upgrade-2.3.15 test/controller/fake_controllers.rb
actionpack-rack-upgrade-2.3.14 test/controller/fake_controllers.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/actionpack-2.3.14/test/controller/fake_controllers.rb