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-02-07 14:13:46 -08:00
..
associations Merge pull request #4543 from jdelStrother/find_or_init 2012-02-01 15:15:29 -08:00
attribute_methods give each PG type a type method and decortate tz attributes 2012-02-07 14:13:46 -08:00
attributes moved attribute translation to an object 2012-02-07 13:51:52 -08:00
coders Do not serialize nil in serialized attribute. 2012-01-31 22:07:09 +03:00
connection_adapters give each PG type a type method and decortate tz attributes 2012-02-07 14:13:46 -08: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 Improve readonly examples and optimistic locking docs 2012-01-31 12:09:09 -02:00
migration Add create_join_table migration helper to create HABTM join tables 2012-01-27 15:34:53 -02:00
railties fixes in api docs 2012-01-13 00:41:12 +05:30
relation document the AR none method [ci skip] 2012-02-01 23:31:43 +05:30
scoping app code in general wants Time.current, not Time.now 2011-12-28 23:47:10 +01:00
serializers no need to check for this constant 2012-02-07 21:20:35 +01:00
validations Remove initialize variable columnn, not needed 2012-01-29 15:31:38 +01:00
aggregations.rb minor fixes in the composed_of doc 2011-10-22 23:53:52 +05:30
associations.rb suggested fixes for :dependent => :restrict deprecation. 2012-01-31 14:11:14 +05:30
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 adding a comment for myself 2012-02-06 15:52:16 -08:00
autosave_association.rb validate related records in the same validation context as parent. 2012-01-17 01:40:17 -03:00
base.rb deleted duplicated line 2012-01-05 11:33:13 -05:00
callbacks.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
connection_handling.rb Delegate clear_active_connections to handler as well 2012-01-14 17:34:21 -02:00
core.rb wrap and cache columns for typecasting 2012-02-07 13:51:53 -08:00
counter_cache.rb Remove not used if..else clause 2012-01-23 15:04:26 -02:00
dynamic_finder_match.rb warning removed: shadowing outer local variable - klass 2012-01-31 07:03:44 -05:00
dynamic_matchers.rb Move argument validation into match 2012-01-28 10:42:44 +09:00
dynamic_scope_match.rb Move argument validation into match 2012-01-28 10:42:44 +09:00
errors.rb Consider attempted action in exception message of ActiveRecord::StaleObjectError 2011-10-14 18:20:41 +02:00
explain.rb disable automatic explain if there is no logger [closes #4671] 2012-01-26 02:50:46 -08:00
explain_subscriber.rb let automatic EXPLAIN ignore CACHE notifications 2012-02-03 16:10:39 -08:00
fixtures.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
identity_map.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
inheritance.rb give each PG type a type method and decortate tz attributes 2012-02-07 14:13:46 -08: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 implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria] 2011-12-04 11:52:12 -08:00
migration.rb moving verbosity tests to the migrator test, removing ddl changes 2012-01-16 11:28:00 -08:00
model.rb Delete some stray lines 2011-12-28 18:44:15 +00:00
model_schema.rb give each PG type a type method and decortate tz attributes 2012-02-07 14:13:46 -08:00
nested_attributes.rb Array.wrap is an overhead as there is already check for class 2012-01-06 17:02:17 +03:00
null_relation.rb Added none query method to return zero records. 2012-01-31 19:50:09 +01:00
observer.rb Allow ActiveRecord observers to be disabled. 2011-08-12 20:48:44 -07:00
persistence.rb copy over columns hash on reload 2012-02-07 13:51:53 -08:00
query_cache.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
querying.rb column types are passed from the result set to the instantiated AR object 2012-02-07 13:51:52 -08:00
railtie.rb pushed broadcasting down to a module 2012-01-20 14:18:29 -08:00
readonly_attributes.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
reflection.rb Remove useless argument in #columns. 2012-02-02 10:34:17 -02:00
relation.rb let AR::Relation pretty_printed like an Array 2012-01-21 06:45:55 +09:00
result.rb moving column types to an ivar on the result 2012-02-07 13:51:53 -08:00
sanitization.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
schema.rb
schema_dumper.rb just use the list of formatting keys we care about 2012-01-04 17:10:13 -08:00
schema_migration.rb allow mass-assign version attribute in AR::SchemaMigration 2012-02-06 09:33:02 +03:00
scoping.rb Move DefaultScope and NamedScope under Scoping 2011-12-15 20:45:42 +00:00
serialization.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
session_store.rb test a subclass so that the removed method does not imact other tests 2012-01-05 17:05:43 -08:00
store.rb Merge pull request #4856 from ihid/store_null_bug 2012-02-02 12:07:28 -08:00
test_case.rb Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only. 2012-02-05 23:09:09 -07:00
timestamp.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
transactions.rb Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
translation.rb Split out most of the AR::Base code into separate modules 🍰 2011-12-15 20:45:37 +00:00
validations.rb Remove extra white spaces on ActiveRecord docs. 2011-05-23 20:58:25 -03: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