Sign in Sign up
rubygems

autoloaded

If you like the ‘Module#autoload’ feature of the Ruby Core library, you may have wished for Autoloaded. It eliminates the drudgery of handcrafting an `autoload` statement for each Ruby source code file in your project. It also avoids the limitations of rigid convention-driven facilities such as those provided by the ActiveSupport RubyGem. Autoloaded assumes, but does not enforce, `CamelCase`-to-`snake_case` correspondence between the names of constants and source files. You can combine conventions, even putting multiple autoloaded constants in a single source file.

Activity

Latest release
4y ago
Total releases
16
Cadence
~7 days
Last 12 months
0

Details

License
MIT
First release
Oct 24, 2014
Releases
Version Released
2.4.0 minor
1.7.0 minor
1.6.0 minor
2.3.0 minor
1.5.1 patch
2.2.1 patch
1.5.0 minor
2.2.0 minor
2.1.1 minor
1.4.1 minor
2.0.0 major
1.3.0 minor
1.2.0 minor
1.1.0 minor
1.0.0 major
0.0.3 initial