Module: Flame
- Defined in:
- lib/flame.rb,
lib/flame/path.rb,
lib/flame/config.rb,
lib/flame/render.rb,
lib/flame/router.rb,
lib/flame/version.rb,
lib/flame/controller.rb,
lib/flame/dispatcher.rb,
lib/flame/validators.rb,
lib/flame/application.rb,
lib/flame/router/route.rb,
lib/flame/router/routes.rb,
lib/flame/dispatcher/routes.rb,
lib/flame/dispatcher/static.rb,
lib/flame/controller/actions.rb,
lib/flame/controller/cookies.rb,
lib/flame/controller/path_to.rb,
lib/flame/dispatcher/request.rb,
lib/flame/dispatcher/response.rb,
lib/flame/router/routes_refine.rb,
lib/flame/router/controller_finder.rb,
lib/flame/errors/route_not_found_error.rb,
lib/flame/router/routes_refine/mounting.rb,
lib/flame/errors/template_not_found_error.rb,
lib/flame/errors/controller_not_found_error.rb,
lib/flame/errors/argument_not_assigned_error.rb,
lib/flame/errors/config_file_not_found_error.rb,
lib/flame/errors/route_arguments_order_error.rb,
lib/flame/errors/route_extra_arguments_error.rb
Overview
Just because of autoload
Defined Under Namespace
Modules: Errors, Validators Classes: Application, Config, Controller, Dispatcher, Path, Render, Router
Constant Summary collapse
- VERSION =
'5.0.1'