a DSL for routing SMS, Twitter, and other short message formats.
Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
A lightweight, extensible asynchronous event routing framework in Ruby.
An opinionated variation of the standard Rails RESTful routes that has singular member action URLs.
Custom routing for Refinery CMS
THIS GEM HAS BEEN RENAMED TO: localizable_routes
app-routes
Install as a plugin or Gem to easily generate ['enterprise-class'][enterprise_class] Google Sitemaps for your Rails site, using a simple 'Rails Routes'-like DSL and a single rake task.
Access your named Rails routes from your coffeescript
Generates coverage report for routes hit by your request/integration/feature tests including capybara ones
IntrospectiveGrape provides handling for deeply nested relations according to the models' `accepts_nested_attributes_for` declarations, generating all the necessary boilerplate for flexible and consistent bulk endpoints on plural associations, and building nested routes for the same.
Helps using uuid everywhere in routes instead of id for ActiveRecord models.
Trust is a resource oriented framework for authorization control. It is compatible with Rails 3 and 4. It has a loose coupling from the models, and features a native Ruby implementation language. Support for inheritance and namespaced models as well as nested routes. Even permissions scheme supports inheritance.
Divide your javascript like you divide your ruby code. Put it in controllers and actions and write clean, scalable code. DEPRECATION WARNING: Gem has been renamed to 'rails-js-routes' for better findability.
Model web apps easily and access them via nice app-specific Ruby APIs on the client side. For suitably-configured servers (e.g. those using described_routes), path-to applications can bootstrap themselves from the address of any resource in the target application.
FlowmorRouter allows you to create 'friendly' routes easily from objects stored in the database as well as by simply placing templates into app/views/static folder.
Ruby API to request Open Source Routing Machine servers
No need to maintain Rails' routing tests manually. RouteMechanic automatically detects broken routes and missing action methods in controller once you've finished installation.
== Let's intuitively write API documentation with Swagger Editor in your Rails Project! 😊 Configureless and no DSL. 👍 But you can also configure. Manage with yaml file instead of Ruby code. Loosely coupled to your Rails project. 👍 So if you want to use another tool, you can port it right away. 😢 Generate api docment(OpenAPI) side only from `Rails` routing. Provide rake tasks to management API Docment (OpenAPI) 🎉 $ bundle exec rake routes:oas:init $ bundle exec rake routes:oas:docs $ bundle exec rake routes:oas:ui $ bundle exec rake routes:oas:editor $ bundle exec rake routes:oas:monitor $ bundle exec rake routes:oas:build $ bundle exec rake routes:oas:clean $ bundle exec rake routes:oas:analyze $ bundle exec rake routes:oas:deploy Happy Coding ❗️
Allows you to easily define the interface for a CLI app using an easy to use DSL. Includes a lightweight framework for a CLI app. Features: command routing, error handling, usage generation...more to come
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. It uses familar logger pattern known from log4xxx. NLog is very easy to use and configure, both through Configuration File and programmatically at runtime. Advanced routing options include buffering, asynchronous logging, load balancing, failover, and more.
Routing tree web framework, inspired by Sinatra and Cuba
Routing And Action Controllers For Pakada
a minimalist server, based on rack, with routing, rendering, and controllers. Designed for quick api.
Zonify provides a command line tool for generating DNS records from EC2 instances, instance tags, load balancers and security groups. A mechanism for syncing these records with a zone stored in Route 53 is also provided.
Rails 3+4 firewall route constraints for keeping the bad guys out.
SubdomainRoutes add subdomain conditions to the Rails routing system. Routes may be restricted to one or many specified subdomains. An URL will be recognised only if the host subdomain matches the subdomain specified in the route. Route generation is also enhanced, so that the subdomain of a generated URL (or path) will be changed if the requested route has a different subdomain to that of the current request. Model-based subdomain routes can also be defined.
SubdomainRoutes add subdomain conditions to the Rails routing system. Routes may be restricted to one or many specified subdomains. An URL will be recognised only if the host subdomain matches the subdomain specified in the route. Route generation is also enhanced, so that the subdomain of a generated URL (or path) will be changed if the requested route has a different subdomain to that of the current request. Model-based subdomain routes can also be defined.
Makes information about a Rails application's resources (as defined via the 'resource(s)' routing DSL methods) available via Rails.application.resources
Annotates Rails Models, routes, and others
The plugin implements the HTML generation code for the Zendesk dropbox and the necessary controller and routing code to implement remote authentication
Install this as a gem in your Forever app and it will expose style guide through /style-guide route
ProxyMachine is a simple content aware (layer 7) TCP routing proxy written in Ruby with EventMachine.
Provide a real-time map of flight position in Flightgear. It is based on tiles from Openstreetmap with elevation shading, provides navigation aids and runways, allows setting of waypoints, sends these to Flightgear's route-manager and tracks the flight.
Simple and effective file-based caching for sinatra. Caches routes, blocks, or HTML fragments. Sets ETag correctly. Automatic or manual tag generation. Easy cache clearing.
Watch and Notify your not tested routes of a RoR Application, it also has a simple report about Routes defines, used and tested
Routes are an important part of your application. The larger the app, the more valuable test-driven routing will be. This gem makes testing routes as easy as defining them.
Doesn't fiddle with your controllers and routes.
Rake command for printing out all defined routes in Sinatra applications
We use Hsinzhu Bus Website because we often take hsinzhu bus to somewhere. Everytime we are heading for somewhere, we go to their website(http://www.hcbus.com.tw/) to get information about their service station, time, and route. Therefore, we think it will be convenience for us to use web scraper to get specific information we want.
Sinatra-like DSL for writing a HTTP routing proxy.
ProxyMachine is a simple content aware (layer 7) TCP routing proxy.
This gem allows kubernetes monitoring your app while it is running migrates and after it started. Features: * add routes /_readiness and /_liveness on rails stack by default; * allow custom checks for /_readiness and /_liveness on rails stack; * add routes /_readiness and /_liveness while rake db:migrate runs.
Label-Router helps routing log messages based on their labels and namespace tag in a Kubernetes environment.
I18n_routing is a plugin for Ruby on Rails that lets you easily translate your routes trough the I18n api included in Rails since version 2.2
Slipmate is a web based order fulfillment application that gives you control over advanced order routing and shipping.
The gem adds additional capabilities to your rails app to serve as a backend for your Alexa skill by providing routing, controllers, views and structure to easily develop and maintain skills' backend
Mappru is a tool to manage VPC Route Table.
A library for turning Rails routes into URI Templates, like maybe for HAL.
Rails engine for brochure pages. Similar to High Voltage but with named routes. Brochure pages are the semi-static pages like "home", "about us", "FAQ", "pricing", "contact us", etc. Most of the designers I have worked with really appreciate the power and convenience this plugin provides. They are able to simply create erb files in folders like they are used to with static html or php and it just works. No futzing with routes, controllers etc.