aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31293 from ydakuka/fix-gemfile-guidesYuji Yaginuma2017-12-0111-28/+28
|\ | | | | Cosmetic changes for Gemfile [ci skip]
| * Cosmetic changes [ci skip]Yauheni Dakuka2017-11-3011-28/+28
| |
* | [ci skip] Updated links for uncorn which redirect & added https for nginx linkDixit Patel2017-11-301-3/+3
|/
* [ci skip] Update MVC wiki linkDixit Patel2017-11-281-1/+1
|
* Add releases notes to the guides indexRafael Mendonça França2017-11-271-0/+4
|
* Merge pull request #31242 from fgo/patch-22Rafael França2017-11-271-2/+2
|\ | | | | Update Rails on Rack guide [ci skip]
| * Update Rails on Rack guide [ci skip]Francis Go2017-11-271-2/+2
| |
* | Merge pull request #31237 from prathamesh-sonpatki/5-2-release-notesRafael França2017-11-271-0/+210
|\ \ | | | | | | Added first draft of Rails 5.2 release notes [ci skip]
| * | Added CSP as major feature [ci skip]Prathamesh Sonpatki2017-11-271-0/+5
| | |
| * | Added first draft of Rails 5.2 release notes [ci skip]Prathamesh Sonpatki2017-11-271-0/+205
| | |
* | | Update the middleware list with CSP [ci skip]Prathamesh Sonpatki2017-11-271-0/+1
|/ /
* | fix comma splice [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| |
* | verb tense correction [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| |
* | gendered wording not necessary; changed to neutral [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| |
* | Merge pull request #31181 from tenshilg/fix-api-guidesRafael França2017-11-251-2/+4
|\ \ | | | | | | Fix names of http authentication modules in api only guides
| * | Fix names of http authentication modules in api_app guidesRoman Kovtunenko2017-11-191-2/+4
| | |
* | | Change `form_with` to generates ids by defaultnpezza932017-11-251-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 Go2017-11-251-3/+3
| |
* | [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… ↵Atul Shimpi2017-11-251-1/+1
| | | | | | | | | | | | | | | | (#31225) * [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions instead of Win32 * Remove functions word
* | Merge pull request #30881 from dimroc/masterVipul A M2017-11-251-36/+24
|\ \ | | | | | | Update documentation to lead with ajax param `event.detail` [ci skip]
| * | Update documentation to lead with ajax param `event.detail`Dimitri Roche2017-11-241-4/+9
| | |
| * | Update documentation to lead with ajax param `event.detail`Dimitri Roche2017-10-131-36/+19
| | |
* | | Correct render method's response header's content type for option(:body) ↵Avneet Singh Malhotra2017-11-241-1/+1
| | | | | | | | | | | | from text/html to text/plain. (#31212)
* | | Update Action Cable Overview Guide [ci skip]Francis Go2017-11-221-9/+9
| | |
* | | Pass over Execution guide[ci skip]Vipul A M2017-11-201-3/+3
| | |
* | | [ci skip] Added example for using headless_chrome with ↵Pierre Hedkvist2017-11-181-0/+10
| |/ |/| | | | | ActionDispatch::SystemTestCase
* | Fix links [ci skip]Yauheni Dakuka2017-11-161-2/+2
| |
* | Add more detail on how the framework is actually configured by defaultMatthew Draper2017-11-171-5/+67
| |
* | Start on a guide for the Executor & Load InterlockMatthew Draper2017-11-162-0/+267
| |
* | Update configuring.mdKelly Stannard2017-11-141-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-1Eileen M. Uchitelle2017-11-141-1/+1
|\ \ | | | | | | Update layouts_and_rendering.md [ci skip]
| * | Update layouts_and_rendering.md [ci skip]Rob2017-11-141-1/+1
| |/
* | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-131-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 storeJeremy Daer2017-11-131-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 Malhotra2017-11-131-1/+1
| | | | | | | | section [ci skip]
* | Use new RDoc URL of Ruby core [ci skip]aycabta2017-11-101-3/+3
| |
* | Use `-e` option to specify the environment in console command [ci skip]yuuji.yaginuma2017-11-102-2/+2
| | | | | | | | | | Passing the environment's name as a regular argument is deprecated in 48b249927375465a7102acc71c2dfb8d49af8309.
* | Merge pull request #30620 from ↵Andrew White2017-11-061-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" guidebogdanvlviv2017-10-241-91/+97
| | |
| * | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-241-4/+6
| | |
| * | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-241-5/+7
| | |
* | | updates autoloading guide for Ruby 2.5 [ci skip]Xavier Noria2017-11-011-1/+9
| | |
* | | Merge pull request #30996 from tscoville2012/tscoville2012-patch-1Eileen M. Uchitelle2017-10-281-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 Scoville2017-10-271-0/+4
| | | | | | | | | | | | | | | | :nothing in render
* | | | Add load hook for `ActionDispatch::SystemTestCase`yuuji.yaginuma2017-10-281-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.yaginuma2017-10-261-2/+2
| | | | | | | | | | | | Evented Redis adapter was removed in 48766e32d31651606b9f68a16015ad05c3b0de2c.
* | | [ci skip]Add space before closing curly bracewillnet2017-10-251-2/+2
|/ /
* | Make clear that Time core extensions are split between Numeric and IntegerJoão Fernandes2017-10-241-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]bogdanvlviv2017-10-231-2/+1
| | | | | | | | | | Evented Redis is removed from Rails. See #30945
* | Add mention how to delete several records in bulk to Active Record Basics ↵bogdanvlviv2017-10-181-0/+11
| | | | | | | | Guides [ci skip]