Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Fix names of http authentication modules in api_app guides | Roman Kovtunenko | 2017-11-19 | 1 | -2/+4 | |
| | | | | | ||||||
| * | | | | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 1 | -0/+2 | |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `form_with` was introduced we disabled the automatic generation of ids that was enabled in `form_for`. This usually is not an good idea since labels don't work when the input doesn't have an id and it made harder to test with Capybara. You can still disable the automatic generation of ids setting `config.action_view.form_with_generates_ids` to `false.` | |||||
| * | | | Update guide layout [ci skip] | Francis Go | 2017-11-25 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… ↵ | Atul Shimpi | 2017-11-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#31225) * [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions instead of Win32 * Remove functions word | |||||
| * | | | Merge pull request #30881 from dimroc/master | Vipul A M | 2017-11-25 | 1 | -36/+24 | |
| |\ \ \ | | | | | | | | | | | Update documentation to lead with ajax param `event.detail` [ci skip] | |||||
| | * | | | Update documentation to lead with ajax param `event.detail` | Dimitri Roche | 2017-11-24 | 1 | -4/+9 | |
| | | | | | ||||||
| | * | | | Update documentation to lead with ajax param `event.detail` | Dimitri Roche | 2017-10-13 | 1 | -36/+19 | |
| | | | | | ||||||
| * | | | | [ci skip] Rails Associations examples contains ActiveRecord::Base reference ↵ | Atul Shimpi | 2017-11-24 | 7 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | instead of ApplicationRecord in images | |||||
| * | | | | Correct render method's response header's content type for option(:body) ↵ | Avneet Singh Malhotra | 2017-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | from text/html to text/plain. (#31212) | |||||
| * | | | | Update Action Cable Overview Guide [ci skip] | Francis Go | 2017-11-22 | 1 | -9/+9 | |
| | | | | | ||||||
* | | | | | First pass on incoporating George's feedback | Jeffrey Guenther | 2017-11-30 | 1 | -20/+53 | |
| | | | | | ||||||
* | | | | | Removes note | Jeffrey Guenther | 2017-11-21 | 1 | -3/+0 | |
| | | | | | ||||||
* | | | | | Corrects Active Job spelling | Jeffrey Guenther | 2017-11-21 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Updates add multiple attachments example | Jeffrey Guenther | 2017-11-21 | 1 | -4/+8 | |
| | | | | | ||||||
* | | | | | Adds tools caveat for generating previews | Jeffrey Guenther | 2017-11-20 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | Remove mention of filename from download | Jeffrey Guenther | 2017-11-20 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Updates direct download discussion | Jeffrey Guenther | 2017-11-20 | 1 | -6/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-20 | 16 | -18/+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 | |
| | | | | ||||||
| * | | | Merge pull request #31156 from kwstannard/patch-1 | Rafael França | 2017-11-14 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Update configuring.md | |||||
| | * | | | 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. | |||||
| * | | | | Use released arel | yuuji.yaginuma | 2017-11-15 | 6 | -6/+0 | |
| |/ / / | | | | | | | | | | | | | Related to 2e0fe5928f0d08f85b4796c85bd0b39f6be09079 | |||||
| * | | | 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 | 7 | -95/+117 | |
|\| | | | ||||||
| * | | | 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 | |
| | | | | | ||||||
| * | | | | Specify bundler version in template files | yuuji.yaginuma | 2017-11-03 | 6 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have already specified to install `bundler` 1.15.4 in `.travis.yml`. https://github.com/rails/rails/blob/master/.travis.yml#L31..L32 However, `bundler` 1.16.0 may be used in the test. https://travis-ci.org/rails/rails/jobs/296582467#L2208 The test failed due to this influence. In order to avoid this, specifying `bundler` version in bug report templates. | |||||
* | | | | | 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 | |
| | | | | ||||||
* | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Follow up of #31004. | |||||
* | | | | 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] |