Type:
Class
Constants:
URL_OPTIONS : [:protocol, :subdomain, :domain, :host, :port]
SCOPE_OPTIONS : [:path, :shallow_path, :as, :shallow_prefix, :module, :controller, :action, :path_names, :constraints, :shallow, :blocks, :defaults, :options]
match
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

match(path, *rest) Instance Public methods match 'path' => 'controller#action'

2025-01-10 15:47:30
get
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::HttpHelpers

get(*args, &block) Instance Public methods Define a route that only recognizes

2025-01-10 15:47:30
shallow
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

shallow() Instance Public methods

2025-01-10 15:47:30
shallow?
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

shallow?() Instance Public methods

2025-01-10 15:47:30
nested
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

nested() Instance Public methods

2025-01-10 15:47:30
with_scope_level
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

with_scope_level(kind) Instance Protected methods

2025-01-10 15:47:30
collection
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

collection() Instance Public methods To add a route to the collection:

2025-01-10 15:47:30
with_exclusive_scope
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

with_exclusive_scope() Instance Protected methods

2025-01-10 15:47:30
with_default_scope
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Base

with_default_scope(scope, &block) Instance Public methods

2025-01-10 15:47:30
new
  • References/Ruby on Rails/Rails/Classes/ActionDispatch/ActionDispatch::ROUTING/ActionDispatch::Routing::Mapper/ActionDispatch::Routing::Mapper::Resources

new() Instance Public methods

2025-01-10 15:47:30