Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p... | kennyj | 2013-06-05 | 2 | -46/+0 | |
| * | | | | | | | Merge pull request #10992 from Empact/find-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -2/+13 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | When .find_each is called without a block, return an Enumerator. | Ben Woosley | 2013-06-19 | 1 | -2/+13 | |
| * | | | | | | | | Merge pull request #10993 from Empact/result-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Change Result#each to return an Enumerator when called without a block. | Ben Woosley | 2013-06-18 | 1 | -1/+5 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | removed unnecessary mapping for on options | Anton Kalyaev | 2013-06-25 | 1 | -5/+5 | |
| * | | | | | | | | Setup env and seed_loaded for DatabaseTasks outside load_config | Piotr Sarnacki | 2013-06-23 | 1 | -2/+3 | |
| * | | | | | | | | Change a way ActiveRecord's config is prepared for rake tasks | Piotr Sarnacki | 2013-06-23 | 1 | -10/+14 | |
| * | | | | | | | | flatten merged join_values before building the joins | Neeraj Singh | 2013-06-22 | 1 | -1/+1 | |
| * | | | | | | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-21 | 1 | -1/+1 | |
| * | | | | | | | | Fix documents for create_join_table | Satoshi Ebisawa | 2013-06-21 | 1 | -2/+2 | |
| * | | | | | | | | `inspect` for AR model classes does not initiate a new connection. | Yves Senn | 2013-06-20 | 1 | -0/+2 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #10884 from dmarkow/pg_fix_default_quotes | Yves Senn | 2013-06-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Handle single quotes in PostgreSQL default column values | Dylan Markow | 2013-06-19 | 1 | -1/+1 | |
| * | | | | | | | | Revert "Merge pull request #10566 from neerajdotname/10509d" | Jon Leighton | 2013-06-19 | 1 | -1/+1 | |
| * | | | | | | | | log the sql that is actually sent to the database | Neeraj Singh | 2013-06-19 | 1 | -1/+1 | |
| * | | | | | | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-19 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #10987 from senny/10979_association_include_returns_true | Xavier Noria | 2013-06-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | `CollectionProxy#include?` returns `true` and `false` as documented. | Yves Senn | 2013-06-18 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'master' into mrbrdo-fixserialization | Aaron Patterson | 2013-06-17 | 25 | -266/+365 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge pull request #10942 from yangchenyun/mine | Yves Senn | 2013-06-16 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | correct documentation about active_record behavior | Steven Yang | 2013-06-15 | 1 | -2/+2 | |
| | * | | | | | | | | fixture setup does not rely on `AR::Base.configurations`. | Yves Senn | 2013-06-15 | 1 | -4/+0 | |
| | * | | | | | | | | regression test + mysql2 adapter raises correct error if conn is closed. | Yves Senn | 2013-06-15 | 1 | -3/+5 | |
| | * | | | | | | | | Merge pull request #10898 from dmitry/find_first_refactor_duplication | Rafael Mendonça França | 2013-06-14 | 1 | -11/+10 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | rename method `find_first_records` to `find_first_with_limit` | Dmitry Polushkin | 2013-06-10 | 1 | -3/+3 | |
| | | * | | | | | | | | Refactored ActiveRecord `first` method to get rid of duplication. | Dmitry Polushkin | 2013-06-09 | 1 | -11/+10 | |
| | * | | | | | | | | | Properly namespace DatabaseTasks | Piotr Sarnacki | 2013-06-14 | 1 | -1/+1 | |
| | * | | | | | | | | | Use DatabaseTasks.env instead of Rails.env in databases.rake | Piotr Sarnacki | 2013-06-14 | 1 | -1/+1 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | quoted table name is also cached | Aaron Patterson | 2013-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | table name is cached on the class, so stop caching twice | Aaron Patterson | 2013-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | calculate types on construction | Aaron Patterson | 2013-06-13 | 1 | -8/+4 | |
| | * | | | | | | | | only cache the primary key column in one place | Aaron Patterson | 2013-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | these methods are never called, so remove them | Aaron Patterson | 2013-06-13 | 1 | -8/+0 | |
| | * | | | | | | | | This test does not test anything that happens in the real world. If you | Aaron Patterson | 2013-06-13 | 1 | -7/+0 | |
| | * | | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-14 | 5 | -29/+94 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | copy edits [ci skip] | Vijay Dev | 2013-06-14 | 1 | -19/+15 | |
| | | * | | | | | | | | doc: renaming table name to follow the file's standards | Thiago Pinto | 2013-06-08 | 1 | -2/+2 | |
| | | * | | | | | | | | instructions for variations and alternatives for ActiveRecord#find | Thiago Pinto | 2013-06-08 | 1 | -1/+35 | |
| | | * | | | | | | | | explaining ActiveRecord#first in rails 3 and 4 | Thiago Pinto | 2013-06-08 | 1 | -0/+13 | |
| | | * | | | | | | | | lists the options for find_each and find_in_batches | Thiago Pinto | 2013-06-07 | 1 | -17/+37 | |
| | | * | | | | | | | | using Model.all.find_each in rails 3 raises an error and should not be recomm... | Thiago Pinto | 2013-06-07 | 1 | -2/+2 | |
| | | * | | | | | | | | minor comments cleanup | Neeraj Singh | 2013-05-27 | 1 | -3/+4 | |
| | | * | | | | | | | | enhanced comments for foreign_key_present? method | Neeraj Singh | 2013-05-23 | 1 | -3/+4 | |
| | | * | | | | | | | | update_counters accepts a hash, not an array of hashes | Michael Kozono | 2013-05-21 | 1 | -1/+1 | |
| | * | | | | | | | | | oops. step away from the keyboard aaron. :cry: | Aaron Patterson | 2013-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | | fix caching of automatic inverse of. :bomb: | Aaron Patterson | 2013-06-13 | 1 | -1/+3 | |
| | * | | | | | | | | | let the object stay in charge of internal cache invalidation | Aaron Patterson | 2013-06-13 | 2 | -13/+6 | |
| | * | | | | | | | | | reduce automatic_inverse_of caching logic | Aaron Patterson | 2013-06-13 | 1 | -30/+16 | |
| | * | | | | | | | | | active_record should always be set. Do or do not, there is no try | Aaron Patterson | 2013-06-13 | 1 | -1/+1 |