aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-2/+9
* ActiveRecord should give the connection id as payload, and not the whole conn...José Valim2010-01-151-1/+1
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-0/+13
* Different nested validations should not be ignore [#3638 status:resolved]José Valim2010-01-142-1/+10
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-3/+3
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-133-4/+4
* Deprecate ActiveRecord::Base.colorize_logging.José Valim2010-01-132-9/+8
* Create Rails::Subscriber::TestHelper and use it to make ActiveRecord subscrib...José Valim2010-01-132-0/+52
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-135-46/+35
* Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...José Valim2010-01-132-25/+0
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-132-31/+31
* reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett...Chad Woolley2010-01-122-3/+3
* Use Relation#except for reversing the orderPratik Naik2010-01-121-3/+2
* Ensure using proper engine for Arel::TablePratik Naik2010-01-121-4/+4
* Delay building arel relation as long as possible for improved introspectionPratik Naik2010-01-127-185/+182
* Expose connections available in the connection pool.José Valim2010-01-113-1/+5
* Send the connection in AR notifications to avoid checking out new connections...José Valim2010-01-112-3/+5
* Merge remote branch 'eloy/master'José Valim2010-01-0913-31/+125
|\
| * Renamed AssociationReflection #collection_association? to #collection?.Eloy Duran2010-01-085-14/+14
| * Rollback the transaction when one of the autosave associations fails to save....Eloy Duran2010-01-086-5/+78
| * Exclude unchanged records from the collection being considered for autosave. ...Lawrence Pit2010-01-082-12/+7
| * Add failing test that triggers the stack overflowBryan Stearns2010-01-084-0/+26
* | Ensure new validates works with uniqueness validator.José Valim2010-01-084-90/+85
* | Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...Jeffrey Hardy2010-01-083-3/+11
|/
* Revert "Remove connection method definition, since it's called just once."Jeremy Kemper2010-01-071-1/+5
* Merge remote branch 'eloy/master'José Valim2010-01-076-82/+140
|\
| * Raise a RecordNotFound if an ID in nested attributes is given but doesn't ret...Eloy Duran2010-01-072-4/+31
| * Moved the validation logic to the association reflection and refactored autos...Eloy Duran2010-01-074-33/+70
| * Remove deprecated '_delete' option from NestedAttributes.Eloy Duran2010-01-072-19/+2
| * Removed unnecessary call to #try and cleaned up a bit more.Eloy Duran2010-01-071-6/+4
| * Don't use strings for callbacks, as these will be evaled. Rather use symbols,...Eloy Duran2010-01-071-2/+2
| * Cleanup some code in nested_attributes.rb, autosave_association.rb, and assoc...Eloy Duran2010-01-074-14/+9
| * Add AssociationReflection#collection_association? which returns true if it's ...Eloy Duran2010-01-072-1/+17
| * Refactored nested attributes a bit around :reject_if => :all_blank.Eloy Duran2010-01-072-6/+8
* | Allow to specify default attributes names translation in I18n yml files.José Valim2010-01-071-0/+5
* | Be sure to dup load paths before clearing the array.José Valim2010-01-071-1/+1
* | Add a deprecation message to activerecord.errors.José Valim2010-01-071-0/+11
* | Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-075-119/+37
|/
* Ensure before_validation and after_validation accepts :on as option.José Valim2010-01-062-3/+64
* Restore require of 'active_record/fixtures' for Rake tasks that use themJeffrey Hardy2010-01-061-0/+4
* Use better defaults for fixtures: transactional=true, instantiated=falseJeffrey Hardy2010-01-061-2/+2
* Update db:migrate error message to reflect the removal of config.frameworksJeffrey Hardy2010-01-061-1/+1
* Autoload AR test caseJoshua Peek2010-01-043-6/+4
* Autoload AS test caseJoshua Peek2010-01-042-3/+0
* MergeDavid Heinemeier Hansson2010-01-0317-148/+296
|\
| * Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-046-10/+46
| |\
| | * Add Relation#create_with to explictily specify create scopePratik Naik2010-01-044-7/+31
| | * Ensure using proper engine for Arel::TablePratik Naik2010-01-043-3/+15
| * | Use underscore in notification namespaces.José Valim2010-01-042-2/+2
| * | Use namespaces in notifications.José Valim2010-01-032-2/+2
| |/