.. |
associations
|
Refactor AssociationCollection#include? with objects in memory
|
2010-10-02 08:40:38 +02:00 |
attribute_methods
|
No need to use inject here, use map instead.
|
2010-09-22 18:08:02 -03:00 |
connection_adapters
|
removing false comment
|
2010-10-07 16:40:15 -06:00 |
locale
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
locking
|
Use new finders syntax in docs.
|
2010-09-01 12:16:08 -03:00 |
railties
|
Updated DOCS for engines and added a couple TODOs. Also, commented internal railties rake tasks description.
|
2010-10-11 10:29:31 +02:00 |
relation
|
avoid creating objects when we can
|
2010-10-03 14:40:06 -07:00 |
serializers
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
validations
|
serialized attributes should be serialized before validation [#5525 state:resolved]
|
2010-09-07 13:39:27 -07:00 |
aggregations.rb
|
Use new finders syntax in docs.
|
2010-09-01 12:16:08 -03:00 |
association_preload.rb
|
Revert "porting 0665182950 to master. Thanks Marcelo Giorgi"
|
2010-09-28 15:51:00 -07:00 |
associations.rb
|
avoid a proc object
|
2010-09-22 09:01:11 -07:00 |
attribute_methods.rb
|
Cheaper attribute reads and respond_to?. Add underscore-prefixed method aliased to the attribute name so it can be overridden but still called internally.
|
2010-09-09 14:39:43 -07:00 |
autosave_association.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
base.rb
|
be kind to the garbage collector and reuse our visitor object
|
2010-10-03 14:40:06 -07:00 |
callbacks.rb
|
Remove doc for debugging callbacks. Methods don't exist in Rails master
|
2010-10-13 15:59:57 -03:00 |
counter_cache.rb
|
Use COALESCE in update_counters docs to reflect the implementation
|
2010-08-18 10:15:26 -03:00 |
dynamic_finder_match.rb
|
be kind to the garbage collector: only instantiate objects when absolutely necessary
|
2010-09-27 18:07:35 -07:00 |
dynamic_scope_match.rb
|
constructor should not do so much work; avoid allocating object if possible
|
2010-09-27 17:38:49 -07:00 |
errors.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
fixtures.rb
|
use new skool Ruby instead of Ruby Classic™
|
2010-09-27 18:55:28 -07:00 |
log_subscriber.rb
|
Move runtime back to the Thread.current
|
2010-07-26 19:14:56 +02:00 |
migration.rb
|
Add callback on skipped migration while copying migrations
|
2010-10-09 21:32:34 +02:00 |
named_scope.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
nested_attributes.rb
|
Fix for nested_attributes with has_many association fails when a single record is being updated.
|
2010-09-27 23:11:24 +02:00 |
observer.rb
|
lifecycle should be two words, life cycle
|
2010-08-26 14:23:58 +02:00 |
persistence.rb
|
restore behavior of touch for models without :updated_xx [#5439 state:resolved]
|
2010-09-24 20:42:38 +02:00 |
query_cache.rb
|
|
|
railtie.rb
|
Added config.app_generators to allow configuring application's generators from railties.
|
2010-09-30 09:47:06 +02:00 |
reflection.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
relation.rb
|
where_values_hash always returns a hash
|
2010-09-28 15:56:08 -07:00 |
schema.rb
|
fixing whitespace errors
|
2010-08-05 08:15:22 -07:00 |
schema_dumper.rb
|
lengths will be nil or an array
|
2010-10-03 15:35:56 -07:00 |
serialization.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2010-10-06 23:16:13 +02:00 |
session_store.rb
|
Rely on Rack::Session stores API for more compatibility across the Ruby world.
|
2010-10-03 21:24:22 +02:00 |
test_case.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
timestamp.rb
|
Ensure timestamps are not generated when explicitly set to false [#5440 state:resolved]
|
2010-08-24 10:45:16 -03:00 |
transactions.rb
|
Merge remote branch 'rails/master'
|
2010-06-20 23:13:19 +02:00 |
validations.rb
|
Refactor AR validations a bit
|
2010-09-06 13:40:06 +02:00 |
version.rb
|
Master is now targeting 3.1.0.beta
|
2010-08-23 21:44:57 -05:00 |