| Commit message (Expand) | Author | Age | Files | Lines |
* | [skip ci] Make header bullets consistent in engines.md | Alex Kitchens | 2016-06-02 | 1 | -3/+3 |
* | add missing "as" | Antonio Felguerez | 2016-06-02 | 1 | -1/+1 |
* | Fix author callback in engines guide [ci skip] | Michael Ryan | 2016-03-04 | 1 | -3/+3 |
* | [ci skip] fix suggested change-replace 'an' with 'the in Rails engine guide' | kamal namdeo | 2016-02-18 | 1 | -1/+1 |
* | Fix the language in engines guide | kamal namdeo | 2016-02-18 | 1 | -1/+1 |
* | Fix grammar `a` to `an` [ci skip] | Ryuta Kamizono | 2016-02-13 | 1 | -1/+1 |
* | add missing include to engine test example [ci skip] | yuuji.yaginuma | 2016-02-05 | 1 | -0/+4 |
* | use bin/rails default instead of rake commands [ci skip] | Gaurav Sharma | 2016-01-19 | 1 | -11/+11 |
* | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 1 | -5/+5 |
* | Remove ActionController::TestCase from documentation | eileencodes | 2015-12-12 | 1 | -4/+4 |
* | Improved explanation | Claudi Martinez | 2015-11-13 | 1 | -4/+1 |
* | Improved explanation | Claudi Martinez | 2015-11-01 | 1 | -10/+16 |
* | Fixed typo | Claudi Martinez | 2015-10-29 | 1 | -1/+1 |
* | Added warning on coding engine controllers | Claudi Martinez | 2015-10-29 | 1 | -0/+18 |
* | added Rails 4 context for migrations:install task | Simon H | 2015-10-19 | 1 | -1/+1 |
* | Merge pull request #21738 from cllns/remove-to_s-from-example | Eileen M. Uchitelle | 2015-09-25 | 1 | -19/+1 |
|\ |
|
| * | Remove to_s example | Sean Collins | 2015-09-24 | 1 | -19/+1 |
* | | Change the paths for both Gemfile lines to be 'engines/blorgh' | Sean Collins | 2015-09-23 | 1 | -2/+2 |
|/ |
|
* | Remove leading slash from path | Sean Collins | 2015-09-22 | 1 | -1/+1 |
* | Revert "Grammar correction" | Matthew Draper | 2015-06-11 | 1 | -1/+1 |
* | Grammar correction | hemali jain | 2015-06-11 | 1 | -1/+1 |
* | [ci skip]fix docs for Engines | Kuldeep Aggarwal | 2015-05-30 | 1 | -5/+5 |
* | [CI SKIP] correct error text message | kuldeepaggarwal | 2015-05-09 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-04-14 | 1 | -7/+5 |
|\ |
|
| * | [ci skip] add missing file extension | Mikhail Dieterle | 2015-04-10 | 1 | -1/+1 |
| * | [ci skip] format rake output | Mikhail Dieterle | 2015-04-10 | 1 | -5/+3 |
| * | [ci skip] fix helper name | Mikhail Dieterle | 2015-04-10 | 1 | -1/+1 |
* | | Apply comments from @rafaelfranca: we shouldn't recommend you use scaffold css | Zachary Scott | 2015-04-12 | 1 | -9/+0 |
|/ |
|
* | [ci skip] Use explicit module namespace in guide | Kasper Timm Hansen | 2015-02-21 | 1 | -1/+3 |
* | 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 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | 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 |
* | technical correction in guides under 'Generating an engine' | David Elliott | 2014-09-28 | 1 | -2/+2 |
* | [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 |
* | 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 | Maarten Brouwers | 2014-02-19 | 1 | -5/+6 |
* | | Remove extra list item element | Ben Hicks | 2014-06-19 | 1 | -1/+1 |
* | | 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 |
* | | 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] | 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 |