mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
[pitboss] phase 15: Track L.13 — Rails / Sinatra / Hanami adapters
This commit is contained in:
parent
3d3fdc21b7
commit
b7973657cf
11 changed files with 1592 additions and 9 deletions
|
|
@ -54,7 +54,11 @@ pub mod redirect_python;
|
|||
pub mod redirect_ruby;
|
||||
pub mod redirect_rust;
|
||||
pub mod ruby_erb;
|
||||
pub mod ruby_hanami;
|
||||
pub mod ruby_marshal;
|
||||
pub mod ruby_rails;
|
||||
pub mod ruby_routes;
|
||||
pub mod ruby_sinatra;
|
||||
pub mod xpath_java;
|
||||
pub mod xpath_js;
|
||||
pub mod xpath_php;
|
||||
|
|
@ -105,7 +109,10 @@ pub use redirect_python::RedirectPythonAdapter;
|
|||
pub use redirect_ruby::RedirectRubyAdapter;
|
||||
pub use redirect_rust::RedirectRustAdapter;
|
||||
pub use ruby_erb::RubyErbAdapter;
|
||||
pub use ruby_hanami::RubyHanamiAdapter;
|
||||
pub use ruby_marshal::RubyMarshalAdapter;
|
||||
pub use ruby_rails::RubyRailsAdapter;
|
||||
pub use ruby_sinatra::RubySinatraAdapter;
|
||||
pub use xpath_java::XpathJavaAdapter;
|
||||
pub use xpath_js::XpathJsAdapter;
|
||||
pub use xpath_php::XpathPhpAdapter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue