.. |
associations
|
Merge pull request #7251 from rails/integrate-strong_parameters
|
2012-09-18 12:33:13 -07:00 |
attribute_methods
|
Set primary key with id= only if primary key exists
|
2012-09-16 23:59:05 -05:00 |
coders
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
connection_adapters
|
rename AR::Model::Tag to AR::Tag - fixes #7714
|
2012-09-20 12:43:12 -05:00 |
fixtures
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
locale
|
Fix typo
|
2012-02-01 17:14:00 -02:00 |
locking
|
The default value can be set once in #column_defaults
|
2012-08-17 18:22:29 +01:00 |
migration
|
Create default join table name using a Symbol
|
2012-07-19 09:05:58 -03:00 |
railties
|
Load the environment after creating the database
|
2012-09-19 12:08:19 -07:00 |
relation
|
rename AR::Model::Tag to AR::Tag - fixes #7714
|
2012-09-20 12:43:12 -05:00 |
scoping
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
serializers
|
Fix serializable_hash with xml generation and default :except option
|
2012-06-22 08:28:26 -03:00 |
tasks
|
fixed support for DATABASE_URL for rake db tasks
|
2012-09-11 20:40:13 -07:00 |
validations
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-08-04 15:18:35 +05:30 |
aggregations.rb
|
Revert "Removing composed_of from ActiveRecord."
|
2012-07-27 19:25:14 -03:00 |
associations.rb
|
Improve exception message for HasManyThroughAssociationPolymorphicSourceError
|
2012-09-10 08:50:46 +10:00 |
attribute_assignment.rb
|
update AR::AttributeAssignment documentation [ci skip]
|
2012-09-19 22:43:29 -05:00 |
attribute_methods.rb
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
autosave_association.rb
|
stop using class_attribute where methods/inheritance will suffice.
|
2012-07-13 18:55:46 +01:00 |
base.rb
|
Make ActiveRecord::Model::DeprecationProxy work better
|
2012-08-03 19:36:37 +01:00 |
callbacks.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-06-22 22:15:27 +05:30 |
connection_handling.rb
|
Make connection pool retrieval faster
|
2012-08-31 15:56:27 +01:00 |
core.rb
|
Update docs for AR::Base#new to remove references to mass_assignment_options
|
2012-09-18 21:22:55 -05:00 |
counter_cache.rb
|
reset_counters() was crashing when there were multiple belongs_to associations with the same foreign key.
|
2012-08-21 14:10:11 -03:00 |
dynamic_matchers.rb
|
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
|
2012-08-17 10:21:52 +01:00 |
errors.rb
|
Fixes #6825, adds tests covering cases and error possibilities, also changes SQLite3 driver to correctly generate a time column instead of datetime
|
2012-06-27 14:31:22 -03:00 |
explain.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
explain_subscriber.rb
|
Don't explain except normal CRUD sql.
|
2012-09-17 00:22:34 +09:00 |
fixtures.rb
|
Move transaction joinability into the transaction object
|
2012-09-15 00:00:50 +01:00 |
inheritance.rb
|
rename AR::Model::Tag to AR::Tag - fixes #7714
|
2012-09-20 12:43:12 -05:00 |
integration.rb
|
Increase AR#cache_key precision to nanoseconds
|
2012-05-19 08:20:08 +08:00 |
log_subscriber.rb
|
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
|
2011-12-04 11:52:12 -08:00 |
migration.rb
|
Revert "Remove update_attribute."
|
2012-08-25 23:02:30 -03:00 |
model.rb
|
rename AR::Model::Tag to AR::Tag - fixes #7714
|
2012-09-20 12:43:12 -05:00 |
model_schema.rb
|
Minor refactoring in Active Record model schema methods
|
2012-08-21 00:50:43 -03:00 |
nested_attributes.rb
|
Remove unused private method AR::NestedAttributes#unassignable_keys and reference to mass_assignment options
|
2012-09-19 01:33:58 -05:00 |
null_relation.rb
|
improve NullRelation docs [ci skip]
|
2012-07-21 21:45:32 +05:30 |
observer.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
persistence.rb
|
Update AR::Base.create and AR:Base#update_attributes docs to remove references to mass assignment options
|
2012-09-18 21:23:47 -05:00 |
query_cache.rb
|
load active_support/core_ext/object/blank in active_support/rails
|
2012-08-02 21:59:22 +02:00 |
querying.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
railtie.rb
|
removed warning: shadowing outer local variable
|
2012-09-09 12:13:13 +05:30 |
readonly_attributes.rb
|
Use instance_accessor: false instead of instance_writer.
|
2012-08-21 23:40:28 +09:00 |
reflection.rb
|
Remove mass_assignment_options from ActiveRecord
|
2012-09-16 23:59:05 -05:00 |
relation.rb
|
Remove mass_assignment_options from ActiveRecord
|
2012-09-16 23:59:05 -05:00 |
result.rb
|
Freeze columns only once per Result
|
2012-09-20 12:59:33 -03:00 |
sanitization.rb
|
Pass in the model class rather than engine
|
2012-09-13 00:14:36 +01:00 |
schema.rb
|
Dump schema using new style hash
|
2012-09-08 11:09:49 +04:00 |
schema_dumper.rb
|
Moves column dump specific code to a module included in AbstractAdapter
|
2012-09-14 08:43:47 -04:00 |
schema_migration.rb
|
Remove mass assignment security from ActiveRecord
|
2012-09-16 23:58:19 -05:00 |
scoping.rb
|
load active_support/concern in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
serialization.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
store.rb
|
refactor store_accessor
|
2012-09-13 10:12:11 -04:00 |
test_case.rb
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
timestamp.rb
|
load active_support/core_ext/class/attribute in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
transactions.rb
|
Fix out-of-date URL.
|
2012-09-19 20:02:34 -04:00 |
translation.rb
|
Split out most of the AR::Base code into separate modules 🍰
|
2011-12-15 20:45:37 +00:00 |
validations.rb
|
Remove mass_assignment_options from ActiveRecord
|
2012-09-16 23:59:05 -05:00 |
version.rb
|
rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+
|
2011-12-20 09:30:37 -06:00 |