.. |
associations
|
On destroying do not touch destroyed belongs to association.
|
2013-12-23 15:44:48 +02:00 |
attribute_methods
|
Fix typo: data --> date
|
2013-12-19 16:13:18 +10:00 |
coders
|
|
|
connection_adapters
|
Raise NoDatabaseError when db does not exist
|
2013-12-24 10:13:12 -05:00 |
fixture_set
|
Introduce a context for rendering fixtures ERB.
|
2013-12-03 02:52:26 -05:00 |
locale
|
|
|
locking
|
pass the pk to compile_update
|
2013-11-16 14:20:22 -08:00 |
migration
|
|
|
railties
|
Guarantee the connection resolver handles string values
|
2013-12-23 20:15:52 +01:00 |
relation
|
fix default select when from is used
|
2013-12-19 14:40:13 -07:00 |
scoping
|
|
|
serializers
|
|
|
tasks
|
Guarantee the connection resolver handles string values
|
2013-12-23 20:15:52 +01:00 |
validations
|
Cleanups in API docs: his => their
|
2013-12-02 00:34:52 -05:00 |
aggregations.rb
|
|
|
association_relation.rb
|
|
|
associations.rb
|
remove HABTM associations
|
2013-10-02 16:03:45 -07:00 |
attribute_assignment.rb
|
|
|
attribute_methods.rb
|
fix typos and grammar mistake [ci skip]
|
2013-12-19 12:02:01 +05:30 |
autosave_association.rb
|
Save association when primary key is manually set
|
2013-10-24 22:30:30 -02:00 |
base.rb
|
Remove deprecated cattr_* requires
|
2013-12-03 00:28:15 +02:00 |
callbacks.rb
|
Fix ActiveRecord::Callbacks sample code [ci skip]
|
2013-12-03 23:27:23 +09:00 |
connection_handling.rb
|
Deprecate use of string in establish_connection as connection lookup
|
2013-12-24 10:18:54 +01:00 |
core.rb
|
[ci skip] used new syntax for scopes
|
2013-11-27 12:23:23 +05:30 |
counter_cache.rb
|
Spelling and Grammar checks
|
2013-12-12 18:28:34 +05:30 |
dynamic_matchers.rb
|
Prevent invalid code when using dynamic finders with Ruby's reserved words.
|
2013-12-11 01:00:32 -02:00 |
enum.rb
|
Fix comment example in AR enum [ci skip]
|
2013-12-23 13:18:06 -02:00 |
errors.rb
|
Tell how to Create a Database in Error Message
|
2013-12-23 10:23:48 -05:00 |
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2013-12-20 00:10:30 +05:30 |
inheritance.rb
|
no need to to_sym
|
2013-10-09 16:09:59 -07:00 |
integration.rb
|
Fix to_param when attribute has multibyte character
|
2013-12-19 05:29:16 +09:00 |
log_subscriber.rb
|
type casted PG bytea values are represented as a Hash.
|
2013-11-09 20:55:01 +01:00 |
migration.rb
|
ActiveRecord migration exception message formatting
|
2013-12-03 12:23:43 -05:00 |
model_schema.rb
|
added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured.
|
2013-10-27 08:50:35 -05:00 |
nested_attributes.rb
|
|
|
no_touching.rb
|
add #no_touching on ActiveRecord models
|
2013-11-13 08:42:38 +01:00 |
null_relation.rb
|
Mark the arguments needed by activerecord-deprecated_finders with a TODO
|
2013-12-11 13:35:34 -02:00 |
persistence.rb
|
Typo rectified commom => common[ci skip]
|
2013-12-25 18:22:26 +05:30 |
query_cache.rb
|
|
|
querying.rb
|
Delegate #rewhere to all on the class like all other relation methods
|
2013-11-02 19:45:03 -07:00 |
railtie.rb
|
Only build a ConnectionSpecification if required
|
2013-12-24 10:02:07 +01:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
scope_chain should not be mutated for other reflections
|
2013-10-14 11:59:59 -04:00 |
relation.rb
|
Fix ActiveRecord::Relation#unscope
|
2013-11-20 22:23:16 +00:00 |
result.rb
|
Also dup column_types in AR::Result initialize_copy
|
2013-11-10 00:25:57 +05:30 |
runtime_registry.rb
|
Stop using method missing for singleton delegation.
|
2013-11-06 16:32:47 -08:00 |
sanitization.rb
|
Tidy up fix for PG extensions quoting
|
2013-12-23 16:28:35 -02:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Push default_function to superclass to avoid method check
|
2013-10-14 01:46:41 -03:00 |
schema_migration.rb
|
added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured.
|
2013-10-27 08:50:35 -05:00 |
scoping.rb
|
|
|
serialization.rb
|
|
|
statement_cache.rb
|
|
|
store.rb
|
improve Active Record Store docs when using PG types. [ci skip].
|
2013-11-09 21:05:28 +01:00 |
timestamp.rb
|
Refactor logic to grab the max time of the list of timestamp names in #cache_key
|
2013-11-04 13:14:07 -02:00 |
transactions.rb
|
Fixed typo with after_commit docs
|
2013-10-25 16:59:48 -04:00 |
translation.rb
|
|
|
validations.rb
|
|
|
version.rb
|
Get ready to release 4.1.0.beta1
|
2013-12-17 16:05:28 -08:00 |