Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some documentation edits [ci skip] | Robin Dupret | 2015-03-05 | 3 | -4/+10 |
| | | | | | | * Fix a few typos * Wrap some lines around 80 chars * Rephrase some statements | ||||
* | fix spelling, `ERb` -> `ERB` [ci skip] | yuuji.yaginuma | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Update cache_timestamp_format default value in guides | T.J. Schuck | 2015-03-03 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Remove line wrapping from the benchmark/ips output | Piotr Szotkowski | 2015-03-03 | 1 | -4/+4 |
| | | | | [ci skip] | ||||
* | Remove mention of long-gone initializer and config | Jeremy Kemper | 2015-03-03 | 1 | -2/+0 |
| | | | | | Serving public files from multiple paths was removed in afc828828ffffe7edeb4648a9d2aa4731191ae21 | ||||
* | Merge pull request #19106 from teeceepee/patch-1 | Eileen M. Uchitelle | 2015-03-02 | 1 | -7/+8 |
|\ | | | | | Improve guides [ci skip] | ||||
| * | Modify guides for a better sounding sentence | Yu Haidong | 2015-03-02 | 1 | -3/+3 |
| | | |||||
| * | Improve guides | Yu Haidong | 2015-02-27 | 1 | -7/+8 |
| | | |||||
* | | Merge pull request #19168 from gsamokovarov/byebug-defaults-guide | Robin Dupret | 2015-03-02 | 1 | -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 Samokovarov | 2015-03-02 | 1 | -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-guide | Robin Dupret | 2015-03-02 | 1 | -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 Samokovarov | 2015-03-02 | 1 | -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 Jayanthan | 2015-03-02 | 1 | -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_index | Arthur Nogueira Neves | 2015-03-01 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [docs fix] Composite index is actually [:imageable_type, :imageable_id] | ||||
| * | | | | Composite index is [:imageable_type, :imageable_id] [ci skip] | Steve Lounsbury | 2015-03-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add Enumerable#without | Todd Bealmear | 2015-03-01 | 1 | -0/+11 |
|/ / / / | |||||
* | | | | Indexing a polymorphic assoc adds index on type and id [ci skip] | Steve Lounsbury | 2015-03-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | [ci skip] Add `.` | yui-knk | 2015-03-01 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Update link (minor fix) | Darío Hereñú | 2015-02-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #19130 from yui-knk/fix/active_support_core_extensions2 | Yves Senn | 2015-02-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [ci skip] Fix to comment | ||||
| * | | | [ci skip] Fix to comment | yui-knk | 2015-03-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | [ci skip] Fix to String | yui-knk | 2015-03-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #19125 from y-yagi/testing_guide | Yves Senn | 2015-02-28 | 1 | -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.yaginuma | 2015-02-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2 | Guillermo Iguaran | 2015-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [ci skip] Remove `,` | ||||
| * | | | [ci skip] Remove `,` | yui-knk | 2015-02-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | [ci skip] Replace `ActiveResource` with `Active Resource` | yui-knk | 2015-02-28 | 1 | -1/+1 |
|/ / / | |||||
* | | | [ci skip] Fix table of 4_1_release_notes.md | yui-knk | 2015-02-28 | 1 | -9/+9 |
| | | | |||||
* | | | Remove reference to workingwithrails.com since it is being retired | Richard Venneman | 2015-02-27 | 1 | -5/+2 |
| | | | |||||
* | | | Don't recommend to precompile all assets | Rafael Mendonça França | 2015-02-27 | 1 | -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 Otcheski | 2015-02-27 | 1 | -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 validators | Aditya Kapoor | 2015-02-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #19107 from prathamesh-sonpatki/template-inheritance | Abdelkader Boudih | 2015-02-27 | 1 | -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 Sonpatki | 2015-02-27 | 1 | -1/+1 |
| | | | |||||
* | | | Section explaining how rails runner accepts code in a ruby file. | Waseem Ahmad | 2015-02-26 | 1 | -0/+6 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | :nailcare: | Akira Matsuda | 2015-02-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #16738 from net-engine/guides-template-inheritance | Rafael Mendonça França | 2015-02-25 | 1 | -0/+36 |
|\ \ | | | | | | | Guides: Template Inheritance (new in guides, feature in since 3.1) | ||||
| * \ | Merge remote-tracking branch 'origin/master' into guides-template-inheritance | ecoologic | 2014-10-07 | 16 | -71/+522 |
| |\ \ | |||||
| * | | | 2.2.14.5 Template Inheritance (new in guide, feature in since 3.1) | erik | 2014-08-29 | 1 | -0/+36 |
| | | | | |||||
* | | | | fix bug in Levenshtein distance calculation | schneems | 2015-02-25 | 1 | -2/+0 |
| |_|/ |/| | | | | | | | | Bug was discovered and discussed in #18395. | ||||
* | | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-02-24 | 1 | -1/+2 |
| | | | |||||
* | | | [ci skip] Fix `Object-Relational` to `Object Relational` | yui-knk | 2015-02-24 | 1 | -1/+1 |
| | | | |||||
* | | | Require `belongs_to` by default. | Josef Šimánek | 2015-02-21 | 2 | -0/+7 |
| | | | | | | | | | | | | Deprecate `required` option in favor of `optional` for belongs_to. | ||||
* | | | Minor guides edits [ci skip] | Robin Dupret | 2015-02-21 | 2 | -24/+23 |
| | | | |||||
* | | | Improve wording on find_by note regarding returning only one record [ci skip] | Konstantinos Rousis | 2015-02-21 | 1 | -2/+3 |
| | | | |||||
* | | | [ci skip] Use explicit module namespace in guide | Kasper Timm Hansen | 2015-02-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | The Engines guide used an inline namespace, `Blorgh::ApplicationController`, which caused problems for users using an explicit module namespace because the `ApplicationController` inherited from wasn't fully qualified. The controller qualification was fixed in 661479324d573d419d8e15a1ea257e01856084af. This ditches the inline namespace and makes the example more consistent with others in the guide. | ||||
* | | | guides, fully qualify `ApplicationController`. Closes #19024. | Yves Senn | 2015-02-21 | 1 | -1/+1 |
| | | |