RubyGems Navigation menu

development 1.0.7

Sometimes problems in one gem under development only appear in the context of use in another gem. In these contexts it can be difficult to discern the particular problem case without diving into the code. When gems are nested in multiple levels of dependency, this can become quite frustrating; gem require paths have to be replaced with relative paths, sometimes in multiple places, and it becomes easy to forget that there are relative paths in code, resulting in production code with broken development paths accidentally left in. Development inserts itself in the require process and loads development paths instead of the gem requires used for production code. Which gems load development paths instead of gem requires is determined by a simple configuration file.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.1.3 - July 15, 2012 (13 KB)
  2. 1.1.2 - July 15, 2012 (13 KB)
  3. 1.1.1 - July 15, 2012 (12.5 KB)
  4. 1.1.0 - July 11, 2012 (13 KB)
  5. 1.0.8 - July 10, 2012 (14 KB)
  6. 1.0.7 - July 09, 2012 (14 KB)
Show all versions (13 total)

Runtime Dependencies (1):

Owners:

Authors:

  • Asher

SHA 256 checksum:

1a6a6f8f68b1e9f311615fcc57c100d07a5339e46127479ebaf771e289f67c36

Total downloads 51,840

For this version 3,502

Licenses:

N/A

Required Ruby Version: >= 1.9.1

Links: