| Commit message (Expand) | Author | Age | Files | Lines |
* | adding more tests around database uri parsing | Aaron Patterson | 2011-07-21 | 1 | -5/+3 |
* | Add documentation for URL connection strings. | Glenn Gillen | 2011-07-20 | 1 | -0/+6 |
* | Added test for postgres connections as URL. Fixed query param parsing. | Glenn Gillen | 2011-07-20 | 1 | -1/+1 |
* | Provide database connection settings as a URL. | Glenn Gillen | 2011-07-20 | 1 | -0/+22 |
* | no need to sort the values | Aaron Patterson | 2011-07-20 | 1 | -1/+1 |
* | assign_nested_attributes_for_collection_association should work with Ruby 1.9... | Franck Verrot | 2011-07-20 | 1 | -1/+1 |
* | bigdecimal should be typecast to a float on sqlite3. fixes #2162 | Aaron Patterson | 2011-07-20 | 1 | -0/+5 |
* | avoid Symbol#to_proc | Vijay Dev | 2011-07-20 | 1 | -1/+1 |
* | Explicitly require Active Support dependencies | Norman Clarke | 2011-07-19 | 1 | -0/+2 |
* | ActiveRecord: Fix eager loading so that giving a blank order clause generates... | Elliot Winkler | 2011-07-18 | 1 | -1/+1 |
* | Merge pull request #195 from bigfix/active_model_include_serialization | José Valim | 2011-07-18 | 2 | -81/+1 |
|\ |
|
| * | ActiveModel support for the :include serialization option | John Firebaugh | 2011-07-17 | 2 | -81/+1 |
| * | We already have the record; no need to retrieve it again | John Firebaugh | 2011-07-17 | 1 | -2/+2 |
* | | Refactor the code a bit to reduce the duplication | Prem Sichanugrist | 2011-07-17 | 1 | -17/+8 |
* | | Raise an ArgumentError if user passing less number of argument in the dynamic... | Prem Sichanugrist | 2011-07-17 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #2063 from elight/master | Santiago Pastorino | 2011-07-14 | 1 | -1/+2 |
|\ |
|
| * | Fix and unit test for https://github.com/rails/rails/issues/2059 | Evan Light | 2011-07-14 | 1 | -1/+2 |
* | | Merge pull request #1807 from caius/find_in_batches_id_bug | Santiago Pastorino | 2011-07-14 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Stop find_in_batches using the records after yielding. | Caius Durling | 2011-06-21 | 1 | -2/+5 |
* | | Merge pull request #2042 from SAP-Oxygen/master-sqlbypass-patch | Santiago Pastorino | 2011-07-12 | 1 | -7/+13 |
|\ \ |
|
| * | | Fix for SqlBypass session store | Joseph Wong | 2011-07-12 | 1 | -7/+13 |
* | | | Fixed session ID fixation for ActiveRecord::SessionStore | Joseph Wong | 2011-07-12 | 1 | -2/+6 |
|/ / |
|
* | | Fix exception if old and new targets are both nil. Fixes #1471. | Jon Leighton | 2011-07-12 | 1 | -1/+1 |
* | | Merge pull request #1823 from gnarg/master | Santiago Pastorino | 2011-07-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Log instrumentation name for exists? queries | Jon Guymon | 2011-06-22 | 1 | -2/+2 |
* | | | to_key on a destroyed model should return nil | Santiago Pastorino | 2011-07-09 | 1 | -1/+1 |
* | | | fix AR having() not to raise NoMethodError when the given argument does not r... | Akira Matsuda | 2011-07-09 | 1 | -3/+3 |
* | | | Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a... | Jon Leighton | 2011-07-09 | 1 | -1/+11 |
* | | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-09 | 4 | -30/+30 |
|\ \ \ |
|
| * | | | :conditions => where | Akira Matsuda | 2011-07-08 | 1 | -1/+1 |
| * | | | :joins => joins | Akira Matsuda | 2011-07-08 | 1 | -12/+12 |
| * | | | :include => includes | Akira Matsuda | 2011-07-08 | 1 | -7/+7 |
| * | | | find(:first) => first | Akira Matsuda | 2011-07-08 | 2 | -6/+6 |
| * | | | find(:all) => all | Akira Matsuda | 2011-07-08 | 3 | -22/+22 |
* | | | | Destroy association habtm record before destroying the record itself. Fixes i... | Tomas D'Stefano | 2011-07-08 | 2 | -12/+17 |
* | | | | Ensure that the foreign key gets set when doing record.create_association or ... | Jon Leighton | 2011-07-08 | 1 | -2/+11 |
* | | | | Refactor PostgreSQLAdapter a bit | Daniel Schierbeck | 2011-07-08 | 1 | -16/+18 |
* | | | | Use Enumerable#with_index. We're on Ruby > 1.8.7 | Akira Matsuda | 2011-07-08 | 1 | -2/+1 |
* | | | | Merge pull request #1997 from knapo/master | Santiago Pastorino | 2011-07-07 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | Make `ActiveRecord::Batches#find_each` to not return `self`. | knapo | 2011-07-07 | 1 | -2/+0 |
* | | | | | Add require ActiveSupport delegation to ActiveRecord::Relation class. | Dmitriy Kiriyenko | 2011-07-07 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Merge pull request #1120 from lysenko/collection_singular_ids | Santiago Pastorino | 2011-07-06 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix bug in collection_singular_ids on has many through association with condi... | Anatoliy Lysenko | 2011-07-06 | 1 | -1/+1 |
* | | | | | Merge pull request #1989 from simonbaird/master | Santiago Pastorino | 2011-07-06 | 1 | -5/+8 |
|\ \ \ \ \ |
|
| * | | | | | Fix charset/collate in mysql recreate_database | Simon Baird | 2011-07-07 | 1 | -5/+8 |
* | | | | | | Don't construct association scope in initializer. This yields a big performan... | Jon Leighton | 2011-07-07 | 2 | -7/+11 |
* | | | | | | Remove case statement changes from 2e0840d and 56ac32a. Inheritance FTW. | Ernie Miller | 2011-07-06 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #1273 from jeremyf/feature-association-proxy-send | Santiago Pastorino | 2011-07-06 | 2 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ... | Jeremy Friesen | 2011-05-24 | 2 | -1/+2 |
* | | | | | | Merge pull request #1979 from bogdan/association_sum_array_compatibility | Jon Leighton | 2011-07-06 | 1 | -2/+6 |
|\ \ \ \ \ \ |
|