Port details |
- rubygem-actionpack80 Action Controller and Action View of Rails MVC Framework
- 8.0.1 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2025-01-02 16:33:36
- Last Update: 2025-01-02 16:28:20
- Commit Hash: 76f485c
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/rails/tree/main/actionpack
- https://rubyonrails.org/
- 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. In short, Action
Pack provides the controller layer 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-actionpack80>0:www/rubygem-actionpack80
- To install the port:
- cd /usr/ports/www/rubygem-actionpack80/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-actionpack80
- pkg install rubygem-actionpack80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-actionpack80
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735802488
SHA256 (rubygem/actionpack-8.0.1.gem) = c764e4bfc0ad9d3505c09ef9b6fbf9eca4292793550c6b7e2ea93167181bfcba
SIZE (rubygem/actionpack-8.0.1.gem) = 248320
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionview80>=8.0.1<8.0.1_99 : devel/rubygem-actionview80
- rubygem-activesupport80>=8.0.1<8.0.1_99 : devel/rubygem-activesupport80
- rubygem-nokogiri>=1.8.5 : textproc/rubygem-nokogiri
- rubygem-rack>=2.2.4,3<3.2,3 : www/rubygem-rack
- rubygem-rack-session>=1.0.1 : www/rubygem-rack-session
- rubygem-rack-test>=0.6.3 : www/rubygem-rack-test
- rubygem-rails-dom-testing-rails80>=2.2<3 : textproc/rubygem-rails-dom-testing-rails80
- rubygem-rails-html-sanitizer>=1.6<2 : textproc/rubygem-rails-html-sanitizer
- rubygem-useragent>=0.16<1 : devel/rubygem-useragent
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-sprockets-rails-rails80
- www/rubygem-importmap-rails
- www/rubygem-propshaft
- www/rubygem-rails80
- www/rubygem-railties80
- www/rubygem-turbo-rails
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-actionpack80
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0.1 02 Jan 2025 16:28:20 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-actionpack80: Add rubygem-actionpack80 8.0.1
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. In short, Action
Pack provides the controller layer 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. |
Number of commits found: 1
|