Action Pack

E440628

Action Pack is a core Ruby on Rails framework component that handles web request routing and controller/view processing for building MVC-based web applications.

All labels observed (1)

Label Occurrences
Action Pack canonical 5

How this entity was disambiguated

Statements (42)

Predicate Object
instanceOf Ruby on Rails framework component
software library
category Ruby web framework component
dependsOn activesupport
distributedAs Ruby gem
gemName actionpack
handles controller processing
view processing
web request routing
implements Model–View–Controller pattern
includes ActionController
ActionDispatch
ActionView
linked to: Action View
integratesWith Active Model
linked to: Active Support

Active Record
license MIT License
maintainedBy Ruby on Rails core team
linked to: Ruby on Rails
partOf Ruby on Rails
platform Ruby on Rails
programmingLanguage Ruby
provides CSRF protection mechanisms
URL generation helpers
content negotiation
controller filters
cookie handling
helper methods for views
layout management
middleware stack management
parameter handling
path helpers
rendering of templates
routing DSL
session management
strong parameters
repository https://github.com/rails/rails
supports HTML responses
JSON responses
RESTful routing
XML responses
redirect responses
usedFor building MVC-based web applications
usedIn server-side web development

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

Ruby on Rails includesComponent Action Pack
Ruby on Rails includesComponent Action Pack
subject linked to: RoR
Action View uses Action Pack
Action Mailer relatedComponent Action Pack
Active Support usedBy Action Pack