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-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9ea751d0e56bd00d341766977a607ed3f7ddd0f
rails
/
activerecord
/
lib
History
Jon Leighton
b9ea751d0e
Add a transaction wrapper in add_to_target. This means that #build will now also use a transaction. IMO this is reasonable given that the before_add and after_add callbacks might do anything, and this great consistency allows us to abstract out the duplicate code from #build and #create.
2011-02-14 01:40:31 +00:00
..
active_record
Add a transaction wrapper in add_to_target. This means that #build will now also use a transaction. IMO this is reasonable given that the before_add and after_add callbacks might do anything, and this great consistency allows us to abstract out the duplicate code from #build and #create.
2011-02-14 01:40:31 +00:00
rails
/generators
Delete blank lines in migration generator
2011-02-02 16:20:03 -02:00
active_record.rb
adding a YAML Column coder for YAML serialization to db columns
2011-02-01 14:25:46 -08:00