aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Collapse)AuthorAgeFilesLines
* punctuation fix in fixtures.rbXavier Noria2008-05-081-1/+1
|
* + vs <tt> in fixtures.rb docsXavier Noria2008-05-071-1/+1
|
* + vs <tt> fixes in abstract adapter docsXavier Noria2008-05-071-2/+2
|
* several fixes and conventions revision in AR associations docsXavier Noria2008-05-071-110/+111
|
* Merge commit 'mainstream/master'Pratik Naik2008-05-075-130/+139
|\
| * create_table :force => true no longer tries to drop a non-existing tableTarmo Tänav2008-05-072-2/+20
| | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
| * Added AbstractAdapter#table_exists? and made AbstractAdapter#table ↵Tarmo Tänav2008-05-074-128/+119
| | | | | | | | | | | | implementation non-optional Signed-off-by: Michael Koziarski <michael@koziarski.com>
* | applies patch in ↵Xavier Noria2008-05-071-0/+6
| | | | | | | | http://rails.lighthouseapp.com/projects/8994/tickets/132-document-clear_query_cache
* | fixed markupXavier Noria2008-05-071-2/+2
| |
* | fixed markupXavier Noria2008-05-071-1/+1
| |
* | Applied list conventions in AR::BaseSunny Ripert2008-05-071-21/+20
| |
* | Renamed Options list to Attributes list whenever they weren't option hashes ↵Sunny Ripert2008-05-071-12/+12
| | | | | | | | in AR::Base
* | revised details in Exceptions section of AR::Base docsXavier Noria2008-05-071-15/+15
| |
* | Fixing typo in association class nameJack Danger Canty2008-05-061-1/+1
| |
* | doc: disambiguating an example ActiveRecord classJack Danger Canty2008-05-061-1/+2
| |
* | doc: ActiveRecord::Reflection::AssociationReflection#through_reflectionJack Danger Canty2008-05-061-0/+11
| | | | | | | | | | | | Added documentation demonstrating the use of #through_reflection for finding intervening reflection objects for HasManyThrough and HasOneThrough.
* | Merge branch 'master' of git@github.com:lifo/docrailsCheah Chu Yeow2008-05-071-17/+7
|\ \
| * | Killing/fixing a bunch of outdated language in the AR README.John Barnette2008-05-061-17/+7
| | |
* | | Document AttributeAssignmentError and MultiparameterAssignmentErrors.Cheah Chu Yeow2008-05-071-5/+10
|/ /
* | Merge commit 'mainstream/master'Pratik Naik2008-05-065-2/+45
|\|
| * Added logic to associations.rb to make sure select_for_limited_idsJohn Devine2008-05-062-1/+33
| | | | | | | | | | | | | | | | | | includes joins that are needed to reach tables listed in the :order or :conditions options if they are not joined directly to the main active_record table. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#109 state:resolved]
| * Ensure correct record is returned when preloading has_one where more than ↵Frederick Cheung2008-05-063-1/+12
| | | | | | | | | | | | | | one row exists Signed-off-by: Michael Koziarski <michael@koziarski.com> [#73 state:closed]
* | Merge commit 'mainstream/master'Pratik Naik2008-05-061-0/+6
|\|
| * Restore dump_schema_information connection adapter methodKyle Hargraves2008-05-051-0/+6
| |
* | revised conventions in AR's validations.rbXavier Noria2008-05-051-2/+2
| |
* | revised conventions in associations.rbXavier Noria2008-05-051-28/+28
| |
* | validates_numericality_of() "integer" option really is "only_integer"Sunny Ripert2008-05-051-2/+2
| |
* | Harmonized hash notation in AR::BaseSunny Ripert2008-05-051-5/+5
| |
* | Turned options into rdoc-lists in AR::BaseSunny Ripert2008-05-051-22/+22
| |
* | revised convention for lists of option in sqlite_adapter.rbXavier Noria2008-05-041-1/+1
| |
* | mysql adapter port is an integerXavier Noria2008-05-041-1/+1
| |
* | revised some conventions in postgresql_adapter.rbXavier Noria2008-05-041-9/+9
| |
* | revised some conventions in mysql_adapter.rbXavier Noria2008-05-041-12/+12
|/
* Added change_table for migrations (Jeff Dean) [#71 state:resolved]David Heinemeier Hansson2008-05-037-9/+507
|
* Improve documentation coverage and markupXavier Noria2008-05-0215-197/+203
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Fix failing associate_with_create tests inserting null first_nameJeremy Kemper2008-05-011-3/+3
|
* Added missing filesDavid Heinemeier Hansson2008-05-013-0/+18
|
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-05-0111-19/+107
|\
| * Fixed AssociationsPreload such that it doesnt require foreign keys to be ↵David Heinemeier Hansson2008-04-304-12/+44
| | | | | | | | integers (fcheung) [#33 state:resolved]
| * Added block-setting of attributes for Base.create like Base.new already has ↵David Heinemeier Hansson2008-04-305-4/+56
| | | | | | | | (Adam Meehan) [#39 state:resolved]
| * Fixed fixture caching with prefixed or suffixed tables.Rhett Sutphin2008-04-302-3/+7
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* | best solution?Steven Soroka2008-05-012-2/+14
|/ | | | Signed-off-by: Steven Soroka <ssoroka78@gmail.com>
* Fixed that pessimistic locking you reference the quoted table name (Josh ↵David Heinemeier Hansson2008-04-304-2/+12
| | | | Susser) [#67 state:resolved]
* Ensure postgresql tests work when starting from scratch.Frederick Cheung2008-04-302-3/+1
|
* Change tests against all scope to base scope as all is now used as a finder ↵David Heinemeier Hansson2008-04-303-14/+17
| | | | alias
* Fixed that change_column should be able to use :null => true on a field that ↵David Heinemeier Hansson2008-04-292-1/+10
| | | | formerly had false [Nate Wiger] [#26 state:resolved]
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-04-291-1/+3
|\
| * Note that allow_concurrency = true means you need to ↵Jeremy Kemper2008-04-281-1/+3
| | | | | | | | verify_active_connections! to clear out connections assigned to stale threads.
* | Default integer need not specify a limit [#20371 state:resolved] (matthuhiggins)David Heinemeier Hansson2008-04-291-1/+1
|/
* Let Base.all use conditions etc like first/lastDavid Heinemeier Hansson2008-04-283-1/+10
|