Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a single term instead of all terms used to describe path and URL helpers ↵ | Sharang Dashputre | 2019-07-26 | 1 | -1/+1 |
| | | | | together | ||||
* | Fixed the engine documentation to not mention of assets/javascripts in app ↵ | Abhay Nikam | 2019-07-09 | 1 | -1/+1 |
| | | | | directory structure [ci skip] | ||||
* | Add `action_cable_connection_test_case` hook to the "available hooks" list ↵ | प्रथमेश Sonpatki | 2019-05-22 | 1 | -28/+29 |
| | | | | | [ci skip] (#36326) - This hook was added in 90296674b1c | ||||
* | Merge pull request #35908 from soartec-lab/update_guide_engine_app_dir | Rafael França | 2019-04-11 | 1 | -3/+25 |
|\ | | | | | Add all descriptions in app directory [skip ci] | ||||
| * | Add all descriptions in app directory [skip ci] | soartec-lab | 2019-04-09 | 1 | -3/+25 |
| | | |||||
* | | Merge pull request #35938 from soartec-lab/update_guide_engine_sample_code | Rafael França | 2019-04-11 | 1 | -14/+17 |
|\ \ | | | | | | | Use modele to generate generated defaults [skip ci] | ||||
| * | | Use modele to generate generated defaults [skip ci] | soartec-lab | 2019-04-11 | 1 | -14/+17 |
| | | | |||||
* | | | Merge pull request #35945 from soartec-lab/update_guide_engine_sample_code_block | Rafael França | 2019-04-11 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Code is enclosed by code block [skip ci] | ||||
| * | | | Code is enclosed by code block [skip ci] | soartec-lab | 2019-04-12 | 1 | -1/+3 |
| |/ / | |||||
* / / | Updated the description of `add_development_dependency` [skip ci] | soartec-lab | 2019-04-12 | 1 | -1/+1 |
|/ / | |||||
* / | Update the result of generate command [skip ci] | soartec-lab | 2019-04-11 | 1 | -14/+6 |
|/ | |||||
* | Update configuration of `app` directory and use oxford comma [skip ci] | soartec-lab | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | Add load hook for ActiveStorage::Attachment | George Claghorn | 2019-03-28 | 1 | -0/+1 |
| | |||||
* | Update links and code examples in the guides to use HTTPS where the host ↵ | Nathaniel Suchy | 2019-03-06 | 1 | -1/+1 |
| | | | | supports it. | ||||
* | Add ActionCable channel/connection load hooks | Vladimir Dementyev | 2019-01-29 | 1 | -0/+2 |
| | |||||
* | Remove Decorator pattern in Overriding existing classes examples | Maurizio De Santis | 2019-01-16 | 1 | -11/+10 |
| | | | | | | | | | | | | | Engines guide in the Overriding Models and Controllers section references the Decorator pattern, which isn't appropriate, since Decorator pattern is not about reopening existing classes, is about adding functionality to existing object instances; something that in Ruby is commonly implemented using Delegators. Moreover, the suggested naming convention for overrides, `app/decorators/**/*_decorator*.rb`, conflicts with a naming convention commonly used for View Model / Presentation Model decorators, adopted by popular gems such as `draper`, as well as by custom implementations. | ||||
* | Add load hook for ActionText::RichText | George Claghorn | 2019-01-07 | 1 | -0/+1 |
| | |||||
* | Add `action_text_content` hook to the guide [ci skip] | bogdanvlviv | 2019-01-05 | 1 | -0/+1 |
| | | | | See actiontext/lib/action_text/content.rb:132 | ||||
* | Add load hook for ActionMailbox::TestCase | George Claghorn | 2018-12-31 | 1 | -0/+1 |
| | |||||
* | Update the load hooks reference table [ci skip] | George Claghorn | 2018-12-31 | 1 | -0/+3 |
| | |||||
* | Merge pull request #33229 from ↵ | Matthew Draper | 2018-07-25 | 1 | -16/+16 |
|\ | | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails | ||||
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together. | ||||
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
| | | | | | | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | | Specify location for engine-specific commands | Kevin Ndung'u Gathuku | 2018-07-04 | 1 | -0/+3 |
|/ | | | | | | Be more specific when pointing out where the commands relating to the engine should be run [ci skip] | ||||
* | Change location for running copy migrations command | Kevin Ndung'u Gathuku | 2018-05-25 | 1 | -1/+1 |
| | | | | This fixes the location from where the command to copy migrations from the engine to the application should be run [ci skip] | ||||
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -5/+5 |
| | | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) " | ||||
* | Clarify that config.eager_load controls eager loading [ci skip] | Eugene Kenny | 2017-12-30 | 1 | -6/+6 |
| | | | | | | | Before Rails 4.0, `config.cache_classes` determined whether application code was eager loaded. The `config.eager_load` option was introduced to allow the two behaviours to be configured independently, but this documentation was never updated to reflect that change. | ||||
* | fix comma splice [ci skip] | Ashley Engelund (weedySeaDragon @ github) | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | verb tense correction [ci skip] | Ashley Engelund (weedySeaDragon @ github) | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | gendered wording not necessary; changed to neutral [ci skip] | Ashley Engelund (weedySeaDragon @ github) | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | Add load hook for `ActionDispatch::SystemTestCase` | yuuji.yaginuma | 2017-10-28 | 1 | -0/+1 |
| | | | | | | | | This is useful to extend `SystemTestCase`. Also, since other test classes already have load hooks, should also be in `SystemTestCase`. Ref: 0510208dd1ff23baa619884c0abcae4d141fae53 | ||||
* | Capitalize "sprockets" in Engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | Use `form_with` instead of `form_for` in engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-09 | 1 | -6/+6 |
| | |||||
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Add an space to RefineryCMS in Engine guide [ci skip] | Yoshiyuki Hirano | 2017-09-26 | 1 | -1/+1 |
| | | | | | * According to the official website, it seems that "RefineryCMS" is "Refinery CMS". * See at: http://www.refinerycms.com/ | ||||
* | new missing backquotes [ci skip] | Yauheni Dakuka | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Add system_test logs to guide [ci skip] | Yoshiyuki Hirano | 2017-08-16 | 1 | -0/+3 |
| | |||||
* | :scissors: | Rafael Mendonça França | 2017-04-11 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add Documentation for Active Support On Load Hooks | Julian Nadeau | 2017-04-10 | 1 | -0/+112 |
| | |||||
* | Change engines guide to demonstrate maintained forum | Richard | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | Change Rails engine guide to references a maintained project Thredded instead of the abandoned project Forem. I chose Thredded as Forem's closing note (below) suggests the choice. https://github.com/rubysherpas/forem/blob/rails4/README.md | ||||
* | [ci skip] Fixed commas according to Oxford comma in rdoc and guides | Andrey Molchanov | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Minor grammar fix in engines.md | Mark Sun | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Consistent examples and template for assets#precompile | Jon Atack | 2016-08-19 | 1 | -1/+1 |
| | | | | | | | | Listening to a few developers today discussing their troubles in understanding how to use the asset pipeline, it turns out that the precompile examples in the guides and assets.rb template have over time become a bit inconsistent. This PR makes the examples consistent in code style, spacing, and asset names, removes the old 'swfObject.js' example, and in a couple of places wraps lines at 80 characters including in the assets.rb template. Re-add spaces inside array parentheses. | ||||
* | [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 |
| | | | it reads a bit awkwardly without it. | ||||
* | Fix author callback in engines guide [ci skip] | Michael Ryan | 2016-03-04 | 1 | -3/+3 |
| | | | | | | | | The `before_save` callback used with `set_author` results in the validation error "Author must exist," due to the change in `belongs_to` behavior introduced by #18937. Use `before_validation` instead. | ||||
* | [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 |
| | | | | | Using url helper method of engine in example code, include `Engine.routes.url_helpers` is required to use helper method of engine. |