.. |
associations
|
Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc with just a single scope hash (created on initialization of the proxy). This is now used consistently across all associations. Therefore, all you have to do to ensure finding/counting etc is done correctly is implement the scope correctly.
|
2010-10-30 06:30:00 -07:00 |
attribute_methods
|
Make should_record_timestamps? serialization aware rather than object#changed?
|
2010-11-02 01:45:30 +00:00 |
connection_adapters
|
only do string substitution on column names once, remove intermediate data structures
|
2010-10-30 06:16:54 -07: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
|
Do not treat information about skipped migrations as WARNINGs but as a NOTEs, also puts to stdin
|
2010-10-14 07:46:12 +02:00 |
relation
|
only returning where values for the corresponding relation, also filtering where value hash based on table name [#5234 state:resolved] [#5184 state:resolved]
|
2010-10-30 13:25:49 -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
|
Convert :primary_key in association to a string before comparing to column names, so that for example :primary_key => :another_pk works as well [#5605 state:resolved]
|
2010-10-30 11:24:36 -07:00 |
associations.rb
|
refactoring find_join_association
|
2010-10-30 08:45:40 -07:00 |
attribute_methods.rb
|
"instance_methods" includes public and protected
|
2010-10-19 08:30:45 -07:00 |
autosave_association.rb
|
Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc with just a single scope hash (created on initialization of the proxy). This is now used consistently across all associations. Therefore, all you have to do to ensure finding/counting etc is done correctly is implement the scope correctly.
|
2010-10-30 06:30:00 -07:00 |
base.rb
|
renaming bind_values to binds where it makes sense
|
2010-10-26 13:44:11 -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
|
scopes can take an object that responds to call
|
2010-10-19 17:29:25 -07:00 |
nested_attributes.rb
|
Revert 0c0b0aa0f2 which introduced a security vulnerability.
|
2010-10-15 10:27:33 +13: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
|
Adds basic description and title.
|
2010-06-16 22:15:04 +04:30 |
railtie.rb
|
Use application's generators defaults as engine defaults to not force users to manually set it
|
2010-11-02 17:14:52 +01:00 |
reflection.rb
|
use grep instead of select + is_a?
|
2010-10-20 16:41:50 -07:00 |
relation.rb
|
only returning where values for the corresponding relation, also filtering where value hash based on table name [#5234 state:resolved] [#5184 state:resolved]
|
2010-10-30 13:25:49 -07:00 |
result.rb
|
exec returns an AR::Result
|
2010-10-26 13:44:07 -07:00 |
schema.rb
|
fixing whitespace errors
|
2010-08-05 08:15:22 -07:00 |
schema_dumper.rb
|
Revert "removing unused variable"
|
2010-10-26 13:43:06 -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
|
Update the ActiveRecord tests to not set unused options
|
2010-10-13 12:32:52 -07:00 |
timestamp.rb
|
Make should_record_timestamps? serialization aware rather than object#changed?
|
2010-11-02 01:45:30 +00:00 |
transactions.rb
|
#transaction on the instance level should take options as well
|
2010-10-14 21:27:40 -07: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 |