Categories: None [Edit]
need
== DESCRIPTION: Need makes ruby relative requires just work. Simply need a file with a relative path and the file will always be required correctly, regardless of what file your application is being launched through. Typically, ruby projects would unshift lib onto $PATH or use the File.dirname(__FILE__) trick. Using need means you don't have to worry about either of these. Assume you have two files, one directly in lib and the other in lib/extensions. Let's assume that file_a in lib requires file_b, in lib/extensions. Previously, you would doing some crazy load path unshifting or use the __FILE__ trick to make these requires flexible enough to work when your app is being accessed by rake, through a test suite, or required as a gem. Now, just use need. In file_a: need{"extensions/file_b"} need "extensions/file_b"
Total
Ranking: 52,041 of 189,816
Downloads: 21,461
Daily
Ranking: 57,635 of 189,791
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 44,466 | 26,609 | block-chainable |
| 66,442 | 15,349 | drewolson-diggr |
| 69,176 | 14,466 | diggr |
| 82,098 | 11,184 | simonmenke-hosts |
| 88,109 | 9,941 | defmacro |
| 96,184 | 8,654 | rramsden-diggr |
| 109,200 | 6,877 | dfg59-diggr |
| 130,623 | 4,841 | tending |
| 146,362 | 3,969 | drewolson-defmacro |
| 147,291 | 3,925 | drewolson-block-chainable |
| 147,456 | 3,917 | dfg59-defmacro |
| 148,058 | 3,890 | dfg59-tending |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 2,327 | 9,145,077 | hoe |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | drewolson |