aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Include object inclusion for enumerable test.Juanito Fatas2015-03-021-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #19157 from todd/enumerable_withoutDavid Heinemeier Hansson2015-03-015-0/+46
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add Enumerable#withoutTodd Bealmear2015-03-015-0/+46
* | | | | | | | | | | | | remove useless conditionalAaron Patterson2015-03-011-1/+1
* | | | | | | | | | | | | refactor `handle_model` to use private helper methods for generationAaron Patterson2015-03-011-8/+6
* | | | | | | | | | | | | drop allocations for string and class polymorphic routesAaron Patterson2015-03-011-3/+3
* | | | | | | | | | | | | Merge pull request #19152 from tchandy/removing_unused_mailer_templatesCarlos Antonio da Silva2015-03-0118-50/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Removing unused mailer templatesThiago Pradi2015-03-0118-50/+0
* | | | | | | | | | | | | | drop string allocations per model url_for call in viewsAaron Patterson2015-03-011-1/+1
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Bump rack-test to fix nil values being sent to `parse_nested_query`eileencodes2015-03-012-2/+2
* | | | | | | | | | | | | move _generate_paths_by_default to where it is usedAaron Patterson2015-03-012-6/+6
* | | | | | | | | | | | | Merge pull request #19153 from stephenminded/docs_fix_polymorphic_indexAbdelkader Boudih2015-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| / / / / / / / / / / / | |/ / / / / / / / / / /
| * / / / / / / / / / / Indexing a polymorphic assoc adds index on type and id [ci skip]Steve Lounsbury2015-03-011-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19149 from yui-knk/fix/4_0_release_notes2Rafael Mendonça França2015-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Fix fenced code block langyui-knk2015-03-021-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-013-3/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Explained how to set session expiry through session_store configIain Beeston2015-02-273-3/+20
* | | | | | | | | | | | Merge pull request #19148 from yui-knk/fix/4_0_release_notesCarlos Antonio da Silva2015-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | [ci skip] Add `.`yui-knk2015-03-011-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | / Lines of code can be 100,000+ in a Rails appAkira Matsuda2015-03-011-4/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix segmentation fault in ActionPack testseileencodes2015-02-281-1/+1
* | | | | | | | | | Merge pull request #19138 from yui-knk/fix/code_block_langAbdelkader Boudih2015-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Fix fenced code block langyui-knk2015-03-011-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19137 from kant/patch-2Abdelkader Boudih2015-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update link (minor fix)Darío Hereñú2015-02-281-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19136 from kant/patch-1Abdelkader Boudih2015-03-011-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Minor fixes (proposal)Darío Hereñú2015-02-281-2/+2
|/ / / / / / / / / /
* | | / / / / / / / drop allocations when handling model url generationAaron Patterson2015-02-281-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #19131 from tgxworld/reduce_allocated_memory_in_module_del...Yves Senn2015-02-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reduce allocated memory for Module#delegate.Guo Xiang Tan2015-03-011-1/+1
* | | | | | | | | | Merge pull request #19132 from davydovanton/pdate-doc-module-anonymousRafael Mendonça França2015-02-281-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Add code examples for Module#anonymous? documentationAnton Davydov2015-02-281-0/+7
* | | | | | | | | | | Merge pull request #19130 from yui-knk/fix/active_support_core_extensions2Yves Senn2015-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Fix to commentyui-knk2015-03-011-1/+1
* | | | | | | | | | | | Merge pull request #19129 from yui-knk/fix/active_support_core_extensionsYves Senn2015-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | [ci skip] Fix to Stringyui-knk2015-03-011-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #19128 from davydovanton/update-doc-range-to-sKasper Timm Hansen2015-02-281-2/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Update documentation for Range#to_formatted_sAnton Davydov2015-02-281-2/+17
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #18965 from hjoo/rake_restartEileen M. Uchitelle2015-02-284-0/+43
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Created rake restart task.Hyonjee Joo2015-02-264-0/+43
* | | | | | | | | | | Merge pull request #19125 from y-yagi/testing_guideYves Senn2015-02-281-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | add `ActiveJob::TestCase` to list of classes providing for test [ci skip]yuuji.yaginuma2015-02-281-0/+1
* | | | | | | | | | | Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2Guillermo Iguaran2015-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [ci skip] Remove `,`yui-knk2015-02-281-1/+1
* | | | | | | | | | | Merge pull request #19124 from davydovanton/add-doc-for-is-utf8Guillermo Iguaran2015-02-281-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [skip ci] Add documentation for String#is_utf8? methodAnton Davydov2015-02-281-0/+7
* | | | | | | | | | | | Spell PostgreSQL correctly :elephant:Akira Matsuda2015-02-282-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19122 from yui-knk/fix/active_support_instrumentationAbdelkader Boudih2015-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [ci skip] Replace `ActiveResource` with `Active Resource`yui-knk2015-02-281-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19121 from davydovanton/update-doc-for-removeYves Senn2015-02-281-2/+3
|\ \ \ \ \ \ \ \ \ \