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.
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.
The open source Calendar and Contacts Server project is a standards-compliant
server implementing the CalDAV and CardDAV protocols (RFC 4791, RFC 6352).
It provides a shared location on the network allowing multiple users to store
and edit calendaring and contact information.
Active Resource
Active Resource attempts to provide a coherent wrapper object-relational
mapping for REST web services. It follows the same philosophy as
Active Record, in that one of its prime aims is to reduce the amount of
code needed to map to these resources. This is made possible by relying
on a number of code- and protocol-based conventions that make it easy for
Active Resource to infer complex relations and structures.
These conventions are outlined in detail in the documentation
for ActiveResource::Base.
Active Resource
Active Resource attempts to provide a coherent wrapper object-relational
mapping for REST web services. It follows the same philosophy as
Active Record, in that one of its prime aims is to reduce the amount of
code needed to map to these resources. This is made possible by relying
on a number of code- and protocol-based conventions that make it easy for
Active Resource to infer complex relations and structures.
These conventions are outlined in detail in the documentation
for ActiveResource::Base.
The most full-featured Internet power tool on the market, Opera includes
pop-up blocking, tabbed browsing, integrated searches, and advanced functions
like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And
because we know that our users have different needs, you can customize
the look and content of your Opera browser with a few clicks of the mouse.
OTRS is an Open source Ticket Request System (also well known as trouble
ticket system) with many features to manage customer telephone calls and
e-mails. The system is built to allow your support, sales, pre-sales,
billing, internal IT, helpdesk, etc. department to react quickly to
inbound inquiries.
Client library to deploy and manage apps on Heroku.
Command-line tool to deploy and manage apps on Heroku.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.