mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
Action Pack
|
|
|
|
The controller and view of the RubyOnRails MVC-Framework is handled
|
|
by the Action Pack, which handles both layers by its two parts:
|
|
Action View and Action Controller. These two layers are bundled
|
|
in a single package due to their heavy interdependence. This is unlike
|
|
the relationship between the Active Record and Action Pack that is
|
|
much more separate.
|
|
|
|
Each of these packages can be used independently outside of Rails.
|
|
|
|
WWW: http://rubyonrails.org/
|