rails/activerecord/lib/active_record
2013-11-09 21:05:28 +01:00
..
associations Merge pull request #12390 from kennyj/rename_to_association_methods 2013-11-05 13:35:26 -02:00
attribute_methods Merge branch 'master' of github.com:rails/docrails 2013-11-07 23:32:47 +05:30
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Document the bind return 2013-11-09 17:51:26 -02:00
fixture_set drop errors constant 2013-03-27 20:39:36 +05:30
locale Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
locking [ci skip] avoid deprecation warning in sample code 2013-10-18 22:01:50 +09:00
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
railties Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
relation Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, named where condition. 2013-11-02 17:36:45 -07:00
scoping Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
serializers
tasks Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
validations replace artificial space with RDoc markup (follow up #11285). [ci skip] 2013-07-04 10:21:20 +02:00
aggregations.rb Remove conditional adding a new method 2013-09-11 21:24:59 -03:00
association_relation.rb Move #proxy_association method to AssociationRelation 2013-05-10 16:39:27 +02:00
associations.rb remove HABTM associations 2013-10-02 16:03:45 -07:00
attribute_assignment.rb assign_attributes should return if argument is blank. 2013-09-24 13:22:59 -05:00
attribute_methods.rb short arrays in inspect 2013-10-30 08:47:54 +04:00
autosave_association.rb Save association when primary key is manually set 2013-10-24 22:30:30 -02:00
base.rb Added ActiveRecord::Base#enum for declaring enum attributes where the values map to integers in the database, but can be queried by name 2013-11-02 12:01:31 -07:00
callbacks.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
connection_handling.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
core.rb Merge pull request #12390 from kennyj/rename_to_association_methods 2013-11-05 13:35:26 -02:00
counter_cache.rb update_counters accepts a hash, not an array of hashes 2013-05-21 00:32:34 -06:00
dynamic_matchers.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
enum.rb bring back constant to expose the enum mapping as HWIA. 2013-11-06 15:27:33 +01:00
errors.rb Merge pull request #10561 from Empact/nix-throwresult 2013-06-07 03:03:18 -07:00
explain_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
explain_subscriber.rb Don't try to EXPLAIN select_db calls 2013-05-10 16:21:59 +02:00
explain.rb let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] 2013-04-16 22:46:55 +02:00
fixtures.rb ask the fixture set for the sql statements 2013-11-04 16:39:34 -08:00
inheritance.rb no need to to_sym 2013-10-09 16:09:59 -07:00
integration.rb Refactor logic to grab the max time of the list of timestamp names in #cache_key 2013-11-04 13:14:07 -02:00
log_subscriber.rb type casted PG bytea values are represented as a Hash. 2013-11-09 20:55:01 +01:00
migration.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
model_schema.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
nested_attributes.rb Renamed generated_feature_methods to generated_association_methods. 2013-09-28 12:26:23 +09:00
null_relation.rb Pluck on NullRelation accepts a list of columns 2013-10-15 13:11:43 -04:00
persistence.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
query_cache.rb Fix typo. 2012-12-03 12:37:45 +08:00
querying.rb Delegate #rewhere to all on the class like all other relation methods 2013-11-02 19:45:03 -07:00
railtie.rb let the sqlite task run without rails 2013-08-07 23:32:39 +02:00
readonly_attributes.rb Remove instance level attr_readonly setting was deprecated. 2013-06-02 10:25:41 +09:00
reflection.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
result.rb typecast records returned from the db rather than to_sing everything 2013-10-08 10:49:53 -07:00
runtime_registry.rb Stop using method missing for singleton delegation. 2013-11-06 16:32:47 -08:00
sanitization.rb Add nodoc to method 2013-10-13 16:54:04 -03:00
schema_dumper.rb Push default_function to superclass to avoid method check 2013-10-14 01:46:41 -03:00
schema_migration.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
schema.rb Call assume_migrated_upto_version on connection 2013-05-11 22:39:39 -04:00
scoping.rb hides the per thread registry instance, and caches singleton methods 2013-04-13 17:09:13 +02:00
serialization.rb ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
statement_cache.rb minor edit on StatementCache documentation [ci skip] 2013-04-12 00:16:49 -05:00
store.rb improve Active Record Store docs when using PG types. [ci skip]. 2013-11-09 21:05:28 +01:00
timestamp.rb Refactor logic to grab the max time of the list of timestamp names in #cache_key 2013-11-04 13:14:07 -02:00
transactions.rb Fixed typo with after_commit docs 2013-10-25 16:59:48 -04:00
translation.rb
validations.rb drop variable assignment in validations 2013-03-27 18:03:21 +05:30
version.rb rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00