aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in the “Testing Your Mailers” docsMarius Butuc2015-03-121-1/+1
| | | * [ci skip]
* [ci skip] Take NOTE: as paragraph to make NOTE blockyui-knk2015-03-121-1/+4
|
* Merge pull request #18459 from cantino/action_controller_guide_editsRafael Mendonça França2015-03-111-45/+44
|\ | | | | Action Controller guide edits for grammar and clarity
| * Edits for grammar and clarity, with help from georgeclaghorn and robin850.Andrew Cantino2015-03-111-45/+44
| |
* | Merge pull request #19289 from ahmad-alkheat/masterYves Senn2015-03-111-1/+1
|\ \ | | | | | | Unnecessary usage of self in the guides [ci skip]
| * | Unnecessary usage of self in the guidesAhmad Al-kheat2015-03-111-1/+1
| | | | | | | | | I deleted self from the callbacks guides code example because it's unnecessary and this way it's more like the other examples where self was not used.
* | | [ci skip] Change to code elementyui-knk2015-03-111-1/+1
| | |
* | | Changed 'blank space' to 'blank line'Andrew Hendrie2015-03-091-1/+1
| | | | | | | | | Line 85 stated that fixtures are typically separated by a blank space. I changed the wording to blank line because blank space could be misinterpreted as a non-breaking space character when in reality, each fixture record (in YAML) is separated by a blank line.
* | | use public Module#include instead of send :include [ci skip]yuuji.yaginuma2015-03-091-3/+3
| | |
* | | Rails 5.0 needs ruby 2.2.1 or higherJeroen van Baarsen2015-03-081-1/+1
| | | | | | | | | | | | Since there was a bug in 2.2.0, the minimum ruby requirement is 2.2.1. See https://github.com/rails/rails/commit/8ed0b89b [skip ci]
* | | Some documentation edits [ci skip]Robin Dupret2015-03-053-4/+10
| | | | | | | | | | | | | | | | | | * Fix a few typos * Wrap some lines around 80 chars * Rephrase some statements
* | | fix spelling, `ERb` -> `ERB` [ci skip]yuuji.yaginuma2015-03-041-1/+1
| | |
* | | Update cache_timestamp_format default value in guidesT.J. Schuck2015-03-031-1/+1
| | | | | | | | | [ci skip]
* | | Tiny documentation edits [ci skip]Robin Dupret2015-03-031-1/+1
| | |
* | | Remove line wrapping from the benchmark/ips outputPiotr Szotkowski2015-03-031-4/+4
| | | | | | | | | | | | [ci skip]
* | | Remove mention of long-gone initializer and configJeremy Kemper2015-03-031-2/+0
| | | | | | | | | | | | | | | Serving public files from multiple paths was removed in afc828828ffffe7edeb4648a9d2aa4731191ae21
* | | Merge pull request #19106 from teeceepee/patch-1Eileen M. Uchitelle2015-03-021-7/+8
|\ \ \ | | | | | | | | Improve guides [ci skip]
| * | | Modify guides for a better sounding sentenceYu Haidong2015-03-021-3/+3
| | | |
| * | | Improve guidesYu Haidong2015-02-271-7/+8
| | | |
* | | | Merge pull request #19168 from gsamokovarov/byebug-defaults-guideRobin Dupret2015-03-021-3/+3
|\ \ \ \ | | | | | | | | | | Nit pick the byebug settings guide for default values [ci skip]
| * | | | Nit pick the byebug settings guide for default values [ci skip]Genadi Samokovarov2015-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | In #19097 we had a discussion where we decided to change `byebug` settings sections default part to actually say `defaults`.
* | | | | Merge pull request #19097 from gsamokovarov/web-console-guideRobin Dupret2015-03-021-49/+58
|\ \ \ \ \ | | | | | | | | | | | | Web Console documentation for the upcoming 2.1 release [ci skip]
| * | | | | Web Console documentation for the upcoming 2.1 release [ci skip]Genadi Samokovarov2015-03-021-49/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upcoming 2.1 [web-console release], I have tweaked the existing documentation a bit. I tried to focus on the spawning console use case, because I think a lot of people overlook that. Tried to explain it as best as I can, however, my English and prose aren't my best skills :) If you guys can chime in and help me improve the wording, I would be extremely grateful. There has been some configuration default changes. For example, the whitelisted IPs always include IPv4 and IPv6 localhosts now and this wasn't the case in 2.0. I think a lot of people got bitten by it, that's why I changed it. I'm a bit confused on how to document this. Should I just document the latest version, I don't think I can expect all the people reading the guide to be on it. [web-console release]: https://github.com/rails/web-console/pull/110
* | | | | | Fixing incorrect class name used in an example.Kevin Jayanthan2015-03-021-1/+1
| | | | | | | | | | | | | | | | | | On "Controller Namespaces and Routing" section of the "Rails Routing from the Outside In" , the examples are using "AritclesController" as an example of a controller, to show different organizers. But on the line 232, it incorrectly uses "PostsController" instead of "AritclesController".
* | | | | | Merge pull request #19159 from stephenminded/docs_fix_polymorphic_indexArthur Nogueira Neves2015-03-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [docs fix] Composite index is actually [:imageable_type, :imageable_id]
| * | | | | | Composite index is [:imageable_type, :imageable_id] [ci skip]Steve Lounsbury2015-03-011-1/+1
| | | | | | |
* | | | | | | Add Enumerable#withoutTodd Bealmear2015-03-011-0/+11
|/ / / / / /
* | | | | | Indexing a polymorphic assoc adds index on type and id [ci skip]Steve Lounsbury2015-03-011-1/+1
| | | | | |
* | | | | | [ci skip] Fix fenced code block langyui-knk2015-03-021-1/+1
| | | | | |
* | | | | | [ci skip] Add `.`yui-knk2015-03-011-1/+1
| |/ / / / |/| | | |
* | | | | [ci skip] Fix fenced code block langyui-knk2015-03-011-1/+1
| | | | |
* | | | | Merge pull request #19130 from yui-knk/fix/active_support_core_extensions2Yves Senn2015-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [ci skip] Fix to comment
| * | | | | [ci skip] Fix to commentyui-knk2015-03-011-1/+1
| | | | | |
* | | | | | [ci skip] Fix to Stringyui-knk2015-03-011-1/+1
|/ / / / /
* | | | | Merge pull request #19125 from y-yagi/testing_guideYves Senn2015-02-281-0/+1
|\ \ \ \ \ | | | | | | | | | | | | add `ActiveJob::TestCase` to list of classes providing for test [ci skip]
| * | | | | add `ActiveJob::TestCase` to list of classes providing for test [ci skip]yuuji.yaginuma2015-02-281-0/+1
| | | | | |
* | | | | | Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2Guillermo Iguaran2015-02-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [ci skip] Remove `,`
| * | | | | [ci skip] Remove `,`yui-knk2015-02-281-1/+1
| | | | | |
* | | | | | [ci skip] Replace `ActiveResource` with `Active Resource`yui-knk2015-02-281-1/+1
|/ / / / /
* | | | | [ci skip] Fix table of 4_1_release_notes.mdyui-knk2015-02-281-9/+9
| | | | |
* | | | | Remove reference to workingwithrails.com since it is being retiredRichard Venneman2015-02-271-5/+2
| | | | |
* | | | | Don't recommend to precompile all assetsRafael Mendonça França2015-02-271-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is very slow since it will precompile even plugins. Also it is very unlikely that any application will use this patterns since it is not a good practice to include all assets manually in the page. [ci skip]
* | | | | Guides mistake about page caching.Yury Otcheski2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | DHH's key-based cache expiration isn't alternative to page caching. It's true about action caching but not page caching. I propose to remove this line as confusing, page caching is still best if applicable. [ci skip]
* | | | | [ci-skip] correct doc about custom validatorsAditya Kapoor2015-02-271-2/+2
| | | | |
* | | | | Merge pull request #19107 from prathamesh-sonpatki/template-inheritanceAbdelkader Boudih2015-02-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fix wording in template inheritance section of layout guide [ci skip]
| * | | | Fix wording in template inheritance section of layout guide [ci skip]Prathamesh Sonpatki2015-02-271-1/+1
| | | | |
* | | | | Section explaining how rails runner accepts code in a ruby file.Waseem Ahmad2015-02-261-0/+6
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | :nailcare:Akira Matsuda2015-02-261-1/+1
|/ / / /
* | | | Merge pull request #16738 from net-engine/guides-template-inheritanceRafael Mendonça França2015-02-251-0/+36
|\ \ \ \ | |/ / / |/| | | Guides: Template Inheritance (new in guides, feature in since 3.1)
| * | | Merge remote-tracking branch 'origin/master' into guides-template-inheritanceecoologic2014-10-0716-71/+522
| |\ \ \