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-16 17:15:29 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c891d685de9a729332836751c1293770b86a1b52
rails
/
activerecord
/
lib
History
Carlos Kozuszko
c891d685de
Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns, NULL gets stored in database for blank (i.e. '') values. Only integer columns were considered.
...
Signed-off-by: Michael Koziarski <
michael@koziarski.com
> [
#1692
state:committed]
2009-01-16 10:00:39 +13:00
..
active_record
Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns, NULL gets stored in database for blank (i.e. '') values. Only integer columns were considered.
2009-01-16 10:00:39 +13:00
active_record.rb
Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [
#1648
state:committed]
2008-12-28 20:52:46 +01:00
activerecord.rb
Allow frameworks to be required by their gem name (
closes
#8845
) [drnic]
2007-09-22 18:15:05 +00:00