aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* RUNNING_UNIT_TESTS file is in rdoc [ci skip]Arun Agrawal2013-07-061-0/+0
|
* Merge pull request #11332 from sanemat/fix/av-test-duplicationRafael Mendonça França2013-07-061-3/+0
|\ | | | | Remove actionview test duplication
| * Remove action view test duplicationsanemat2013-07-071-3/+0
|/ | | | Same test exists above 2 or 3 lines.
* Merge pull request #11329 from vipulnsward/cache_oneRafael Mendonça França2013-07-061-1/+3
|\ | | | | Extract common query to a constant.
| * Extract common query to a constant.Vipul A M2013-07-061-1/+3
| | | | | | | | Perf ref: https://gist.github.com/vipulnsward/8209749201dfdd678c97
* | Merge pull request #11327 from schuetzm/hash-with-indifferent-access-selectYves Senn2013-07-063-1/+12
|\ \ | |/ |/| Make HashWithIndifferentAccess#select always return the hash.
| * Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-063-1/+12
|/ | | | | Hash#select! returns nil if the hash didn't change and thus behaves differently from select, so it's return value can't be used as result for the latter.
* Merge pull request #11322 from blahedo/masterRafael Mendonça França2013-07-051-3/+1
|\ | | | | Tidying "getting started" guide
| * Merged sections to reflect current contents of guide.blahedo2013-07-051-3/+1
|/ | | | | | Section "allowing the update of fields" was now just a general introduction to the idea of the model (actual updating was two sections later). So, merged into the section about validation.
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-064-2/+43
|\
| * [doc] fixed printing of code samplesArun Agrawal2013-07-021-1/+1
| |
| * Complete a sentence in i18n guide's introductionRobin Dupret2013-06-301-0/+5
| | | | | | Add a list of what will be covered into this guide
| * doc for more input tag typesVishnu Atrai2013-06-291-0/+36
| |
| * cookies are encrypted starting Rails 4Neeraj Singh2013-06-291-1/+1
| |
* | Merge pull request #11314 from raysrashmi/fix-missing-deprecation-stuffRafael Mendonça França2013-07-051-0/+1
|\ \ | | | | | | Adding back deprecation require in all.rb
| * | Adding back deprecation require in all.rbRashmi Yadav2013-07-051-0/+1
|/ /
* | Revert "Merge pull request #11299 from ↵Yves Senn2013-07-053-4/+11
| | | | | | | | | | | | | | | | | | | | arunagw/disable_implicit_join_references_removed" `disable_implicit_join_references=` was only deprecated on `master`, not with rails 4.0. We can remove it after 4.1 This reverts commit 3c719ead414ffd29e71efce185698af979052abb, reversing changes made to d5c3bf9722abd5733a769c8d789de3f74dbfb92d.
* | Merge pull request #11131 from ykzts/fix/actiondispatch-ssl-not-required-spaceSteve Klabnik2013-07-053-1/+34
|\ \ | | | | | | Space is not required for Set-Cookie header
| * | Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-053-1/+34
| | |
* | | Revert "remove string based terminators for `ActiveSupport::Callbacks`."Yves Senn2013-07-052-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d108672dada7ba97d3b3b56f0c6001cea621061e. Conflicts: activesupport/CHANGELOG.md
* | | explain how to extend application templates. [ci skip]Yves Senn2013-07-051-0/+19
| | |
* | | fix typo in Active Support CHANGELOG. [ci skip]Yves Senn2013-07-051-1/+1
| | |
* | | remove string based terminators for `ActiveSupport::Callbacks`.Yves Senn2013-07-052-6/+4
| | |
* | | Merge pull request #11201 from ↵Yves Senn2013-07-051-13/+10
|\ \ \ | |/ / |/| | | | | | | | jetthoughts/fix_create_post_example_in_getting_started Improve Getting Started Guide
| * | Removed params permit step from 5.6 section [ci skip]Paul Nikitochkin2013-06-301-13/+10
| | |
* | | Merge pull request #11307 from jetthoughts/cleanup_assert_sqlCarlos Antonio da Silva2013-07-041-2/+1
|\ \ \ | | | | | | | | Cleanup belongs to tests
| * | | Cleanup belongs to testsPaul Nikitochkin2013-07-051-2/+1
| | | | | | | | | | | | | | | | simplified logic to calculate number of queries by using assert_queries
* | | | Merge pull request #11309 from crakalakin/AR-querying-guideCarlos Antonio da Silva2013-07-041-2/+0
|\ \ \ \ | |/ / / |/| | | removes markdown code markers from displaying in the active record querying guide [ci skip]
| * | | removed markdown code markers which were rendering in the generated AR ↵Brian Foshee2013-07-041-2/+0
|/ / / | | | | | | | | | querying guide
* | | Merge pull request #11303 from evsyukovmv/specify-request-method-in-guidesCarlos Antonio da Silva2013-07-042-2/+2
|\ \ \ | | | | | | | | Specify request method in guides [ci skip]
| * | | Specify request method in guides [ci skip]Mihail Evsyukov2013-07-042-2/+2
| | | |
* | | | Merge pull request #11187 from ↵Steve Klabnik2013-07-041-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | jetthoughts/form_for_explonation_in_getting_started Added link to Form Helper article from getting strated [ci skip]
| * | | Added link to Form Helper article from getting strated [ci skip]Paul Nikitochkin2013-07-041-3/+3
|/ / /
* | | Merge pull request #11299 from arunagw/disable_implicit_join_references_removedCarlos Antonio da Silva2013-07-043-11/+4
|\ \ \ | | | | | | | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`
| * | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.Arun Agrawal2013-07-043-11/+4
| | | |
* | | | Merge pull request #11298 from raysrashmi/removed-deprecation-requireCarlos Antonio da Silva2013-07-043-3/+0
|\ \ \ \ | | | | | | | | | | Removed unsued deprecation require
| * | | | Removed unsued deprecation requireRashmi Yadav2013-07-043-3/+0
| | | | |
* | | | | Merge pull request #11300 from arunagw/railties-engine-deprecation-removedJosé Valim2013-07-043-12/+4
|\ \ \ \ \ | |/ / / / |/| | | | Removed deprecated `Rails.application.railties.engines`.
| * | | | Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-043-12/+4
| |/ / /
* | | | Merge pull request #11297 from ankit8898/masterRafael Mendonça França2013-07-041-1/+1
|\ \ \ \ | | | | | | | | | | SQL keywords in UPPERCASE
| * | | | SQL Keywords to be in UPPERCASEankit88982013-07-041-1/+1
| | | | |
* | | | | Merge pull request #11295 from ankit8898/masterRafael Mendonça França2013-07-041-1/+1
|\| | | | | | | | | | | | | | Replaced older rocket sign to new ":"
| * | | | Replaced older rocket sign to new :Ankit Gupta-FIR2013-07-041-1/+1
| | | | |
* | | | | Merge pull request #11261 from ryan-endacott/fixguideYves Senn2013-07-041-10/+0
|\ \ \ \ \ | | | | | | | | | | | | Removed redundant upgrade docs on new cookies.
| * | | | | Removed redundant upgrade docs on new cookies.Ryan Endacott2013-07-041-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | remove leftover if after deprecation removal (68563128).Yves Senn2013-07-041-4/+1
| |_|/ / / |/| | | |
* | | | | remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`Yves Senn2013-07-041-2/+0
| | | | |
* | | | | build fix: railties tests used deprecated `SchemaCache` methods.Yves Senn2013-07-041-2/+2
| | | | |
* | | | | Remove deprecated nil-passing to `SchemaCache` methods.Yves Senn2013-07-042-28/+13
| | | | |
* | | | | replace artificial space with RDoc markup (follow up #11285). [ci skip]Yves Senn2013-07-041-2/+2
| | | | |