Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-20 | 10 | -12/+398 | |
|\| | | | | ||||||
| * | | | | Pass over Execution guide[ci skip] | Vipul A M | 2017-11-20 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | [ci skip] Added example for using headless_chrome with ↵ | Pierre Hedkvist | 2017-11-18 | 1 | -0/+10 | |
| | |/ / | |/| | | | | | | | | | | ActionDispatch::SystemTestCase | |||||
| * | | | Fix links [ci skip] | Yauheni Dakuka | 2017-11-16 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Add more detail on how the framework is actually configured by default | Matthew Draper | 2017-11-17 | 1 | -5/+67 | |
| | | | | ||||||
| * | | | Start on a guide for the Executor & Load Interlock | Matthew Draper | 2017-11-16 | 2 | -0/+267 | |
| | | | | ||||||
| * | | | Update configuring.md | Kelly Stannard | 2017-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | It was brought to my attention that the Rails guide suggests using filenames to ensure code load order, so I thought I would suggest a better alternative. | |||||
| * | | | Merge pull request #30884 from robwold/patch-1 | Eileen M. Uchitelle | 2017-11-14 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Update layouts_and_rendering.md [ci skip] | |||||
| | * | | | Update layouts_and_rendering.md [ci skip] | Rob | 2017-11-14 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compression has long been available, but opt-in and at a 16kB threshold. It wasn't enabled by default due to CPU cost. Today it's cheap and typical cache data is eminently compressible, such as HTML or JSON fragments. Compression dramatically reduces Memcached/Redis mem usage, which means the same cache servers can store more data, which means higher hit rates. To disable compression, pass `compress: false` to the initializer. | |||||
| * | | | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Supports vanilla Redis, hiredis, and Redis::Distributed. * Supports Memcached-like sharding across Redises with Redis::Distributed. * Fault tolerant. If the Redis server is unavailable, no exceptions are raised. Cache fetches are treated as misses and writes are dropped. * Local cache. Hot in-memory primary cache within block/middleware scope. * `read_/write_multi` support for Redis mget/mset. Use Redis::Distributed 4.0.1+ for distributed mget support. * `delete_matched` support for Redis KEYS globs. | |||||
| * | | | Move touch method from Skipping Callbacks section to Running Callbacks ↵ | Avneet Singh Malhotra | 2017-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | section [ci skip] | |||||
| * | | | Use new RDoc URL of Ruby core [ci skip] | aycabta | 2017-11-10 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Use `-e` option to specify the environment in console command [ci skip] | yuuji.yaginuma | 2017-11-10 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Passing the environment's name as a regular argument is deprecated in 48b249927375465a7102acc71c2dfb8d49af8309. | |||||
* | | | | Adds download link helper explanation | Jeffrey Guenther | 2017-11-20 | 1 | -2/+9 | |
| | | | | ||||||
* | | | | Proofreading | Jeffrey Guenther | 2017-11-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Integrates George's suggestions | Jeffrey Guenther | 2017-11-18 | 1 | -52/+135 | |
| | | | | | | | | | | | | | | | | | | | | - Describes how to setup each of the services in the `services.yml` - Integrates copy changes | |||||
* | | | | Adds testing section | Jeffrey Guenther | 2017-11-16 | 1 | -2/+42 | |
| | | | | ||||||
* | | | | Adds more explanation to points and add setup section | Jeffrey Guenther | 2017-11-16 | 1 | -6/+69 | |
| | | | | ||||||
* | | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-09 | 1 | -95/+105 | |
|\| | | | ||||||
| * | | | Merge pull request #30620 from ↵ | Andrew White | 2017-11-06 | 1 | -95/+105 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | bogdanvlviv/method_signature_prev-next-day-month-year_for_time Mirror the API of Ruby stdlib for #prev_day, #next_day, #prev_month, #next_month, #prev_year, #next_year | |||||
| | * | | | Update "Active Support Core Extensions" guide | bogdanvlviv | 2017-10-24 | 1 | -91/+97 | |
| | | | | | ||||||
| | * | | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 1 | -4/+6 | |
| | | | | | ||||||
| | * | | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 1 | -5/+7 | |
| | | | | | ||||||
* | | | | | Adds content from README and conversations with George | Jeffrey Guenther | 2017-11-09 | 1 | -4/+184 | |
| | | | | | ||||||
* | | | | | Adds todo for preview | Jeffrey Guenther | 2017-11-09 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Begins guide for ActiveStorage | Jeffrey Guenther | 2017-11-02 | 1 | -0/+21 | |
|/ / / / | ||||||
* | | | | updates autoloading guide for Ruby 2.5 [ci skip] | Xavier Noria | 2017-11-01 | 1 | -1/+9 | |
| | | | | ||||||
* | | | | Merge pull request #30996 from tscoville2012/tscoville2012-patch-1 | Eileen M. Uchitelle | 2017-10-28 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | 5_1_release_notes include more removals [ci skip] | |||||
| * | | | | [ci skip] Updated 5_1_release_notes.md to include support to :text and ↵ | Tyler Scoville | 2017-10-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | :nothing in render | |||||
* | | | | | Add load hook for `ActionDispatch::SystemTestCase` | yuuji.yaginuma | 2017-10-28 | 1 | -0/+1 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful to extend `SystemTestCase`. Also, since other test classes already have load hooks, should also be in `SystemTestCase`. Ref: 0510208dd1ff23baa619884c0abcae4d141fae53 | |||||
* | | | | Remove mention about Evented Redis [ci skip] | yuuji.yaginuma | 2017-10-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Evented Redis adapter was removed in 48766e32d31651606b9f68a16015ad05c3b0de2c. | |||||
* | | | | [ci skip]Add space before closing curly brace | willnet | 2017-10-25 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Make clear that Time core extensions are split between Numeric and Integer | João Fernandes | 2017-10-24 | 1 | -5/+29 | |
| | | | | | | | | | | | | | | | | | | | | | The documentation wrongly suggests that Time extensions to Numeric include methods months and years, when these belong to Integer. Update both classes and guides. | |||||
* | | | Remove mention about Evented Redis [ci skip] | bogdanvlviv | 2017-10-23 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | Evented Redis is removed from Rails. See #30945 | |||||
* | | | Add mention how to delete several records in bulk to Active Record Basics ↵ | bogdanvlviv | 2017-10-18 | 1 | -0/+11 | |
| | | | | | | | | | | | | Guides [ci skip] | |||||
* | | | Update mailing list URL in I18n guide [ci skip] | Yoshiyuki Hirano | 2017-10-17 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #30862 from ↵ | Eileen M. Uchitelle | 2017-10-15 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | yhirano55/remove_needless_space_in_action_view_guide Remove a needless space in Action View Guide [ci skip] | |||||
| * | | | Remove a needless space in Action View Guide [ci skip] | Yoshiyuki Hirano | 2017-10-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #30872 from yhirano55/capitalize_sprockets_in_engine_guide | Eileen M. Uchitelle | 2017-10-15 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Capitalize "sprockets" in Engine guide [ci skip] | |||||
| * | | | | Capitalize "sprockets" in Engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Add accept-charset to the output of form_with in JS guide [ci skip] | Yoshiyuki Hirano | 2017-10-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add unpermitted_parameters.action_controller hook to instrument guide [ci skip] | Yoshiyuki Hirano | 2017-10-14 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Add Action Cable notifications to instrument guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -0/+39 | |
| | | | | ||||||
* | | | | Add process.action_mailer notification to Instrumentation guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -0/+16 | |
| |/ / |/| | | ||||||
* | | | fix the description for the `select_all` [ci skip] | Aditya Kapoor | 2017-10-12 | 1 | -2/+2 | |
|/ / | ||||||
* | | Update security guide for signed cookie rotations | Michael Coyne | 2017-10-09 | 1 | -2/+3 | |
| | | | | | | | | | | The example was slightly incorrect. This commit also adds a test case for this example to cookies middleware unit tests. | |||||
* | | Merge pull request #30839 from yhirano55/use_form_with_in_engine_guide | Ryuta Kamizono | 2017-10-09 | 2 | -9/+9 | |
|\ \ | | | | | | | Use `form_with` instead of `form_for` in engine guide [ci skip] | |||||
| * | | Use `form_with` instead of `form_for` in engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-09 | 2 | -9/+9 | |
| | | | ||||||
* | | | Merge pull request #30838 from ↵ | Ryuta Kamizono | 2017-10-09 | 1 | -19/+21 | |
|\ \ \ | | | | | | | | | | | | | | | | | yhirano55/fix_rails_routes_log_in_getting_started_guide Fix the result of `rails routes` in Guide [ci skip] |