Sha256: 0afd52817f478ca34e370996390d696f9d8e2455f61b91f297cb32eb9a7f7b8f

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# Sextant

Helps you find your routes on a long Journey on Rails

## What

Show routes in your Rails app. Visit `http://localhost:3000/rails/routes` and you'll see an output similar to `rake routes`

![Sextant Gem](http://media.tumblr.com/tumblr_m42lwz86aB1qevexf.png)


## Why?

Running `rake routes` is slow and painful, mostly due to the time to initialize rails. Since you likely have your rails server booted, you can save this time by rendering the routes in a web request. You can only develop as quick as your tools will allow, so speeding up your tools speeds your development. Sextant allows you to quickly see your routes.


## Install

Add this to your Gemfile

```ruby
  gem 'sextant'
```

Then run `bundle install` and you're ready to start


## Use

Visit `/rails/routes` in your app and you'll see your routes. It's that simple.

Don't worry you can only see this info in development

## About

If you have a question file an issue or find me on the Twitters [@schneems](http://twitter.com/schneems).

This project rocks and uses MIT-LICENSE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sextant-0.1.1 README.md