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
1c47d04ea5
rails--rails
/
activerecord
/
lib
/
active_record
History
Yehuda Katz
12e43494a7
Merge remote branch 'jose/perf'
2009-12-27 14:36:59 -08:00
..
associations
Add Model.from and association_collection#from finder methods
2009-12-28 03:59:44 +05:30
attribute_methods
Object#tap is not needed for Ruby >= 1.8.7
2009-11-09 22:16:51 +01:00
attributes
connection_adapters
Add support for Mysql column positioning via #add_column and #change_column
2009-12-03 23:09:57 -08:00
locale
locking
Revert "Ensure Model#destroy respects optimistic locking"
2009-11-17 15:35:35 -08:00
serializers
types
validations
aggregations.rb
association_preload.rb
Ruby 1.9.2: avoid #flatten
2009-11-13 09:52:53 -08:00
associations.rb
Use relation.from when constructing a relation
2009-12-28 03:59:44 +05:30
attribute_methods.rb
No need to check for generated method, just redispatch
2009-11-14 01:51:52 -08:00
attributes.rb
autosave_association.rb
Add new finder methods to association collection.
2009-12-27 00:25:00 +05:30
base.rb
Add Model.from and association_collection#from finder methods
2009-12-28 03:59:44 +05:30
batches.rb
calculations.rb
Rename Model.conditions and relation.conditions to .where
2009-12-26 03:50:57 +05:30
callbacks.rb
controller_runtime.rb
Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook.
2009-12-27 13:32:40 +01:00
dynamic_finder_match.rb
dynamic_scope_match.rb
fixtures.rb
migration.rb
named_scope.rb
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic method caching
2009-12-27 13:17:29 +05:30
nested_attributes.rb
observer.rb
query_cache.rb
rails.rb
Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook.
2009-12-27 13:32:40 +01:00
reflection.rb
relation.rb
Dont delegate relation#find to to_a
2009-12-28 03:22:33 +05:30
schema.rb
schema_dumper.rb
serialization.rb
session_store.rb
state_machine.rb
test_case.rb
timestamp.rb
transactions.rb
types.rb
validations.rb
Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7
2009-11-09 22:16:51 +01:00
version.rb