aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the enums writer methodsRobin Dupret2014-01-013-2/+15
* Merge pull request #13558 from bcardarella/bc-fix-example-syntaxArun Agrawal2014-01-011-1/+1
|\
| * Fix comment syntaxBrian Cardarella2013-12-311-1/+1
* | Allow engine root relative redirects using an empty string.Andrew White2014-01-013-49/+149
|/
* Merge pull request #13419 from amrnt/nullize-enumGodfrey Chan2013-12-313-1/+43
|\
| * Add the ability to nullify the `enum` columnAmr Tamimi2014-01-013-1/+43
|/
* Merge remote-tracking branch 'origin/master'Rafael Mendonça França2013-12-3110-42/+232
|\
| * Merge pull request #13470 from strzalek/variants-all-anyDavid Heinemeier Hansson2013-12-315-27/+217
| |\
| | * Add any/all support for variantsŁukasz Strzałkowski2013-12-265-27/+217
| * | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-315-15/+15
| |\ \
| | * | Fix few typos and improve markup at some levelsRobin Dupret2013-12-244-5/+5
| | * | [ci skip] trailing documentation whitespaceschneems2013-12-191-10/+10
* | | | Improve tests to use only public APIRafael Mendonça França2013-12-311-3/+2
* | | | 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
|/ / / / /