hanami/lib/hanami
Tim Riley c963882a3c
Add lib/ to $LOAD_PATH before loading app file (#1251)
This makes it possible to require files from lib/ at conventional spot at the top of the file, rather than inside the body of the app class.
2022-11-11 07:06:58 +11:00
..
assets Use Zeitwerk to auto-load hanami (#1226) 2022-11-01 08:21:55 +01:00
config Avoid deep-flattening of session middleware config 2022-11-08 12:50:21 +01:00
extensions Expose rack_monitor in actions by default and log exceptions by default (#1241) 2022-11-07 15:37:09 +01:00
providers Update API docs for 2.0.0 (#1229) 2022-11-01 16:17:53 +11:00
settings Update API docs for 2.0.0 (#1229) 2022-11-01 16:17:53 +11:00
slice Fix slice Rack middleware (#1234) 2022-11-05 12:13:22 +01:00
web Expose rack_monitor in actions by default and log exceptions by default (#1241) 2022-11-07 15:37:09 +01:00
app.rb Add lib/ to $LOAD_PATH before loading app file (#1251) 2022-11-11 07:06:58 +11:00
boot.rb Introduce dry-system-powered application and slices structure (#1019) 2019-11-29 21:04:55 +11:00
config.rb Replace Config.environment with Slice.environment (#1244) 2022-11-08 21:34:25 +11:00
constants.rb Update API docs for 2.0.0 (#1229) 2022-11-01 16:17:53 +11:00
errors.rb Update API docs for 2.0.0 (#1229) 2022-11-01 16:17:53 +11:00
extensions.rb Remove `::Application::` namespace in public API class names. (#1172) 2022-06-22 09:34:54 +02:00
prepare.rb Use latest dry-system (prepare for upcoming 0.23.0 release) (#1144) 2022-02-05 14:28:24 +11:00
rake_tasks.rb `Hanami::Application` -> `Hanami::App` (#1180) 2022-07-08 11:09:04 +02:00
routes.rb Use Zeitwerk to auto-load hanami (#1226) 2022-11-01 08:21:55 +01:00
settings.rb Use Zeitwerk to auto-load hanami (#1226) 2022-11-01 08:21:55 +01:00
setup.rb Make setup (finding and loading the app) more robust (#1197) 2022-08-16 11:02:14 +10:00
slice.rb `config.actions.sessions` to be accessed only when `hanami-controller` is bundled (#1249) 2022-11-10 14:12:57 +01:00
slice_configurable.rb Fix not taking nested slices for Hanami::SliceConfigurable (#1212) 2022-10-08 06:52:25 +02:00
slice_name.rb `Hanami::Application` -> `Hanami::App` (#1180) 2022-07-08 11:09:04 +02:00
slice_registrar.rb Expect nested slices to use parent’s namespace (#1240) 2022-11-06 20:57:22 +11:00
version.rb Bump to 2.0.0.rc1 2022-11-05 07:18:54 +01:00