Port details |
- rubygem-actionpack613 Action Controller and Action View of Rails MVC Framework
- 6.1.3.2 www
=0 6.1.3.2Version of this port present on the latest quarterly branch.
- Maintainer: mfechner@FreeBSD.org
- Port Added: 2021-10-05 07:42:19
- Last Update: 2021-10-27 06:20:24
- Commit Hash: 4a7e890
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/rails/tree/master/actionpack
- Description:
- Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for routing (mapping request URLs to actions), defining
controllers that implement actions, and generating responses by rendering views,
which are templates of various formats. In short, Action Pack provides the view
and controller layers in the MVC paradigm.
It consists of several modules:
- Action Dispatch, which parses information about the web request, handles
routing as defined by the user, and does advanced processing related to HTTP
such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT
bodies, handling HTTP caching logic, cookies and sessions.
- Action Controller, which provides a base controller class that can be
subclassed to implement filters and actions to handle requests. The result of
an action is typically content generated from views.
With the Ruby on Rails framework, users only directly interface with the Action
Controller module. Necessary Action Dispatch functionality is activated by
default and Action View rendering is implicitly triggered by Action Controller.
However, these modules are designed to function on their own and can be used
outside of Rails.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/master/actionpack
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-actionpack613>0:www/rubygem-actionpack613
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-actionpack613
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1633413256
SHA256 (rubygem/actionpack-6.1.3.2.gem) = a5165a3eaaaf9ee1652d645d5fddcf5a4b08b7a3e8c8d2bdb284ae4769d9aff1
SIZE (rubygem/actionpack-6.1.3.2.gem) = 224768
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionview613>=6.1.3.2 : devel/rubygem-actionview613
- rubygem-activesupport613>=6.1.3.2 : devel/rubygem-activesupport613
- rubygem-rack>=2.0.9,3<3,3 : www/rubygem-rack
- rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
- rubygem-rails-dom-testing-rails61>=2.0<3 : textproc/rubygem-rails-dom-testing-rails61
- rubygem-rails-html-sanitizer>=1.2.0<2 : textproc/rubygem-rails-html-sanitizer
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
- Patch dependencies:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
-
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-actionpack613
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|