Ruby on Rails
Go to file
Tarmo Tänav 5232d81281 Pass class through to DeprecatedConstantProxy target
This is needed because include_all_modules_from checks
calls "class" on every constant and sometimes it can
hit deprecated constants which aren't even Modules,
but while checking for it deprecation warnings are shown.
2008-08-23 19:12:14 +03:00
actionmailer
actionpack
activemodel
activerecord Always require activesupport, even if its constant already exists 2008-08-23 18:05:52 +03:00
activeresource
activesupport Pass class through to DeprecatedConstantProxy target 2008-08-23 19:12:14 +03:00
doc/template
railties Always require activesupport, even if its constant already exists 2008-08-23 18:05:52 +03:00
.gitignore
Rakefile
pushgems.rb
release.rb