Registry / web-framework / actionpack

actionpack

JSON →
library8.1.3rbrubygemsunverified

Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.

gem install actionpack
INSTALL
IMPORT
SIG · ACTIONPACK
A
actionpack
web-frameworkrubyv8.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActionPack
require 'action_pack'

Use Action Pack as part of Rails to handle web requests

require 'action_pack' # Typically used via Rails: # class ApplicationController < ActionController::Base # def index # render plain: "Hello, world!" # end # end
Debug
Known issues
gotchaAction Pack is tightly coupled with Rails and may not work standalone without other Rails components.
fix
Use the full rails gem or ensure all required dependencies (actionview, activerecord, etc.) are included.
affects: >= 4.0
Upgrade
Version history
8.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
42
OpenAI (training)
1
Resources
actionpack — gem install actionpack · libregistry