mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
c788bcb416f4487f99a9e5dacf9a48623412b034
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1068 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Added install.rbs for all frameworks and made all of them generic enough not to require maintenance #1013, #1012
Automatically extend the class which gets a module included with the ClassMethods module if it exists #970 [Lucas Carlson]
Automatically extend the class which gets a module included with the ClassMethods module if it exists #970 [Lucas Carlson]
Automatically extend the class which gets a module included with the ClassMethods module if it exists #970 [Lucas Carlson]
Fixed problem with classes being required twice. Object#const_missing now uses require_dependency to load files. It used to use require_or_load which would cause models to be loaded twice, which was not good for validations and other class methods #971 [Nicholas Seckar]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%