Skip to content

Commit

Permalink
pages/comprehensive.md: misc fixes, consider rewriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintasan committed Jul 27, 2015
1 parent 5f92b1f commit c5a8dae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions padrino-docs/pages/comprehensive.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ title: Comprehensive

Building on our experience in developing web applications, we designed a framework that meets all the requirements for creating a top notch web application in a *clean*, *concise* and *simple environment*, with minimal *deadline* delays.

We provide you with the following out of the box:
Out of the box we give you the following:

||
|**Agnostic:**|Full support for many popular testing, templating, mocking, and database libraries.|
|**Generators:**|Create Padrino applications, models, controllers, admin.|
|**Mountable:**|Unlike other ruby frameworks, principally designed for mounting multiple apps.|
|**Routing:**|Full url named routes, named params, respond\_to support, before/after filter support.|
|**Generators:**|Create Padrino applications, mailers, controllers, helpers, models, migrations and Rake tasks|
|**Mountable:**|Unlike other Ruby frameworks, Padrino is designed for mounting multiple apps.|
|**Routing:**|Full URL named routes, named params, respond\_to support, before/after filter support.|
|**Helpers:**|Different helpers for generating tags, forms, links, images, and more.|
|**Mailer:**|Fast and simple support for delivering emails.|
|**Caching:**|Simple route and fragment caching to easily speed up your web requests.|
|**Admin:**|Built-in admin interface (akin to Django) with authentication.|
|**Admin:**|Built-in admin interface (akin to Django Admin) with authentication.|
|**Logging:**|Provides a unified logger that can interact with your ORM or any library of your choice.|
|**Reloading:**|Automatically reloads server code during development.|
|**Localization:**|Full support for I18n localization.|
|**Localization:**|Full support for I18n localization.|

0 comments on commit c5a8dae

Please sign in to comment.