aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Oracle needs table to check index existenceJosh Susser2012-12-061-3/+3
* dump schema.rb without :version optionJosh Susser2012-12-051-4/+2
* Merge branch 'joshsusser-master' into mergeAaron Patterson2012-12-055-27/+101
|\
| * style cleanupJosh Susser2012-12-031-4/+4
| * Add migration history to schema.rb dumpJosh Susser2012-12-024-15/+58
| * Add metadata to schema_migrationsJosh Susser2012-12-013-14/+45
* | Replace comments' non-breaking spaces with spacesclaudiob2012-12-042-5/+5
* | Merge pull request #8417 from kennyj/fix_8414Rafael Mendonça França2012-12-041-3/+2
|\ \
| * | Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-051-3/+2
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-048-35/+22
|\ \ \ | |/ / |/| |
| * | Revert "Add documentation to TransactionIsolationError [ci skip]"Vijay Dev2012-12-041-2/+0
| * | Fix typo.Hendy Tanata2012-12-031-2/+2
| * | grammar improvements for increment_counter and decrement_counter docsMatthew Robertson2012-12-021-6/+8
| * | increment_counter and decrement_counter can accept and array of ids as an argMatthew Robertson2012-12-021-2/+2
| * | Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-014-9/+4
| * | Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-7/+2
| * | update AR::Schema docs [ci skip]Carlos Duclos2012-12-011-1/+6
| * | Revert "Remove trailing whitespaces"Florent Guilleux2012-12-011-1/+1
| * | Remove trailing whitespacesFlorent Guilleux2012-12-011-1/+1
| * | Add documentation to TransactionIsolationError [ci skip]Florent Guilleux2012-12-011-0/+2
| * | remove unneeded Examples tag [ci skip]Carlos Duclos2012-12-011-10/+0
| |/
* | pg_namespace table isn't used.kennyj2012-12-051-1/+0
* | Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-041-2/+4
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-012-6/+16
|\
| * copy edits [ci skip]Vijay Dev2012-12-012-2/+2
| * Fix Calculations#pluck doc to mention several attributes can be selected [ci ...Florent Guilleux2012-12-011-3/+3
| * add documentation to CollectionProxy #length and #size methods [ci skip]Francesco Rodriguez2012-11-291-2/+7
| * add documentation to CollectionProxy#empty?Francesco Rodriguez2012-11-291-1/+6
* | Use separate Relation subclasses for each AR classJon Leighton2012-11-303-35/+103
* | Fix memory leak in development modeJon Leighton2012-11-301-8/+11
* | Mark Relation mutators as :nodoc:Jon Leighton2012-11-302-48/+23
* | Move instantiation responsibilities from Inheritance to Persistence. Have Inh...Jeremy Kemper2012-11-292-24/+50
* | Added STI support to init and building associationsJason Rush2012-11-293-1/+28
* | Fix typo in the Observers deprecation message. [ci skip]Lucas Mazza2012-11-281-1/+1
* | Gracefully handle upgrading apps with observersRafael Mendonça França2012-11-281-0/+12
* | Remove observers and sweepersRafael Mendonça França2012-11-288-165/+4
* | Ensure that associations have a symbol argument.Steve Klabnik2012-11-281-0/+2
* | Remove useless check of AR being defined from teardown fixturesCarlos Antonio da Silva2012-11-271-5/+4
* | Don't run explain on slow queries for database adapters that don't support itBlake Smith2012-11-262-6/+14
* | schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-252-2/+12
* | speed up fixture loading by querying the schema cache for column namesAaron Patterson2012-11-252-2/+11
* | Don't call will_change! for datetime nil->"".Alisdair McDiarmid2012-11-251-0/+1
* | Move initialize_copy method around to let new method / build alias closerCarlos Antonio da Silva2012-11-241-8/+8
|/
* Merge pull request #8291 from senny/8265_build_with_polymorphic_associationRafael Mendonça França2012-11-221-1/+2
|\
| * prevent mass assignment of polymorphic type when using `build`Yves Senn2012-11-221-1/+2
* | Remove the #sum method from CollectionAssociationCarlos Antonio da Silva2012-11-211-9/+0
* | Deprecate Relation#sum with a block.Carlos Antonio da Silva2012-11-212-1/+7
* | Revert "Yield only one argument instead of splatting."Carlos Antonio da Silva2012-11-211-14/+3
* | Don't allocate new strings in compiled attribute methodsJon Leighton2012-11-213-21/+38
|/
* Merge pull request #7716 from steveklabnik/issue_7715Rafael Mendonça França2012-11-211-1/+1
|\