mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
aaea48fe9826b9e5d2d5b92795a297b8f238c58d
* extract casting into seperate support file * ensure casting always does the right thing for return values, should fix interoperability issues with Ecto and possibly other XML-RPC clients * add functional unit tests for scaffolding * represent signature items with classes instead of symbols/Class objects, much more flexible * tweak logging to always show casted versions of parameters and return values, if possible. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1072 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Added install.rbs for all frameworks and made all of them generic enough not to require maintenance #1013, #1012
Added NumberHelper for common string representations like phone number, currency, and percentage #1015 [DeLynn]
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%