| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | [getting started] update a code listing | Simon Hengel | 2012-07-10 | 1 | -0/+1 |
| * | | | use 'use_zone' method in example, instead of reimplementing it | Jakub Kuźma | 2012-07-10 | 1 | -5/+5 |
| * | | | Add info note about sass/coffeescript use in engine assets to guide | Marten Veldthuis | 2012-07-09 | 1 | -0/+2 |
| * | | | Fixed second assert_match - previous one didn't make any sense (if the first ... | Jakub Kuźma | 2012-07-09 | 1 | -1/+1 |
| * | | | It's better to pass strings to assert_match - it converts them to regular exp... | Jakub Kuźma | 2012-07-09 | 1 | -2/+2 |
| * | | | Revert "Select missing formbuilder typo." | Dan Patrick | 2012-07-08 | 1 | -2/+2 |
| * | | | Select missing formbuilder typo. | Dan Patrick | 2012-07-08 | 1 | -2/+2 |
| * | | | Document building complex forms using accepts_nested_attributes_for | Frederick Cheung | 2012-07-08 | 1 | -8/+127 |
| * | | | Add docs for having, lock and readonly | Oscar Del Ben | 2012-07-07 | 1 | -0/+12 |
| * | | | Add doc for joins and improve includes doc | Oscar Del Ben | 2012-07-07 | 1 | -2/+17 |
| * | | | Add docs for eager_laod and preload | Oscar Del Ben | 2012-07-07 | 1 | -0/+10 |
* | | | | adds a missing require [fixes #6896] | Xavier Noria | 2012-07-15 | 2 | -1/+1 |
* | | | | Merge pull request #7057 from kennyj/fix_sql_bypass_problem | Rafael Mendonça França | 2012-07-14 | 2 | -1/+15 |
|\ \ \ \ |
|
| * | | | | Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method didn'... | kennyj | 2012-07-15 | 2 | -1/+15 |
* | | | | | Merge pull request #7056 from kennyj/avoid_twice_call | Rafael Mendonça França | 2012-07-14 | 1 | -6/+8 |
|\| | | | |
|
| * | | | | Avoid to call send(store_attribute) twice. | kennyj | 2012-07-15 | 1 | -6/+8 |
|/ / / / |
|
* | | | | Merge pull request #7053 from pferdefleisch/activesupport-timely-requires | Xavier Noria | 2012-07-14 | 3 | -0/+14 |
|\ \ \ \ |
|
| * | | | | Added time related req files to AS core_ext #6896 | Aaron Cruz | 2012-07-14 | 3 | -0/+14 |
|/ / / / |
|
* | | | | teaching the mysql adapter how to typecast strings returned from the database | Aaron Patterson | 2012-07-13 | 2 | -4/+134 |
* | | | | fixing tests to deal with data differences between prepared statements and no... | Aaron Patterson | 2012-07-13 | 3 | -3/+8 |
* | | | | Fixing texts; down to three failing tests. | Jeremy Cole | 2012-07-13 | 2 | -15/+24 |
* | | | | Only use prepared statements when bind variables are present | Jeremy Cole | 2012-07-13 | 1 | -34/+40 |
* | | | | fix association :extend option | Jon Leighton | 2012-07-13 | 6 | -16/+26 |
* | | | | Merge pull request #7048 from kennyj/tiny_fixes | Rafael Mendonça França | 2012-07-13 | 3 | -14/+10 |
|\ \ \ \ |
|
| * | | | | Remove duplicated unique index name. | kennyj | 2012-07-14 | 1 | -4/+7 |
| * | | | | Remove instance level quote_value method. This method is private and also exi... | kennyj | 2012-07-14 | 2 | -10/+3 |
|/ / / / |
|
* | | | | Merge pull request #7045 from kennyj/remove_duplicated_code_20120714 | Rafael Mendonça França | 2012-07-13 | 1 | -11/+3 |
|\ \ \ \ |
|
| * | | | | Remove duplicated code in the AR::Store. | kennyj | 2012-07-14 | 1 | -11/+3 |
* | | | | | revises RUNNING_UNIT_TESTS to delegate stuff to the contributing guide | Xavier Noria | 2012-07-13 | 1 | -11/+5 |
* | | | | | move the deprecated options into active_record_deprecated_finders | Jon Leighton | 2012-07-13 | 2 | -5/+2 |
* | | | | | stop using class_attribute where methods/inheritance will suffice. | Jon Leighton | 2012-07-13 | 9 | -55/+57 |
* | | | | | Merge pull request #7044 from kytrinyx/documentation-ar-unit-tests | Xavier Noria | 2012-07-13 | 1 | -0/+5 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add link to relevant rails guide to Active Record unit test docs. | Katrina Owen | 2012-07-13 | 1 | -0/+3 |
| * | | | | Add note about needing mysql superuser for unit tests. | Katrina Owen | 2012-07-13 | 1 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #7043 from kytrinyx/documentation-ar-observer | Xavier Noria | 2012-07-13 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Add documentation for ActiveRecord::Observer. | Katrina Owen | 2012-07-13 | 1 | -0/+6 |
|/ / / / |
|
* | | | | extract deprecated association options to active_record_deprecated_finders | Jon Leighton | 2012-07-13 | 1 | -43/+0 |
* | | | | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 15 | -165/+191 |
* | | | | fix assertion arguments order | Jon Leighton | 2012-07-13 | 1 | -2/+2 |
* | | | | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 9 | -48/+69 |
* | | | | support relations created with a table alias | Jon Leighton | 2012-07-13 | 3 | -2/+12 |
* | | | | testing guide: start of a pass | Xavier Noria | 2012-07-12 | 1 | -49/+29 |
* | | | | Merge pull request #7037 from evantravers/misspelling | Vijay Dev | 2012-07-12 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | add second t to overwritten | Evan Travers | 2012-07-12 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #7032 from necrodome/patch-1 | Vijay Dev | 2012-07-10 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix code comment to reflect its intent. | Selem Delul | 2012-07-11 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #7030 from robbkidd/dry_up_rename_table_tests | Carlos Antonio da Silva | 2012-07-10 | 1 | -18/+13 |
|\ \ \ \ |
|
| * | | | | Add teardown method to AR::Mig::RenameTableTest | Robb Kidd | 2012-07-10 | 1 | -18/+13 |
|/ / / / |
|
* | | | | Fix indentation. | Piotr Sarnacki | 2012-07-11 | 1 | -4/+4 |
* | | | | Don't raise an error if http auth token isn't well formatted | Piotr Sarnacki | 2012-07-11 | 2 | -4/+14 |