1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2013-04-02 18:01:56 -07:00
..
associations no need to invoke to_s before applying intern 2013-04-02 11:34:50 -04:00
attribute_methods safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Merge pull request #10010 from pwnall/fix_ref_index_true 2013-04-01 10:29:46 -07:00
fixture_set drop errors constant 2013-03-27 20:39:36 +05:30
locale
locking Deprecate #connection in favour of accessing it via the class 2013-03-09 15:16:15 -05:00
migration Fixes for PR [#8267] 2012-12-22 20:40:42 -05:00
railties Fix tiny problem: change method order for consistency and fix wrong method name. 2013-04-03 01:11:36 +09:00
relation true/false => truthy falsy 2013-04-02 18:01:56 -07:00
scoping unscoped works with named scope [ci skip] 2013-03-23 15:00:05 -04:00
serializers
tasks Add deprecation message on Firebird / Sqlserver / Oracle database tasks. 2013-04-03 00:54:32 +09:00
validations Change uniq validation with conditions examples to use where with hashes 2013-03-09 19:21:33 -03:00
aggregations.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
associations.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
attribute_assignment.rb Refactoring validate_missing_parameters to validate_required_parameters. 2013-03-23 01:10:50 -04:00
attribute_methods.rb Fixed typos in activerecord 2013-03-27 21:14:58 +05:30
autosave_association.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
base.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
callbacks.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
connection_handling.rb nodoc AR::ConnectionHandling for adapters [ci skip] 2013-03-15 19:20:53 -05:00
core.rb Fix typo: overriden => overriDDen 2013-03-28 18:52:14 +04:00
counter_cache.rb #reset_counters verifies counter names. 2013-03-15 11:22:01 +01:00
dynamic_matchers.rb removes redundant require 2013-02-25 22:16:30 +01:00
errors.rb
explain.rb fix typos in AR. lots of them. 2013-03-19 00:04:39 +05:30
explain_subscriber.rb
fixtures.rb Allows setting fixture_path to a Pathname 2013-03-21 14:10:44 -07:00
inheritance.rb Fix #new with an STI object with complex inheritance 2013-04-02 09:50:06 -04:00
integration.rb Prefer find_by over dynamic finders in rdoc 2013-04-02 15:09:15 -04:00
log_subscriber.rb Ignore binds payload with nil column in AR log subscriber 2013-01-08 08:59:41 -02:00
migration.rb Fixed typos in activerecord 2013-03-27 21:14:58 +05:30
model_schema.rb safely publish columns and columns hash info 2013-03-14 22:45:46 -07:00
nested_attributes.rb Fix my typo 2013-03-12 18:02:00 +01:00
null_relation.rb
persistence.rb Fix updates not working within after_create hooks 2013-03-27 22:27:47 -04:00
query_cache.rb
querying.rb rename Relation#uniq to Relation#distinct. #uniq still works. 2013-03-15 14:15:47 +01:00
railtie.rb MOAR cleanups. 2013-03-14 10:47:13 +05:30
readonly_attributes.rb
reflection.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
relation.rb :uniq is still a valid relation option since it was only silently 2013-04-01 16:14:59 -03:00
result.rb
sanitization.rb Fix cases where delete_records on a has_many association caused errors 2013-01-27 15:36:29 +00:00
schema.rb
schema_dumper.rb Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. 2013-03-27 23:35:54 -04:00
schema_migration.rb sets limit 191 for schema_migrations#version in mysql2 if the encoding is "utf8mb4" 2013-03-17 20:29:58 +01:00
scoping.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
serialization.rb ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
store.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb Just ignore all PRAGMA queries 2013-01-22 10:26:51 +09:00
timestamp.rb cache_key consults updated_on timestamp if present 2013-02-26 00:04:05 -08:00
transactions.rb SQLite3 3.6.8+ supports nested transactions [ci skip] 2013-03-18 08:38:35 -04:00
translation.rb
validations.rb drop variable assignment in validations 2013-03-27 18:03:21 +05:30
version.rb Add version method to top level modules 2013-03-21 19:56:07 +11:00