Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #25309 from maclover7/jm-bump-nokogiri | Sean Griffin | 2016-06-07 | 2 | -9/+13 |
|\ | | | | | Require Nokogiri >= 1.6.8 | ||||
| * | Require Nokogiri >= 1.6.8 | Jon Moss | 2016-06-06 | 2 | -9/+13 |
| | | | | | | | | per security release today --> https://groups.google.com/forum/#!topic/ruby-security-ann/RCHyF5K9Lbc | ||||
* | | Merge pull request #25294 from Zorbash/cache-fetch-race-condition-ttl-doc | Vipul A M | 2016-06-06 | 1 | -2/+2 |
|\ \ | |/ |/| | Change doc for race_condition_ttl option of ActiveSupport::Cache::Sto… [ci skip] | ||||
| * | Change doc for race_condition_ttl option of ↵ | Dimitris Zorbas | 2016-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | ActiveSupport::Cache::Store#fetch [ci skip] The related option of this method, `expires_in` is documented as expecting an `ActiveSupport::Duration` value. To minimize any sort of ambiguity between duration options, this change also documents `race_condition_ttl` accepting `ActiveSupport::Duration`. | ||||
* | | Merge pull request #25283 from javan/actioncable/blade-on-eventmachine1-2 | Jeremy Daer | 2016-06-06 | 2 | -12/+12 |
|\ \ | | | | | | | Action Cable: Fix CI tests on Sauce Labs | ||||
| * | | Update Blade and its Sauce Labs plugin for EventMachine 1.2 compatibility | Javan Makhmali | 2016-06-04 | 2 | -12/+12 |
| | | | |||||
* | | | Merge pull request #25279 from maclover7/jm-add-backticks-1 | David Heinemeier Hansson | 2016-06-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add backticks to `ActiveRecord::Base.where` | ||||
| * | | | Add backticks to `ActiveRecord::Base.where` | Jon Moss | 2016-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #25298 from alexcameron89/master | प्रथमेश Sonpatki | 2016-06-06 | 2 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | [ci skip] Update redirecting links in guides | ||||
| * | | | [ci skip] Update redirecting links in guides | Alex Kitchens | 2016-06-06 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #25292 from jwworth/fix_time_field_typo_1465154852 | Vipul A M | 2016-06-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix a typo in `time_field` [ci skip] | ||||
| * | | | Fix a typo in `time_field` [ci skip] | Jake Worth | 2016-06-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #24071 from meinac/configuring_md_docs | Vipul A M | 2016-06-05 | 1 | -0/+26 |
|\ \ \ \ | |/ / / |/| | | | Added some useful configuration options into configuring.md [ci skip] | ||||
| * | | | Added some useful configuration options into configuring.md [ci skip] | Mehmet Emin İNAÇ | 2016-03-05 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | Added information about inserting middlewares with indexes. I think this information useful. We can use indexes also for `insert_after` but the behavior is not same and this is not the right place to give full information about all configuration options. The configuration for I18n fallbacks is important for production environment. Especially using different fallbacks for different locales. | ||||
* | | | | Merge pull request #25282 from prathamesh-sonpatki/trim-ac-readme | Kasper Timm Hansen | 2016-06-04 | 1 | -156/+5 |
|\ \ \ \ | |_|_|/ |/| | | | Trim Action Cable README [ci skip] | ||||
| * | | | Added "Download and Installation" section to Action Cable README [ci skip] | Prathamesh Sonpatki | 2016-06-04 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | - Only Action Cable README did not have this section, all of the other READMEs have this section. | ||||
| * | | | Trim Action Cable README [ci skip] | Prathamesh Sonpatki | 2016-06-04 | 1 | -161/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove "Configuration", "Running the server", "Dependencies" and "Deployment" sections from the Action Cable README as they are already duplicated in the Action Cable overview guide. | ||||
* | | | | Merge pull request #25278 from mechanicles/fix-link | Jon Moss | 2016-06-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community | ||||
| * | | | | [ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community. | Santosh Wadghule | 2016-06-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #25277 from mechanicles/remove-pratik-from-core | Jon Moss | 2016-06-04 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [ci skip] Remove Pratik Naik from Rails core team info. | ||||
| * | | | | [ci skip] Remove Pratik Naik from Rails core team info. | Santosh Wadghule | 2016-06-04 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #25272 from kamipo/fix_sqlite3_test_failure | Eileen M. Uchitelle | 2016-06-04 | 2 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fix sqlite3 test failure | ||||
| * | | | | Fix sqlite3 test failure | Ryuta Kamizono | 2016-06-04 | 2 | -3/+3 |
|/ / / / | | | | | | | | | | | | | Sqlite3 test failure is due to 66ebbc4952f6cfb37d719f63036441ef98149418. | ||||
* | | / | Dont re-define class SQLite3Adapter on test | Arthur Neves | 2016-06-03 | 2 | -108/+98 |
| |_|/ |/| | | | | | | | | | | | | | | | | | We were declaring in a few tests, which depending of the order load will cause an error, as the super class could change. see https://github.com/rails/rails/commit/ac1c4e141b20c1067af2c2703db6e1b463b985da#commitcomment-17731383 | ||||
* | | | Merge pull request #25263 from abhishekjain16/doc_accessor_thread | Eileen M. Uchitelle | 2016-06-03 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | [skip ci] Fix grammar | ||||
| * | | | [skip ci] Fix grammar | Abhishek Jain | 2016-06-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-06-03 | 14 | -52/+40 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: guides/source/action_cable_overview.md | ||||
| * | | | Grammar fixes for Contributing guide | Jon Moss | 2016-06-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure why #25239, but it had good changes, so I'm manually pulling in the changes. [Jon Moss, Rajat Bansal] [ci skip] | ||||
| * | | | `will be` --> `is` | Jon Moss | 2016-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Light edits to Action Cable Overview guide | Jon Moss | 2016-05-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | `behaviour` --> `behavior` | Jon Moss | 2016-05-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#english | ||||
| * | | | - :scissors: space in code to match previous defaults. | Vipul A M | 2016-05-23 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | - Grammar edits. | ||||
| * | | | Update i18n guide about how to change locale and translations paths [ci skip] | Prathamesh Sonpatki | 2016-05-22 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | - config/application.rb no longer has comments about how to specify load paths or change default locale after https://github.com/rails/rails/commit/28dcadc0140dfdeb. | ||||
| * | | | Small grammar fixes for Action Controller Overview | Jon Moss | 2016-05-21 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | `routes.rb` --> `config/routes.rb` | Jon Moss | 2016-05-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | For consistency. [ci skip] | ||||
| * | | | Light grammar edits to beginning of Routing guide | Jon Moss | 2016-05-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Add tick marks + small grammar change | Jon Moss | 2016-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for ↵ | Vipul A M | 2016-05-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same. https://github.com/rails/rails/commit/23b6a9c0fcb8992e18450d6fe0680bf09685b7db [ci skip] | ||||
| * | | | Pass over API Apps guide grammar. [ci skip] | Vipul A M | 2016-05-16 | 1 | -7/+5 |
| | | | | |||||
| * | | | The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and ↵ | Vipul A M | 2016-05-16 | 3 | -13/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ActiveRecord::QueryCache` middlewares were removed with `Executor` addition on d3c9d808e3e242155a44fd2a89ef272cfade8fe8 Removes traces and reference of these from all places. [ci skip] | ||||
| * | | | Change output genereated for middlewares on a new application. This has ↵ | Vipul A M | 2016-05-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | changed quite a bit after Executor middleware addition. [ci skip] | ||||
| * | | | Add `ActiveRecord::Migration::CheckPending` to default middlewares for API Apps | Vipul A M | 2016-05-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #25243 from sukesan1984/add_i18n_validation_test | Yves Senn | 2016-06-03 | 1 | -4/+2 |
|\ \ \ \ | | | | | | | | | | | Add i18n_validation_test | ||||
| * | | | | Add i18n_validation_test | sukesan1984 | 2016-06-02 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | add active record uniqueness validation test for { on: [:create, :update] } condition. | ||||
* | | | | | Merge pull request #25258 from alexcameron89/master | Arthur Nogueira Neves | 2016-06-02 | 1 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | [skip ci] Make header bullets consistent in engines.md | ||||
| * | | | | | [skip ci] Make header bullets consistent in engines.md | Alex Kitchens | 2016-06-02 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #25254 from kamipo/fix_debug_helper_test | Sean Griffin | 2016-06-02 | 1 | -1/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix debug helper test | ||||
| * | | | | | Fix debug helper test | Ryuta Kamizono | 2016-06-03 | 1 | -1/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #25240 from matthewd/reloadable-channels | Matthew Draper | 2016-06-03 | 10 | -84/+56 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Properly support reloading for Action Cable channels | ||||
| * | | | | | | Properly support reloading for Action Cable channels | Matthew Draper | 2016-06-02 | 10 | -84/+56 |
| | |/ / / / | |/| | | | |