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
2dd43c3f804176d114cdbfeb8a0f92a43155baee
rails
/
activerecord
/
test
History
Jon Leighton
65469a6e5e
Return nil from read_attribute(:foo) if 'foo' is not present in the @attributes hash, but the _foo method has been defined. This brings the behaviour into line with the 3-0-stable branch and the master branch before
93641ed6c8
(there were previously no assertions about this which is why the change slipped through). Note that actually calling the 'foo' method will still raise an error if the attribute is not present.
2011-04-15 13:27:08 +01:00
..
active_record
/connection_adapters
introduce a fake AR adapter for mocking database return values
2011-02-04 13:34:57 -08:00
assets
move assets and models
2008-01-18 07:27:03 +00:00
cases
Return nil from read_attribute(:foo) if 'foo' is not present in the @attributes hash, but the _foo method has been defined. This brings the behaviour into line with the 3-0-stable branch and the master branch before
93641ed6c8
(there were previously no assertions about this which is why the change slipped through). Note that actually calling the 'foo' method will still raise an error if the attribute is not present.
2011-04-15 13:27:08 +01:00
connections
use rake to create test databases for us
2011-01-14 14:07:16 -08:00
fixtures
Merge branch 'master' into nested_has_many_through
2011-03-10 19:35:20 +00:00
migrations
in the middle of refactoring
2010-12-03 12:00:09 -08:00
models
common @jonleighton
💣
2011-04-12 20:29:35 -07:00
schema
using the database adapter to typecast before executing prepared statement
2011-04-14 13:37:39 -07:00
config.rb
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
2008-01-21 17:20:51 +00:00