aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Restore HWIA#stringify_keys! and update changelogJeremy Kemper2010-04-221-2/+1
* Speed up xml serializer by computing values just once and remove unecessary c...José Valim2010-04-221-11/+0
* Some require indifferent_access addedSantiago Pastorino2010-04-212-0/+2
* Build PredicateBuilder object only when neededPratik Naik2010-04-211-3/+1
* Move observers initialization to after_config blocks, they are still being in...José Valim2010-04-201-13/+9
* Make the migration generator handle pre-existing migrations with the same tim...Phil Smith2010-04-191-2/+3
* Missing require addedSantiago Pastorino2010-04-181-0/+1
* working around syck defects by optionally matching a space [#4426 state:resol...Aaron Patterson2010-04-171-1/+1
* making yaml tests less specific to emitter. [#4425 state:resolved]Aaron Patterson2010-04-171-1/+2
* fixing invalid yaml [#4424 state:resolved]Aaron Patterson2010-04-171-1/+2
* improve how ActiveRecord::Observer defines callbacks on observed modelsMislav Marohnić2010-04-162-7/+24
* ActiveModel::Observing: stop using Observable Ruby module, re-implement `noti...Mislav Marohnić2010-04-161-0/+20
* merge callbacks_observers_test.rb into lifecycle_test.rb where other observer...Mislav Marohnić2010-04-162-37/+34
* fix a failure and some warnings on 1.9.2 [#4417 state:resolved]Aaron Patterson2010-04-162-2/+2
* Split the observer railtie into two phases.Michael Koziarski2010-04-161-3/+7
* i18n -> AS/i18nXavier Noria2010-04-141-1/+1
* adds missing requires for arel and i18n, prevents Arel constant from being au...Xavier Noria2010-04-141-1/+3
* Merge commit 'docrails/master'Xavier Noria2010-04-141-1/+1
|\
| * fixed typo in RUNNING_UNIT_TESTSDiego Carrion2010-04-141-1/+1
* | Ensure not to load the entire association when bulk updating existing records...Pratik Naik2010-04-143-13/+33
* | removes unnecessary assignment and local variable in AR::Base#subclasses, and...Xavier Noria2010-04-131-3/+2
* | Update changelogs for releaseDavid Heinemeier Hansson2010-04-131-1/+1
* | Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-128-25/+88
* | make ActiveRecord::Base.subclasses a public methodEmmanuel Oga2010-04-122-1/+9
* | table_name_prefix and table_name_suffix are class_attributes instead of cattr...Phil Smith2010-04-122-11/+56
* | Generate module file for namespaced models [#4230 state:resolved]Andrew White2010-04-122-0/+10
* | mode postgresql adapters table_exists? method take the schema in to account. ...Aaron Patterson2010-04-112-1/+38
* | Fix evals missing contextJeremy Kemper2010-04-101-3/+3
* | Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-108-12/+24
* | clearing up many warnings, removing unnecessary regular expresion comparisons...Aaron Patterson2010-04-104-26/+25
|/
* Made arrays of ActiveRecords, and any classes, with namespaces convert to val...mfoster2010-04-101-1/+11
* clear the rest of the warnings, run with warnings turned on [#4332 state:reso...Aaron Patterson2010-04-102-25/+40
* kill warnings on 1.8.7 [#4331 state:resolved]Aaron Patterson2010-04-101-4/+4
* Update versions (otherwise you install a gem from source as beta3 but interna...José Valim2010-04-101-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-093-9/+9
* db:test:prepare for tasks only if AR is loadedSantiago Pastorino2010-04-091-0/+2
* Revert "When creating database with rake, create schemas in schema_search_pat...Michael Koziarski2010-04-094-41/+1
* Dirty datetime attributes should be aware of time zone info [#3658 state:reso...Kristopher Murata2010-04-082-0/+101
* Some doc updates reflecting the new query APIPratik Naik2010-04-082-37/+33
* Reset named scope cache whenever the @target is resetPratik Naik2010-04-072-2/+19
* remove_index now uses quote_table_name() [#4300 state:resolved]Simon Effenberg2010-04-061-1/+1
* Memoize association.named_scope callsPratik Naik2010-04-052-0/+12
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-053-3/+3
* Merge commit 'docrails/master'Xavier Noria2010-04-041-1/+1
|\
| * Merge branch 'master' of github.com:lifo/docrailsAndrew White2010-04-0418-178/+191
| |\
| * | Update various documentation examples to use new routing DSLAndrew White2010-04-041-1/+1
* | | Add tests to prevent regression of lazy evaluation of has_many ..., :dependen...Andrew White2010-04-041-0/+18
| |/ |/|
* | Merge commit 'rails/master'Xavier Noria2010-04-0312-175/+163
|\ \
| * | Bring back +extra_conditions+. This effectively reverts 386b7bfd9d78a6d8c8bc7...Carl Lerche2010-04-032-4/+5
| * | Raise a StatementInvalid error when trying to build a condition with hash key...Carl Lerche2010-04-031-1/+3