Ruby/Rails : Ruby Core Classes : URI::Generic
Context of the notion in the technology: Document / Topc: Ruby/Rails Document / Topc: Ruby Core Classes
Related Keywords: Ruby Rails Ruby Core Classes URI Generic
Help URL: http://ruby-doc.org/core/classes/URI/Generic.html
Items Related to URI::Generic
Inner Elements of URI::Generic
URI::Generic contains following items:
- + ()
- - ()
- == ()
- absolute
- absolute? (absolute )
- build
- build2 (build )
- coerce
- component
- component_ary (component ary)
- default_port (default port)
- eql? (eql )
- fragment= (fragment )
- hash
- hierarchical? (hierarchical )
- host= (host )
- inspect
- merge
- merge! (merge )
- new
- normalize
- normalize! (normalize )
- opaque= (opaque )
- password
- password= (password )
- path= (path )
- port= (port )
- query= (query )
- registry= (registry )
- relative? (relative )
- route_from (route from)
- route_to (route to)
- scheme= (scheme )
- select
- set_fragment (set fragment)
- set_host (set host)
- set_opaque (set opaque)
- set_password (set password)
- set_path (set path)
- set_port (set port)
- set_query (set query)
- set_registry (set registry)
- set_scheme (set scheme)
- set_user (set user)
- set_userinfo (set userinfo)
- to_s (to s)
- use_registry (use registry)
- user
- user= (user )
- userinfo
- userinfo= (userinfo )
Ruby on Rails, often called RoR, or just Rails, is an open source web application framework written in Ruby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration. The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications. -- wikipedia.org
|