Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | We shouldn't be linking to edgeapi [ci skip] | Godfrey Chan | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Correct example in the engines testing guide [ci skip] | Godfrey Chan | 2014-11-23 | 1 | -14/+25 |
| | | | | Reference #17453 | ||||
* | technical correction in guides under 'Generating an engine' | David Elliott | 2014-09-28 | 1 | -2/+2 |
| | | | | `bin/rails` would not exist outside of a rails project | ||||
* | [ci skip] Fix sample code in engines guide | yuuji.yaginuma | 2014-08-10 | 1 | -2/+2 |
| | |||||
* | Update docs to reflect that helper stubs are no longer generated | David Heinemeier Hansson | 2014-08-03 | 1 | -4/+0 |
| | |||||
* | [ci skip] Changes some wording to better foreshadow what is coming up later. | Michael Mitchell | 2014-07-02 | 1 | -8/+10 |
| | | | | | | | | | | This should prevent some anxiety readers may experience when the doc goes into something different than what it just explained. Also clarifies a statement about priority in engines and application environments [ci skip] fixes double `the` [ci skip] more clarifications [ci skip] changes from tics to quotes | ||||
* | Follow-up to #15215 [ci skip] | Robin Dupret | 2014-06-27 | 1 | -6/+7 |
| | |||||
* | Merge pull request #14113 from murb/patch-1 | Rafael Mendonça França | 2014-06-23 | 1 | -5/+6 |
|\ | | | | | Moved explanation of `--mountable` option up | ||||
| * | Moved explanation of `--mountable` option up | Maarten Brouwers | 2014-02-19 | 1 | -5/+6 |
| | | | | | | The example code uses `--mountable`. In previous version this was followed by an explanation of the `--full` option, which doesn't make sense. Later on in the text this is better explained. I moved this explanation up without repeating too much. | ||||
* | | Remove extra list item element | Ben Hicks | 2014-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Cleaning up the list items that detail what an engines `--full` option generates. Joining a multiline multi list item into a multiline single list item. [ci skip] | ||||
* | | Generated engines don't include bin/rake, fixes #15409 [ci skip] | Zachary Scott | 2014-05-29 | 1 | -5/+5 |
| | | |||||
* | | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -156/+156 |
| | | |||||
* | | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -13/+13 |
| | | | | | | | | [ci skip] | ||||
* | | Merge pull request #11836 from mcfiredrill/engines-testing-doc | Arthur Nogueira Neves | 2014-04-16 | 1 | -0/+10 |
|\ \ | |/ |/| | additional note about routes in functional tests for engines [ci skip] | ||||
| * | additional note about routes in functional tests for engines [ci skip] | Tony Miller | 2013-08-10 | 1 | -0/+10 |
| | | |||||
* | | Typo fix [ci skip] | Ilja Krijger | 2013-12-28 | 1 | -3/+4 |
| | | |||||
* | | Word wrapping engines guide [ci skip] | Ben Lewis | 2013-12-14 | 1 | -189/+568 |
| | | |||||
* | | Clarification, grammar fixes, punctuation, and capitalization [ci skip] | Ben Lewis | 2013-12-14 | 1 | -84/+87 |
| | | |||||
* | | Helper should be a module in Rails guides [ci skip] | Martin Harrigan | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | fix typo introduced when searching in markdown document with vim | Damien Mathieu | 2013-10-24 | 1 | -14/+14 |
| | | |||||
* | | rephrase the overriding views part about the view path | Damien Mathieu | 2013-10-24 | 1 | -15/+15 |
| | | | | | | | | See rails/rails#12608 | ||||
* | | [ci skip] Add missing migrate step in generating comment resource section. | Juanito Fatas | 2013-09-22 | 1 | -1/+5 |
| | | |||||
* | | [ci skip] Fix a typo in Engines.md. | Juanito Fatas | 2013-09-22 | 1 | -1/+1 |
| | | |||||
* | | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -4/+4 |
| | | |||||
* | | Fix typo [ci skip] | Carlos Antonio da Silva | 2013-08-19 | 1 | -1/+1 |
| | | |||||
* | | blorgh_engine to blorgh [ci-skip] | scaryguy | 2013-08-18 | 1 | -2/+2 |
|/ | |||||
* | Add author_name field to post_params to the engines docs | Sergey Kuznetsov | 2013-08-10 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-21 | 1 | -1/+6 |
|\ | |||||
| * | use strong_params in example | Mikhail Dieterle | 2013-07-19 | 1 | -1/+6 |
| | | |||||
* | | Cleaned up wording and tags. | blahedo | 2013-07-06 | 1 | -2/+2 |
|/ | | | | | | | | Replaced <br /> with <br> for consistency; Added note about singular/plural distinction (which was previously confusing to a Rails noob); Rephrased explanation of how form is routed to controller, again to reduce confusion; and added explanation to replace incorrect link. [ci skip] | ||||
* | Add note about decorator loading in Engines guide. | Steve Klabnik | 2013-05-24 | 1 | -0/+26 |
| | | | | | | | | Because decorators aren't referenced by the application, they won't get autoloaded. And because we recommend the pattern, it would be irresponsible to not show how to load them properly. Fixes #10647. | ||||
* | User is not part of the Blorgh domain, so user_class doesn't make sense. ↵ | Adam Dalton | 2013-04-08 | 1 | -13/+13 |
| | | | | This commit changes it to author_class. | ||||
* | as of Rails 3.2.13 it appears that importing an engine's migration into the ↵ | Les Nightingill | 2013-03-31 | 1 | -1/+1 |
| | | | | host app is achieved by rake blorgh_engine:install:migrations | ||||
* | use relative links inside guides [ci skip] | Yves Senn | 2013-03-25 | 1 | -2/+7 |
| | |||||
* | fix the example code in the engines guide. closes #8583. | Yves Senn | 2013-02-11 | 1 | -0/+8 |
| | |||||
* | remove trailing whitespace from engines guide | Yves Senn | 2013-02-11 | 1 | -4/+4 |
| | |||||
* | fix a typo on the engine guide | Luis Vasconcellos | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Fix link to point to new RefineryCMS repo | Garrett Heinlen | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | [engines guide] reformatted some stuff | Weston Platter | 2013-01-24 | 1 | -3/+3 |
| | |||||
* | [engines guide] reworded a run on | Weston Platter | 2013-01-24 | 1 | -3/+2 |
| | |||||
* | Typo, grammar, and comma love. | Brian Littmann | 2013-01-22 | 1 | -4/+4 |
| | |||||
* | Typo fix in guides/source/engines.md | Brian Littmann | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Fix typo in guides/source/engines.md | Zachary Porter | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Fix typo in guides/source/engines.md | Zachary Porter | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Update engine application layout file path | Zachary Porter | 2013-01-11 | 1 | -1/+1 |
| |