This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
fe66397adf
rails--rails
/
activerecord
/
test
History
Jeremy Kemper
c36f8111a6
pdate_all ignores scoped :order and :limit, so post.comments.update_all doesn't try to include the comment order in the update statement.
Closes
#10686
.
...
git-svn-id:
http://svn-commit.rubyonrails.org/rails/trunk@8554
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-04 03:19:50 +00:00
..
associations
Ruby 1.9 compat: introduce instance_variable_names.
Closes
#10630
[Frederick Cheung]
2007-12-28 05:42:12 +00:00
connections
fixtures
Eager belongs_to :include infers the foreign key from the association name rather than the class name.
Closes
#10517
.
2007-12-21 01:49:01 +00:00
aaa_create_tables_test.rb
abstract_unit.rb
active_schema_test_mysql.rb
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars
2007-12-22 11:26:03 +00:00
adapter_test.rb
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars
2007-12-22 11:26:03 +00:00
adapter_test_sqlserver.rb
aggregations_test.rb
Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeError vs RuntimeError handling.
Closes
#10645
[Frederick Cheung]
2007-12-29 19:43:07 +00:00
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb
Don't unnecessarily load has_many associations in after_update callbacks.
Closes
#6822
[stopdropandrew, canadaduane]
2007-12-28 18:01:22 +00:00
attribute_methods_test.rb
base_test.rb
pdate_all ignores scoped :order and :limit, so post.comments.update_all doesn't try to include the comment order in the update statement.
Closes
#10686
.
2008-01-04 03:19:50 +00:00
binary_test.rb
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
finder_test.rb
fixtures_test.rb
inheritance_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb
SQLite: fix rename_ and remove_column for columns with unique indexes.
Closes
#10576
.
2007-12-20 22:28:12 +00:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb
reserved_word_test_mysql.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb
Ruby 1.9 compat: don't modify iterator target within block
2007-12-27 11:16:51 +00:00
xml_serialization_test.rb