aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
| * | style cleanupJosh Susser2012-12-033-6/+5
| * | Add migration history to schema.rb dumpJosh Susser2012-12-029-17/+146
| * | Add metadata to schema_migrationsJosh Susser2012-12-0110-43/+125
* | | Replace comments' non-breaking spaces with spacesclaudiob2012-12-043-6/+6
* | | Merge pull request #8417 from kennyj/fix_8414Rafael Mendonça França2012-12-042-3/+8
|\ \ \
| * | | Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-052-3/+8
* | | | 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-016-12/+12
| * | | Remove trailing whitespacesFlorent Guilleux2012-12-016-12/+12
| * | | 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-044-2/+26
| |/ / |/| |
* | | Remove not used variable warnignsCarlos Antonio da Silva2012-12-012-5/+5
|/ /
* | 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
* | | Remove references to AR::Observer from docsclaudiob2012-11-301-11/+0
* | | Use separate Relation subclasses for each AR classJon Leighton2012-11-305-56/+156
* | | Fix memory leak in development modeJon Leighton2012-11-302-15/+16
* | | Mark Relation mutators as :nodoc:Jon Leighton2012-11-302-48/+23
* | | Revert "Fix annoy warning, when executing testcase."Andrey Deryabin2012-11-302-13/+0
* | | Move instantiation responsibilities from Inheritance to Persistence. Have Inh...Jeremy Kemper2012-11-292-24/+50
* | | User assert_kind_of, invert assert_equal expectationsCarlos Antonio da Silva2012-11-294-12/+12
* | | Added STI support to init and building associationsJason Rush2012-11-2911-1/+163
* | | Add CHANGELOG entries for the observes extractionRafael Mendonça França2012-11-291-0/+4
* | | 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-2811-503/+5
* | | Ensure that associations have a symbol argument.Steve Klabnik2012-11-283-0/+12
* | | Fix some indentation in the postgresql_specific_schemaRafael Mendonça França2012-11-281-9/+9
* | | Add comment to a table without model.Rafael Mendonça França2012-11-281-0/+1
* | | Use assert_nil instead of assert_equalRafael Mendonça França2012-11-282-3/+3
* | | Use "refute" instead of "assert !"Carlos Antonio da Silva2012-11-271-6/+5
| |/ |/|
* | Remove useless check of AR being defined from teardown fixturesCarlos Antonio da Silva2012-11-271-5/+4
* | Merge pull request #8319 from alindeman/typoCarlos Antonio da Silva2012-11-261-1/+1
|\ \
| * | Corrects typo in test nameAndy Lindeman2012-11-261-1/+1
* | | Don't run explain on slow queries for database adapters that don't support itBlake Smith2012-11-263-6/+24
|/ /
* | 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-253-0/+21