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
2012-05-18 21:11:34 +01:00
..
associations fix #delete_all with habtm with :delete_sql 2012-05-18 21:11:34 +01:00
attribute_methods recurse in read_attribute we get caching / don't duplicate code 2012-03-30 11:09:27 +01:00
coders ActiveRecord::Coders::YAMLColumn#dump should raise an error 2012-03-26 21:57:39 +02:00
connection_adapters Merge pull request #6238 from pwnall/pgsql_bytea_limit 2012-05-17 10:56:39 -07:00
fixtures No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
locale Fix typo 2012-02-01 17:14:00 -02:00
locking clear up duplication between Persistence#destroy and Locking#destroy 2012-03-30 14:39:55 +01:00
migration Add create_join_table migration helper to create HABTM join tables 2012-01-27 15:34:53 -02:00
railties Fix GH #5435. db:structure:dump should be reenable. 2012-03-17 13:57:10 +09:00
relation Relation#from to accept other Relation objects 2012-05-17 02:36:13 +03:00
scoping extract deprecated code 2012-04-25 15:45:06 +01:00
serializers no need to check for this constant 2012-02-07 21:20:35 +01:00
validations fix tests for SQLite3Adapter 2012-04-27 13:31:37 +07:00
aggregations.rb missing 'with' 2012-05-11 16:09:10 +02:00
associations.rb Update AR has_one association example 2012-05-16 09:00:26 +04:00
attribute_assignment.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
attribute_methods.rb much code can be deleted thanks to @tenderlove's refactoring 2012-03-28 16:38:38 +01:00
autosave_association.rb CollectionProxy < Relation 2012-05-11 20:11:04 +01:00
base.rb more edits [ci skip] 2012-05-01 19:18:47 +05:30
callbacks.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
connection_handling.rb removes verify_active_connections! 2012-02-24 09:11:59 -08:00
core.rb Merge branch 'master' of github.com:lifo/docrails 2012-05-17 17:49:33 +05:30
counter_cache.rb remove deprecate #update_all usage 2012-04-26 13:29:48 +01:00
dynamic_matchers.rb extract deprecated dynamic methods 2012-05-04 14:31:19 +01:00
errors.rb
explain.rb More using <tt>x</tt> instead of +x+ when the latter renders improperly. 2012-04-27 21:33:56 -07:00
explain_subscriber.rb let automatic EXPLAIN ignore CACHE notifications 2012-02-03 16:10:39 -08:00
fixtures.rb Fix an error in example in methods of instanciated fixtures. 2012-05-15 09:40:03 +02:00
inheritance.rb Adding documentation for ActiveRecord::Base.abstract_class to clarify a particular usecase for this feature (to allow you to use inheritance in ActiveRecord without using the STI table name 2012-03-22 10:02:08 -05:00
integration.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
log_subscriber.rb
migration.rb moving verbosity tests to the migrator test, removing ddl changes 2012-01-16 11:28:00 -08:00
model.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
model_schema.rb Fix wrong return value from reset_sequence_name method. 2012-04-14 00:33:25 +09:00
nested_attributes.rb better wording 2012-05-11 16:27:21 +02:00
null_relation.rb Override AR::Relation methods in NullRelation. 2012-04-11 15:24:23 +02:00
observer.rb
persistence.rb Don't destroy readonly models 2012-05-17 17:52:17 +02:00
query_cache.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
querying.rb Introducing take as a replacement to the old behavior of first 2012-05-02 21:25:40 -03:00
railtie.rb Revert "Merge pull request #5995 from kennyj/fix_5847-3" 2012-04-27 15:00:56 +02:00
readonly_attributes.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
reflection.rb de-globalise method 2012-05-04 12:50:07 +01:00
relation.rb delete_all raise an error if a limit is provided - fixes #4979 2012-04-30 10:49:20 -05:00
result.rb Doc for ActiveRecord::Result empty? method 2012-05-07 21:43:05 +10:00
sanitization.rb de-globalise method 2012-05-04 12:50:07 +01:00
schema.rb Call methods on the correct instance in AR::Schema.define 2012-05-16 15:19:59 -07:00
schema_dumper.rb Corrected grammatical errors in schema_dumper and scoping/default 2012-04-10 22:05:43 -07:00
schema_migration.rb allow mass-assign version attribute in AR::SchemaMigration 2012-02-06 09:33:02 +03:00
scoping.rb extract #with_scope and #with_exclusive_scope to active_record_deprecated_finders 2012-04-25 15:45:06 +01:00
serialization.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
session_store.rb Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error). 2012-05-16 00:28:03 -03:00
store.rb Copy edit [ci skip] 2012-05-13 19:04:33 -03:00
test_case.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
timestamp.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
transactions.rb Merge pull request #5535 from markmcspadden/issue_5527_rollbacks 2012-05-16 16:06:49 -07:00
translation.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
validations.rb Allow translations of activerecord.errors.messages.record_invalid to be looked up in errors.messages.record_invalid 2012-03-05 00:17:47 +01:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00