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
29dbccff30157622bb799b7ce00fc87bfddaf94a
rails
/
activerecord
/
test
/
schema
History
Josh Kalderimis
86d7ed3375
singular and collection relations in AR can now specify mass-assignment security options (:as and :without_protection) in build, create and create! methods.
2011-05-01 23:30:07 +02:00
..
mysql2_specific_schema.rb
update tests for mysql2 support
2010-08-02 01:37:57 -07:00
mysql_specific_schema.rb
Bug Fix -- clean up connection after stored procedure [
#3151
state:resolved]
2010-08-17 13:15:58 -07:00
oracle_specific_schema.rb
added additional objects necessary for OracleAdapter specific tests
2009-08-06 23:40:59 +03:00
postgresql_specific_schema.rb
Added tsvector Datatype Support
2011-04-26 09:47:40 +02:00
schema.rb
singular and collection relations in AR can now specify mass-assignment security options (:as and :without_protection) in build, create and create! methods.
2011-05-01 23:30:07 +02:00
sqlite_specific_schema.rb
…