Class: Rails::Engine::LazyRouteSet::NamedRouteCollection
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
ActionDispatch::Routing::RouteSet::NamedRouteCollection
|
Defined in: | railties/lib/rails/engine/lazy_route_set.rb |
Class Method Summary
Instance Attribute Summary
::ActionDispatch::Routing::RouteSet::NamedRouteCollection
- Inherited
::Enumerable
- Included
#many? | Returns |
Instance Method Summary
::ActionDispatch::Routing::RouteSet::NamedRouteCollection
- Inherited
#[] | |
#[]= | |
#add, | |
#add_url_helper | Given a |
#clear | |
#clear!, #each, #get, #helper_names, #key?, #length, #names, #route_defined?, | |
#define_url_helper | Create a URL helper allowing ordered parameters to be associated with corresponding dynamic segments, so you can do: |
::Enumerable
- Included
#compact_blank | Returns a new |
#exclude? | The negative of the |
#excluding | Returns a copy of the enumerable excluding the specified elements. |
#in_order_of | Returns a new |
#including | Returns a new array that includes the passed elements. |
#index_by | Convert an enumerable to a hash, using the block result as the key and the element as the value. |
#index_with | Convert an enumerable to a hash, using the element as the key and the block result as the value. |
#maximum | Calculates the maximum from the extracted elements. |
#minimum | Calculates the minimum from the extracted elements. |
#pick | Extract the given key from the first element in the enumerable. |
#pluck | Extract the given key from each element in the enumerable. |
#sole | Returns the sole item in the enumerable. |
#without | Alias for Enumerable#excluding. |
#as_json |
::ActiveSupport::EnumerableCoreExt::Constants
- Included
Constructor Details
This class inherits a constructor from ActionDispatch::Routing::RouteSet::NamedRouteCollection
Instance Method Details
#route_defined?(name) ⇒ Boolean
# File 'railties/lib/rails/engine/lazy_route_set.rb', line 11
def route_defined?(name) Rails.application&.reload_routes_unless_loaded super end