| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Log query plan when we use count_by_sql method. | kennyj | 2012-07-18 | 2 | -2/+14 |
* | | | | | | Create default join table name using a Symbol | Carlos Antonio da Silva | 2012-07-19 | 1 | -1/+1 |
* | | | | | | Use attributes instead of table names in migration example | José Valim | 2012-07-19 | 1 | -1/+1 |
* | | | | | | Add fkey attributes to `join_table` migration generator | Aleksey Magusev | 2012-07-19 | 3 | -6/+14 |
* | | | | | | revert Default timestamps to non-null | Dave Kroondyk | 2012-07-18 | 3 | -7/+7 |
* | | | | | | Update changelog for migration generator change | José Valim | 2012-07-18 | 1 | -0/+7 |
* | | | | | | Merge pull request #7028 from lexmag/join_table_indexes | José Valim | 2012-07-18 | 5 | -15/+51 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add join table migration generator | Aleksey Magusev | 2012-07-18 | 5 | -15/+51 |
* | | | | | | | AR::Integration must be included after AM::Conversion | John Firebaugh | 2012-07-17 | 2 | -1/+7 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #7076 from kennyj/fix_class_eval | Aaron Patterson | 2012-07-17 | 2 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix class_eval without __FILE__ and __LINE__. | kennyj | 2012-07-18 | 2 | -3/+3 |
| | |_|/ / /
| |/| | | | |
|
* / | | | | | Fixes "Cannot visit ..." with validates_uniqueness_of | beerlington | 2012-07-17 | 2 | -1/+17 |
|/ / / / / |
|
* | / / / | Fix activerecord model to_ary method comment 'see also' link | Kang Wen | 2012-07-16 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-07-15 | 2 | -3/+40 |
|\ \ \ \ |
|
| * | | | | session_id column is string in default | kennyj | 2012-07-15 | 1 | -1/+1 |
| * | | | | 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 |
* | | | | | Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method didn'... | kennyj | 2012-07-15 | 2 | -1/+15 |
* | | | | | Avoid to call send(store_attribute) twice. | kennyj | 2012-07-15 | 1 | -6/+8 |
* | | | | | 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 |
* | | | | | 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 |
* | | | | | | 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 |
|/ / / / / |
|
* | | | | | 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 | 2 | -1/+11 |
* | | | | | Add teardown method to AR::Mig::RenameTableTest | Robb Kidd | 2012-07-10 | 1 | -18/+13 |
* | | | | | Merge pull request #6874 from robbkidd/rename_sequences_too | Aaron Patterson | 2012-07-10 | 2 | -0/+20 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Update psql adapter to rename a default pkey sequence when renaming a table. | Robb Kidd | 2012-06-27 | 2 | -0/+20 |
* | | | | | Add references statements to migration generator | Aleksey Magusev | 2012-07-08 | 1 | -4/+16 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-07-07 | 3 | -6/+41 |
|\ \ \ \ |
|
| * | | | | minor text change [ci skip] | Vijay Dev | 2012-07-07 | 1 | -1/+1 |
| * | | | | Revert "Add nodoc to relation methods" | Vijay Dev | 2012-07-07 | 1 | -22/+24 |
| * | | | | Add nodoc to relation methods | Oscar Del Ben | 2012-07-06 | 1 | -24/+22 |
| * | | | | Add order docs | Oscar Del Ben | 2012-07-05 | 1 | -0/+10 |
| * | | | | Add group documentation | Oscar Del Ben | 2012-07-05 | 1 | -0/+12 |