• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lotus / router / 32
98%

Build:
DEFAULT BRANCH: master
Ran 13 May 2014 11:01AM UTC
Jobs 4
Files 12
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
32

push

travis-ci

jodosha
Let specify a pattern for Lotus::Routing::EndpointResolver

Example:
  require 'lotus/router'

  resolver = Lotus::Routing::EndpointResolver.new(pattern: 'Controllers::%{controller}::%{action}')
  router   = Lotus::Router.new(resolver: resolver) do
    get '/', to: 'dashboard#index', as: :dashboard
  end

  # The router will look for `Controllers::Dashboard::Index`

Example:
  require 'lotus/router'

  resolver = Lotus::Routing::EndpointResolver.new(pattern: '%{controller}Controller::%{action}')
  router   = Lotus::Router.new(resolver: resolver) do
    get '/', to: 'dashboard#index', as: :dashboard
  end

  # The router will look for `DashboardController::Index`

338 of 338 relevant lines covered (100.0%)

358.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32.1 (2.0.0) 13 May 2014 11:02AM UTC 0
100.0
Travis Job 32.1
2 32.2 (2.1.0) 13 May 2014 11:02AM UTC 0
100.0
Travis Job 32.2
3 32.3 (2.1.1) 13 May 2014 11:01AM UTC 0
100.0
Travis Job 32.3
4 32.4 (2.1.2) 13 May 2014 11:02AM UTC 0
100.0
Travis Job 32.4
Source Files on build 32
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #32
  • 94260996 on github
  • Prev Build on master (#31)
  • Next Build on master (#33)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc