Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | fixes Rails version for the stable API [ci skip] | Xavier Noria | 2013-07-06 | 2 | -1/+13 | |
* | | | | | | | | | | Merge pull request #11306 from jetthoughts/11288_remove_extra_queries_for_bel... | Rafael Mendonça França | 2013-07-06 | 3 | -2/+50 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | #11288: Removed duplicated touching | Paul Nikitochkin | 2013-07-05 | 3 | -2/+50 | |
* | | | | | | | | | | | fixes broken links in the API [Fixes #11335] [ci skip] | Xavier Noria | 2013-07-06 | 1 | -2/+2 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #11332 from sanemat/fix/av-test-duplication | Rafael Mendonça França | 2013-07-06 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Remove action view test duplication | sanemat | 2013-07-07 | 1 | -3/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #11329 from vipulnsward/cache_one | Rafael Mendonça França | 2013-07-06 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Extract common query to a constant. | Vipul A M | 2013-07-06 | 1 | -1/+3 | |
* | | | | | | | | | | Merge pull request #11327 from schuetzm/hash-with-indifferent-access-select | Yves Senn | 2013-07-06 | 3 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Make HashWithIndifferentAccess#select always return the hash. | Marc Schütz | 2013-07-06 | 3 | -1/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #11322 from blahedo/master | Rafael Mendonça França | 2013-07-05 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Merged sections to reflect current contents of guide. | blahedo | 2013-07-05 | 1 | -3/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-06 | 4 | -2/+43 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [doc] fixed printing of code samples | Arun Agrawal | 2013-07-02 | 1 | -1/+1 | |
| * | | | | | | | Complete a sentence in i18n guide's introduction | Robin Dupret | 2013-06-30 | 1 | -0/+5 | |
| * | | | | | | | doc for more input tag types | Vishnu Atrai | 2013-06-29 | 1 | -0/+36 | |
| * | | | | | | | cookies are encrypted starting Rails 4 | Neeraj Singh | 2013-06-29 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #11314 from raysrashmi/fix-missing-deprecation-stuff | Rafael Mendonça França | 2013-07-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Adding back deprecation require in all.rb | Rashmi Yadav | 2013-07-05 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | / / / / / / | Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc... | Yves Senn | 2013-07-05 | 3 | -4/+11 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #11131 from ykzts/fix/actiondispatch-ssl-not-required-space | Steve Klabnik | 2013-07-05 | 3 | -1/+34 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Space is not required for Set-Cookie header | Yamagishi Kazutoshi | 2013-07-05 | 3 | -1/+34 | |
* | | | | | | | Revert "remove string based terminators for `ActiveSupport::Callbacks`." | Yves Senn | 2013-07-05 | 2 | -4/+6 | |
* | | | | | | | explain how to extend application templates. [ci skip] | Yves Senn | 2013-07-05 | 1 | -0/+19 | |
* | | | | | | | fix typo in Active Support CHANGELOG. [ci skip] | Yves Senn | 2013-07-05 | 1 | -1/+1 | |
* | | | | | | | remove string based terminators for `ActiveSupport::Callbacks`. | Yves Senn | 2013-07-05 | 2 | -6/+4 | |
* | | | | | | | Merge pull request #11201 from jetthoughts/fix_create_post_example_in_getting... | Yves Senn | 2013-07-05 | 1 | -13/+10 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Removed params permit step from 5.6 section [ci skip] | Paul Nikitochkin | 2013-06-30 | 1 | -13/+10 | |
* | | | | | | | Merge pull request #11307 from jetthoughts/cleanup_assert_sql | Carlos Antonio da Silva | 2013-07-04 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cleanup belongs to tests | Paul Nikitochkin | 2013-07-05 | 1 | -2/+1 | |
* | | | | | | | | Merge pull request #11309 from crakalakin/AR-querying-guide | Carlos Antonio da Silva | 2013-07-04 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | removed markdown code markers which were rendering in the generated AR queryi... | Brian Foshee | 2013-07-04 | 1 | -2/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11303 from evsyukovmv/specify-request-method-in-guides | Carlos Antonio da Silva | 2013-07-04 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Specify request method in guides [ci skip] | Mihail Evsyukov | 2013-07-04 | 2 | -2/+2 | |
* | | | | | | | | Merge pull request #11187 from jetthoughts/form_for_explonation_in_getting_st... | Steve Klabnik | 2013-07-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Added link to Form Helper article from getting strated [ci skip] | Paul Nikitochkin | 2013-07-04 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11299 from arunagw/disable_implicit_join_references_removed | Carlos Antonio da Silva | 2013-07-04 | 3 | -11/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`. | Arun Agrawal | 2013-07-04 | 3 | -11/+4 | |
* | | | | | | | | Merge pull request #11298 from raysrashmi/removed-deprecation-require | Carlos Antonio da Silva | 2013-07-04 | 3 | -3/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Removed unsued deprecation require | Rashmi Yadav | 2013-07-04 | 3 | -3/+0 | |
* | | | | | | | | | Merge pull request #11300 from arunagw/railties-engine-deprecation-removed | José Valim | 2013-07-04 | 3 | -12/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Removed deprecated `Rails.application.railties.engines`. | Arun Agrawal | 2013-07-04 | 3 | -12/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #11297 from ankit8898/master | Rafael Mendonça França | 2013-07-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | SQL Keywords to be in UPPERCASE | ankit8898 | 2013-07-04 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #11295 from ankit8898/master | Rafael Mendonça França | 2013-07-04 | 1 | -1/+1 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Replaced older rocket sign to new : | Ankit Gupta-FIR | 2013-07-04 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #11261 from ryan-endacott/fixguide | Yves Senn | 2013-07-04 | 1 | -10/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Removed redundant upgrade docs on new cookies. | Ryan Endacott | 2013-07-04 | 1 | -10/+0 | |
* | | | | | | | | | | remove leftover if after deprecation removal (68563128). | Yves Senn | 2013-07-04 | 1 | -4/+1 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest` | Yves Senn | 2013-07-04 | 1 | -2/+0 |