This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-02-10 06:04:55 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
77b003fb615a1a0b197af9fbb9066622bf489b57
rails
/
activerecord
/
lib
History
Tarmo Tänav
77b003fb61
Use DECIMAL instead of INTEGER when casting as mysql doesn't work with just "INTEGER" and other databases don't like "UNSIGNED" which mysql requires
...
And don't mask exceptions. Signed-off-by: Jeremy Kemper <
jeremy@bitsweat.net
>
2008-08-25 23:23:34 -07:00
..
active_record
Use DECIMAL instead of INTEGER when casting as mysql doesn't work with just "INTEGER" and other databases don't like "UNSIGNED" which mysql requires
2008-08-25 23:23:34 -07:00
active_record.rb
Harmonize framework require strategy. Don't add self to load path since Rails initializer and RubyGems handle it.
2008-08-25 21:22:34 -07:00
activerecord.rb
Allow frameworks to be required by their gem name (
closes
#8845
) [drnic]
2007-09-22 18:15:05 +00:00