aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | It's better to pass strings to assert_match - it converts them to regular exp...Jakub Kuźma2012-07-091-2/+2
| * | | | | | Revert "Select missing formbuilder typo."Dan Patrick2012-07-081-2/+2
| * | | | | | Select missing formbuilder typo.Dan Patrick2012-07-081-2/+2
| * | | | | | Document building complex forms using accepts_nested_attributes_forFrederick Cheung2012-07-081-8/+127
| * | | | | | Add docs for having, lock and readonlyOscar Del Ben2012-07-071-0/+12
| * | | | | | Add doc for joins and improve includes docOscar Del Ben2012-07-071-2/+17
| * | | | | | Add docs for eager_laod and preloadOscar Del Ben2012-07-071-0/+10
* | | | | | | adds a missing require [fixes #6896]Xavier Noria2012-07-152-1/+1
* | | | | | | Merge pull request #7057 from kennyj/fix_sql_bypass_problemRafael Mendonça França2012-07-142-1/+15
|\ \ \ \ \ \ \
| * | | | | | | Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method didn'...kennyj2012-07-152-1/+15
* | | | | | | | Merge pull request #7056 from kennyj/avoid_twice_callRafael Mendonça França2012-07-141-6/+8
|\| | | | | | |
| * | | | | | | Avoid to call send(store_attribute) twice.kennyj2012-07-151-6/+8
|/ / / / / / /
* | | | | | | Merge pull request #7053 from pferdefleisch/activesupport-timely-requiresXavier Noria2012-07-143-0/+14
|\ \ \ \ \ \ \
| * | | | | | | Added time related req files to AS core_ext #6896Aaron Cruz2012-07-143-0/+14
|/ / / / / / /
* | | | | | | teaching the mysql adapter how to typecast strings returned from the databaseAaron Patterson2012-07-132-4/+134
* | | | | | | fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-133-3/+8
* | | | | | | Fixing texts; down to three failing tests.Jeremy Cole2012-07-132-15/+24
* | | | | | | Only use prepared statements when bind variables are presentJeremy Cole2012-07-131-34/+40
* | | | | | | fix association :extend optionJon Leighton2012-07-136-16/+26
* | | | | | | Merge pull request #7048 from kennyj/tiny_fixesRafael Mendonça França2012-07-133-14/+10
|\ \ \ \ \ \ \
| * | | | | | | Remove duplicated unique index name.kennyj2012-07-141-4/+7
| * | | | | | | Remove instance level quote_value method. This method is private and also exi...kennyj2012-07-142-10/+3
|/ / / / / / /
* | | | | | | Merge pull request #7045 from kennyj/remove_duplicated_code_20120714Rafael Mendonça França2012-07-131-11/+3
|\ \ \ \ \ \ \
| * | | | | | | Remove duplicated code in the AR::Store.kennyj2012-07-141-11/+3
* | | | | | | | revises RUNNING_UNIT_TESTS to delegate stuff to the contributing guideXavier Noria2012-07-131-11/+5
* | | | | | | | move the deprecated options into active_record_deprecated_findersJon Leighton2012-07-132-5/+2
* | | | | | | | stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-139-55/+57
* | | | | | | | Merge pull request #7044 from kytrinyx/documentation-ar-unit-testsXavier Noria2012-07-131-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add link to relevant rails guide to Active Record unit test docs.Katrina Owen2012-07-131-0/+3
| * | | | | | | Add note about needing mysql superuser for unit tests.Katrina Owen2012-07-131-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #7043 from kytrinyx/documentation-ar-observerXavier Noria2012-07-131-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Add documentation for ActiveRecord::Observer.Katrina Owen2012-07-131-0/+6
|/ / / / / / /
* | | | | | | extract deprecated association options to active_record_deprecated_findersJon Leighton2012-07-131-43/+0
* | | | | | | Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-1315-165/+191
* | | | | | | fix assertion arguments orderJon Leighton2012-07-131-2/+2
* | | | | | | Allow associations to take a lambda which builds the scopeJon Leighton2012-07-139-48/+69
* | | | | | | support relations created with a table aliasJon Leighton2012-07-133-2/+12
* | | | | | | testing guide: start of a passXavier Noria2012-07-121-49/+29
* | | | | | | Merge pull request #7037 from evantravers/misspellingVijay Dev2012-07-121-2/+2
|\ \ \ \ \ \ \
| * | | | | | | add second t to overwrittenEvan Travers2012-07-121-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #7032 from necrodome/patch-1Vijay Dev2012-07-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix code comment to reflect its intent.Selem Delul2012-07-111-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #7030 from robbkidd/dry_up_rename_table_testsCarlos Antonio da Silva2012-07-101-18/+13
|\ \ \ \ \ \ \
| * | | | | | | Add teardown method to AR::Mig::RenameTableTestRobb Kidd2012-07-101-18/+13
|/ / / / / / /
* | | | | | | Fix indentation.Piotr Sarnacki2012-07-111-4/+4
* | | | | | | Don't raise an error if http auth token isn't well formattedPiotr Sarnacki2012-07-112-4/+14
* | | | | | | Raise a helpful error message on #mount misuseCarl Lerche2012-07-102-0/+13
* | | | | | | Merge pull request #7026 from rustygeldmacher/select_options_valid_html_masterRafael Mendonça França2012-07-103-3/+17
|\ \ \ \ \ \ \
| * | | | | | | Fixed bug creating invalid HTML in select optionsRusty Geldmacher2012-07-103-3/+17
* | | | | | | | Merge pull request #6874 from robbkidd/rename_sequences_tooAaron Patterson2012-07-102-0/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |