Skip to content
/ globber Public

Utilize the ruby on rails environment backed by any remote API!

License

Notifications You must be signed in to change notification settings

0xjmp/globber

Repository files navigation

Globber

Utilize the ruby on rails environment backed by any remote API!

Gem Version

Installation

In your Gemfile:

gem 'globber'

Setup options:

Automagically

  • Run rails g globber:install in the root directory of your project
  • Open config/initializers/globber.rb and set your base_uri

Jake & Fin

Manually (not as magical)

In config/routes.rb:

mount Globber::Engine => "/"

In config/initializers/globber.rb:

Globber.configure do |c|
  c.base_uri = 'http://api.yoursite.com'
end

Now whichever route is passed to rails will be mapped to your API server.

That's it!

Author

@jakenberg

About

Utilize the ruby on rails environment backed by any remote API!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published