Mojolicious-Plugin-AdvancedMod/README.pod
=encoding utf8
=head1 NAME
Mojolicious::Plugin::AdvancedMod - More buns for Mojolicious
=head1 VERSION
This documentation covers version 0.38 of Mojolicious::Plugin::AdvancedMod* released Jan, 2014
=head1 SYNOPSIS
$self->plugin('AdvancedMod');
=head1 ARGS
=head2 skip_mods
Skip selected modules
=head2 skip_helpers
Skip selected helpers
=head2 only_mods (dev)
Load selected modules, other skipped
=head2 only_helpers (dev)
Load selected helpers, other skipped
=head1 SEE ALSO
=head2 L<Mojolicious::Plugin::AdvancedMod>
Load all AdvancedMod::*. Auto-generation database helpers's if config exist C<db_*>
=head2 L<Mojolicious::Plugin::AdvancedMod::ActionFilter>
Analogue of Rails: before_filter, after_filter
=head2 L<Mojolicious::Plugin::AdvancedMod::HashedParams>
Transformation request parameters into a hash and multi-hash
=head2 L<Mojolicious::Plugin::AdvancedMod::Configurator>
Load YAML/JSON config, encapsulation, change 'templates_path' && 'static_path' by MOJO_MODE/config.
=head2 L<Mojolicious::Plugin::AdvancedMod::TagHelpers>
Collection of HTML tag helpers
=head2 L<Mojolicious::Command::am>
Generic Mojolicious app, controllers, models, helpers, views
=head3 Example
=for text
my_app/
|__ etc
| |__ general.yml
|
|__ lib
| |__ MyApp
| |__ Controllers
| | |__ App.pm
| |
| |__ Helpers
| | |__ App.pm
| |
| |__ Models
| |__ App.pm
|
|__ public
| |__ index.html
|
|__ script
| |__ my_app
|
|__ log
|
|__ t
| |__ basic.t
|
|__ templates
|__ app
| |__ index.html.haml
| |__ show.html.haml
|
|__ layouts
|__ defaults.html.haml
=head1 AUTHOR
=over 2
=item
Grishkovelli L<grishkovelli@gmail.com>
=item
https://github.com/grishkovelli/Mojolicious-Plugin-AdvancedMod
=back
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2013, 2014
Grishkovelli L<grishkovelli@gmail.com>
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
=cut