.. |
associations
|
Replace inline lambdas with named methods
|
2011-06-12 18:19:22 +01:00 |
attribute_methods
|
Remove trailing white-spaces
|
2011-06-05 10:34:40 -05:00 |
coders
|
Make serialized columns with explicit object_type return a new instance of the object instead of nil
|
2011-02-03 09:08:45 -08:00 |
connection_adapters
|
Merge pull request #1632 from tardate/pg_schema_fu
|
2011-06-21 10:22:20 -07:00 |
fixtures
|
fixing 1.8 support for new fixture tests
|
2011-05-23 15:06:13 -07:00 |
locale
|
|
|
locking
|
Closes GH #1032
|
2011-05-19 01:20:26 -04:00 |
migration
|
fix typo in method name
|
2011-06-25 18:47:51 +05:30 |
railties
|
Removed shadowing variable warning in activerecord railties
|
2011-06-20 17:28:59 +04:00 |
relation
|
Support reversal of ARel orderings in reverse_sql_order
|
2011-06-20 14:15:19 -04:00 |
serializers
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
validations
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
aggregations.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
associations.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-06-06 22:23:30 +02:00 |
attribute_methods.rb
|
Merge branch 'master' into nested_has_many_through
|
2011-03-04 09:30:27 +00:00 |
autosave_association.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
base.rb
|
Perf fix - Use an instance variable instead of a class_attribute. Thanks @josevalim and @jhawthorn for the prompting.
|
2011-06-16 21:13:56 +01:00 |
callbacks.rb
|
Added back the Callback debugging section by interrogating the _*_callbacks method
|
2011-03-29 11:22:16 +08:00 |
counter_cache.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
dynamic_finder_match.rb
|
|
|
dynamic_scope_match.rb
|
|
|
errors.rb
|
|
|
fixtures.rb
|
Merge branch 'master' of github.com:rails/rails
|
2011-05-25 22:49:23 +02:00 |
identity_map.rb
|
Fix typos in IM documentation
|
2011-05-10 03:44:57 -07:00 |
log_subscriber.rb
|
Make the identity map use the instrumentation infrastructure so we can style the messages nicely with colors (FIXME: Can someone look into why the test is not working?)
|
2011-05-01 19:10:21 -06:00 |
migration.rb
|
minor changes
|
2011-06-27 00:12:39 +05:30 |
named_scope.rb
|
Corrected some typos and American vs. Queen's English issues
|
2011-05-29 12:40:24 -07:00 |
nested_attributes.rb
|
Pass mass-assignment options to nested models - closes #1673.
|
2011-06-13 13:02:51 +01:00 |
observer.rb
|
ActionMailer deliver method Documentation corrected Ticket #761
|
2011-05-21 13:55:52 +05:30 |
persistence.rb
|
Do not use default_scope in ActiveRecord::Persistence#touch.
|
2011-06-07 18:42:40 +01:00 |
query_cache.rb
|
Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sendfile to function properly. See issue #1761.
|
2011-06-18 22:30:01 +01:00 |
railtie.rb
|
Everyone receives app as argument for consistency.
|
2011-05-25 01:37:55 +02:00 |
reflection.rb
|
Merge branch 'master' of github.com:rails/rails
|
2011-05-25 22:49:23 +02:00 |
relation.rb
|
Fix issue #1272
|
2011-06-01 18:29:29 +01:00 |
result.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Corrected some typos and American vs. Queen's English issues
|
2011-05-29 12:40:24 -07:00 |
serialization.rb
|
Don't merge base opts into includes when serializing ARs
|
2011-05-26 11:40:57 -04:00 |
session_store.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
test_case.rb
|
Make assert_no_queries literally enforce that there are no queries. As in, not a single line of SQL should be sent to the database, not even stuff that is ignored by assert_queries. The argument being that if you write assert_no_queries, you really do not want there to be any queries.
|
2011-06-12 18:50:24 +01:00 |
timestamp.rb
|
Updates to ActiveRecord::Timestamp documentation.
|
2011-02-05 09:07:00 -08:00 |
transactions.rb
|
Edited activerecord/lib/active_record/transactions.rb via GitHub
|
2011-06-01 12:36:16 -07:00 |
validations.rb
|
Remove extra white spaces on ActiveRecord docs.
|
2011-05-23 20:58:25 -03:00 |
version.rb
|
Bump versions for rc1
|
2011-05-21 20:56:52 -05:00 |