aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13525 from huoxito/make-outer-joins-on-proper-parentRafael Mendonça França2013-12-312-2/+12
|\
| * Make outer joins on proper parentWashington Luiz2013-12-312-2/+12
* | Merge pull request #13131 from gja/changed-accepts-valuesGodfrey Chan2013-12-303-2/+22
|\ \ | |/ |/|
| * Allows you to check if an attribute has changed to a particular valueTejas Dinkar2013-12-153-2/+22
* | Merge pull request #13541 from schneems/schneems/db-url-sub-keyRafael Mendonça França2013-12-303-0/+32
|\ \
| * | Allow "url" sub key in database.yml configurationschneems2013-12-303-0/+32
|/ /
* | Merge pull request #13536 from schneems/schneems/connection-spec-docsRichard Schneeman2013-12-301-14/+80
|\ \
| * | [ci skip] ConnectionSpecification::Resolver Docsschneems2013-12-301-14/+80
* | | Merge pull request #13539 from StevenNunez/patch-1Xavier Noria2013-12-301-1/+1
|\ \ \
| * | | Update explanation to match exampleSteven Nunez2013-12-301-1/+1
|/ / /
* | | tidy AR CHANGELOG. [ci skip]Yves Senn2013-12-301-4/+7
* | | Merge pull request #13538 from robin850/patch-14Yves Senn2013-12-301-0/+12
|\ \ \
| * | | Add a missing changelog entry for #13534 [ci skip]Robin Dupret2013-12-301-0/+12
* | | | Remove deprecation warning for FIXTURES_PATHPiotr Sarnacki2013-12-301-6/+0
* | | | Revert "Install bundle gems to the system not to vendor/bundle"Piotr Sarnacki2013-12-301-1/+0
| |/ / |/| |
* | | Merge pull request #13535 from schneems/schneems/extract-url-logicRafael Mendonça França2013-12-291-34/+79
|\ \ \
| * | | Extract db url connection logic to classschneems2013-12-291-34/+79
| |/ /
* | | Merge pull request #13527 from kuldeepaggarwal/f-independent-specsJosé Valim2013-12-293-3/+6
|\ \ \
| * | | used user-defined configurations for running tests that might depend on user'...Kuldeep Aggarwal2013-12-293-3/+6
* | | | Merge pull request #13534 from kuldeepaggarwal/f-where-notJosé Valim2013-12-292-0/+8
|\ \ \ \
| * | | | raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg...Kuldeep Aggarwal2013-12-302-0/+8
| | |/ / | |/| |
* | | | Fix Encoding::CompatibilityError when public path is UTF-8Andrew White2013-12-298-6/+41
* | | | Fix method redefined warning message in mapper.rbAndrew White2013-12-291-2/+3
|/ / /
* | | Install bundle gems to the system not to vendor/bundlePiotr Sarnacki2013-12-291-0/+1
* | | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-283-25/+57
* | | Merge pull request #13517 from jetthoughts/13516_blank_to_return_true_falseXavier Noria2013-12-281-1/+3
|\ \ \ | |/ / |/| |
| * | Extracted blank matcher regexp to constantPaul Nikitochkin2013-12-281-1/+3
|/ /
* | Merge pull request #13514 from kuldeepaggarwal/f-removed-warningsYves Senn2013-12-281-1/+1
|\ \
| * | setting `changed_attributes` instance variable if it is already initialized.Kuldeep Aggarwal2013-12-281-1/+1
|/ /
* | Merge pull request #13513 from ilja/masterArun Agrawal2013-12-281-3/+4
|\ \
| * | Typo fix [ci skip]Ilja Krijger2013-12-281-3/+4
|/ /
* | Merge branch 'master' of github.com:rails/railsGuillermo Iguaran2013-12-272-0/+15
|\ \
| * \ Merge pull request #13474 from jdelStrother/becomesYves Senn2013-12-272-0/+15
| |\ \
| | * | Copy changed_attributes across to newly become'd recordsJonathan del Strother2013-12-272-0/+15
* | | | Update to Unicode 6.3.0Norman Clarke2013-12-272-1/+1
|/ / /
* | | Merge pull request #13505 from robin850/patch-13Yves Senn2013-12-272-1/+7
|\ \ \
| * | | Ensure backward compatibility between Minitest 5 and 4Robin Dupret2013-12-272-1/+7
|/ / /
* | | Merge pull request #13483 from aditya-kapoor/add-missing-slashesYves Senn2013-12-276-6/+6
|\ \ \
| * | | Adding missing backslashes in active_model files so as to avoid unwanted link...aditya-kapoor2013-12-276-6/+6
* | | | doc fix. Use `sess.path` within `open_session`. Closes #13490. [ci skip]Yves Senn2013-12-271-1/+1
* | | | Merge pull request #13500 from arunagw/remove-unused-requireYves Senn2013-12-262-2/+0
|\ \ \ \
| * | | | rbconfig is not used in these filesArun Agrawal2013-12-262-2/+0
* | | | | Merge pull request #13502 from arunagw/bug-report-template-warningGuillermo Iguaran2013-12-262-2/+2
|\ \ \ \ \
| * | | | | Minitest::Unit::TestCase is Minitest::Test [ci skip]Arun Agrawal2013-12-262-2/+2
| |/ / / /
* | | | | Merge pull request #13495 from norman/tidy_bytesJeremy Kemper2013-12-261-35/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use String#scrub when available to tidy bytesNorman Clarke2013-12-261-35/+35
* | | | | Merge pull request #13498 from dmitrydims/masterArun Agrawal2013-12-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed typo [CI skip]Semenyk Dmitriy2013-12-271-1/+1
|/ / / /
* | | | Merge pull request #13493 from Domon/improve-some-code-font-in-api-docXavier Noria2013-12-265-30/+31
|\ \ \ \
| * | | | Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-265-30/+31
|/ / / /