.. |
associations
|
Prevent calling regexp on symbol in Ruby 1.9 in association_proxy
|
2010-05-05 18:54:07 +01:00 |
attribute_methods
|
fix stack trace lines on class_eval
|
2010-04-09 21:28:49 +02:00 |
connection_adapters
|
get the rescue error page back [#4536 state:resolved]
|
2010-05-08 17:55:51 +02:00 |
locale
|
Use %{} syntax in I18n (faster) instead of {{}}.
|
2010-05-01 12:54:52 +02:00 |
locking
|
Destroy respects optimistic locking.
|
2010-04-27 21:53:51 -07:00 |
railties
|
Support fixtures for namespaced models [#2965 state:resolved]
|
2010-04-25 16:04:38 +02:00 |
relation
|
Here the intention was to assign to different objects
|
2010-05-08 23:29:51 +03:00 |
serializers
|
to_xml with :include should skip_instruct on the included records [#4506 state:resolved]
|
2010-04-30 14:22:57 +02:00 |
validations
|
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
|
2010-04-10 22:37:36 -07:00 |
aggregations.rb
|
fisting uninitialized ivar warnings. [#4198 state:resolved]
|
2010-03-16 15:11:00 -07:00 |
association_preload.rb
|
Dont try to load the record from the db if preloading didn't find anything
|
2010-03-31 12:56:09 +01:00 |
associations.rb
|
Fix eager loading of associations causing table name collisions
|
2010-04-28 20:28:51 -07:00 |
attribute_methods.rb
|
No need to check for generated method, just redispatch
|
2009-11-14 01:51:52 -08:00 |
autosave_association.rb
|
save(false) is gone, use save(:validate => false) instead.
|
2010-01-17 14:22:34 +01:00 |
base.rb
|
Fix failing test.
|
2010-04-28 23:42:55 +02:00 |
callbacks.rb
|
say something about after_(commit|rollback) in callbacks.rb, the fact that their implementation is elsewhere is not important for rdoc purposes
|
2010-05-02 00:47:09 +02:00 |
dynamic_finder_match.rb
|
cleaning up many more warnings in activerecord [#4180 state:resolved]
|
2010-03-15 08:57:41 -07:00 |
dynamic_scope_match.rb
|
|
|
errors.rb
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
fixtures.rb
|
AR: fixed postgres fixture tests [#4519 state:resolved]
|
2010-05-01 18:53:07 -07:00 |
migration.rb
|
making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resolved]
|
2010-04-29 13:41:35 +02:00 |
named_scope.rb
|
moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval
|
2010-04-05 12:15:08 -07:00 |
nested_attributes.rb
|
Use primary key in conditions, not 'id' [#4395 state:resolved]
|
2010-05-04 22:45:08 +01:00 |
observer.rb
|
improve how ActiveRecord::Observer defines callbacks on observed models
|
2010-04-16 13:12:53 -07:00 |
query_cache.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02:00 |
railtie.rb
|
ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:resolved].
|
2010-04-29 13:24:35 +02:00 |
reflection.rb
|
Bring back +extra_conditions+. This effectively reverts 386b7bfd9d
|
2010-04-03 09:54:15 -07:00 |
relation.rb
|
Make Relation#inspect less noisy
|
2010-04-02 18:57:46 +01:00 |
schema.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02:00 |
schema_dumper.rb
|
Revert "Add index length support for MySQL [#1852 state:open]"
|
2010-05-08 17:46:39 +03:00 |
serialization.rb
|
Break up concerns for choosing what attributes should be serialized and the actual serializer
|
2009-08-13 22:27:36 -05:00 |
session_store.rb
|
Fix reset_session with ActiveRecord store [#2200 state:resolved]
|
2009-05-17 14:42:36 -05:00 |
test_case.rb
|
Autoload AS test case
|
2010-01-04 16:22:46 -06:00 |
timestamp.rb
|
Revert "Changed behavior of touch and added touch! Originally implemented by Obie Fernandez, updated touch! to act as a thin wrapper to touch. [#2520 state:resolved]"
|
2010-03-27 08:22:32 +00:00 |
transactions.rb
|
edit pass in the transactions preamble rdoc
|
2010-05-02 00:40:31 +02:00 |
validations.rb
|
Drop AR I18n deprecation and simple use errors.messages as fallback.
|
2010-01-30 13:12:12 +01:00 |
version.rb
|
Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG.
|
2010-04-10 12:17:34 +02:00 |