.. |
associations
|
Remove update_attribute.
|
2012-06-14 18:54:24 +02:00 |
attribute_methods
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
coders
|
Psych is always available on 1.9
|
2012-05-31 10:01:59 -07:00 |
connection_adapters
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01: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
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
migration
|
Add create_join_table migration helper to create HABTM join tables
|
2012-01-27 15:34:53 -02:00 |
railties
|
Merge pull request #4132 from Juanmcuello/clone_structure
|
2012-05-25 17:03:21 -07:00 |
relation
|
Address ORA-00911 errors because of the heading underscore.
|
2012-06-11 11:41:07 +09:00 |
scoping
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
serializers
|
changed xml type datetime to dateTime, fixes #6328
|
2012-05-23 14:45:56 +02:00 |
validations
|
Revert "Remove blank trailing comments"
|
2012-05-23 22:43:08 +05:30 |
aggregations.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-05-23 23:26:39 +05:30 |
associations.rb
|
Update AR has_one association example
|
2012-05-16 09:00:26 +04:00 |
attribute_assignment.rb
|
Fix config.active_record.whitelist_attributes with AR::Model
|
2012-06-15 19:15:37 +01:00 |
attribute_methods.rb
|
Use each_with_object instead of each here
|
2012-06-09 09:40:55 -03:00 |
autosave_association.rb
|
CollectionProxy < Relation
|
2012-05-11 20:11:04 +01:00 |
base.rb
|
more edits [ci skip]
|
2012-05-01 19:18:47 +05:30 |
callbacks.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
connection_handling.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
core.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
counter_cache.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
dynamic_matchers.rb
|
extract deprecated dynamic methods
|
2012-05-04 14:31:19 +01:00 |
errors.rb
|
+ ActiveRecord::Base#destroy!
|
2012-06-06 13:27:51 -04:00 |
explain.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
explain_subscriber.rb
|
let automatic EXPLAIN ignore CACHE notifications
|
2012-02-03 16:10:39 -08:00 |
fixtures.rb
|
Fix an error in example in methods of instanciated fixtures.
|
2012-05-15 09:40:03 +02:00 |
inheritance.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01: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
|
Remove update_attribute.
|
2012-06-14 18:54:24 +02:00 |
model.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
model_schema.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
nested_attributes.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
null_relation.rb
|
unused method arguments
|
2012-06-01 14:46:21 +09:00 |
observer.rb
|
Revert "Remove blank trailing comments"
|
2012-05-23 22:43:08 +05:30 |
persistence.rb
|
Remove update_attribute.
|
2012-06-14 18:54:24 +02:00 |
query_cache.rb
|
use Rack::BodyProxy in activerecord middlewares
|
2012-01-16 14:36:41 +03:00 |
querying.rb
|
Introducing take as a replacement to the old behavior of first
|
2012-05-02 21:25:40 -03:00 |
railtie.rb
|
Fix config.active_record.whitelist_attributes with AR::Model
|
2012-06-15 19:15:37 +01:00 |
readonly_attributes.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
reflection.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
relation.rb
|
add explanation of raising errors when a limit scope is supplied in Relation#delete_all
|
2012-05-18 15:06:47 -05:00 |
result.rb
|
Doc for ActiveRecord::Result empty? method
|
2012-05-07 21:43:05 +10:00 |
sanitization.rb
|
de-globalise method
|
2012-05-04 12:50:07 +01:00 |
schema.rb
|
Call methods on the correct instance in AR::Schema.define
|
2012-05-16 15:19:59 -07:00 |
schema_dumper.rb
|
reduce number of Strings
|
2012-06-06 23:33:31 +09:00 |
schema_migration.rb
|
allow mass-assign version attribute in AR::SchemaMigration
|
2012-02-06 09:33:02 +03:00 |
scoping.rb
|
extract #with_scope and #with_exclusive_scope to active_record_deprecated_finders
|
2012-04-25 15:45:06 +01:00 |
serialization.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
session_store.rb
|
Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error).
|
2012-05-16 00:28:03 -03:00 |
store.rb
|
Fixed typo.
|
2012-06-11 09:54:54 -03:00 |
test_case.rb
|
Fix fragile #assert_queries implementation and usages.
|
2012-06-09 14:16:13 -07:00 |
timestamp.rb
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
transactions.rb
|
Restore the frozen state on rollback. Fixes #6417.
|
2012-05-21 14:57:04 -07:00 |
translation.rb
|
Split out most of the AR::Base code into separate modules 🍰
|
2011-12-15 20:45:37 +00:00 |
validations.rb
|
Allow translations of activerecord.errors.messages.record_invalid to be looked up in errors.messages.record_invalid
|
2012-03-05 00:17:47 +01: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 |