aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
Commit message (Collapse)AuthorAgeFilesLines
* User is not part of the Blorgh domain, so user_class doesn't make sense. ↵Adam Dalton2013-04-081-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 Nightingill2013-03-311-1/+1
| | | | host app is achieved by rake blorgh_engine:install:migrations
* use relative links inside guides [ci skip]Yves Senn2013-03-251-2/+7
|
* fix the example code in the engines guide. closes #8583.Yves Senn2013-02-111-0/+8
|
* remove trailing whitespace from engines guideYves Senn2013-02-111-4/+4
|
* fix a typo on the engine guideLuis Vasconcellos2013-02-111-1/+1
|
* Fix link to point to new RefineryCMS repoGarrett Heinlen2013-02-011-1/+1
|
* [engines guide] reformatted some stuffWeston Platter2013-01-241-3/+3
|
* [engines guide] reworded a run onWeston Platter2013-01-241-3/+2
|
* Typo, grammar, and comma love.Brian Littmann2013-01-221-4/+4
|
* Typo fix in guides/source/engines.mdBrian Littmann2013-01-221-1/+1
|
* Fix typo in guides/source/engines.mdZachary Porter2013-01-111-1/+1
|
* Fix typo in guides/source/engines.mdZachary Porter2013-01-111-1/+1
|
* Update engine application layout file pathZachary Porter2013-01-111-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-14/+16
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * more woring improvements to the engines guideGosha Arinich2013-01-071-2/+2
| | | | | | | | | | | | * "also in ... is ..." -> "in .. there is ..." * use "as well" instead of "also" in the end of the sentence * "has the ability" -> "can"
| * improve wording of the engines guideGosha Arinich2013-01-071-5/+7
| | | | | | | | | | | | | | | | * "very minor" -> "subtle" * reword successive sentences so that they don't begin with the same word ("this") * "also" is not used in the end of the sentence, use "as well" instead * "the reason is because" -> "the reason is that"
| * prefer american spelling of 'behavior'Gosha Arinich2013-01-071-2/+2
| |
| * find_or_create_by is deprecated in AR 4Akira Matsuda2013-01-021-5/+5
| |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵Jeremy Kemper2013-01-061-2/+2
|/ | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* Remove references to Rails versions.Steve Klabnik2012-12-071-1/+1
| | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees.
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+3
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-5/+5
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* fixed a minor spelling errorLennart Tange2012-11-201-1/+1
|
* remove previous commitMichel Grootjans2012-11-201-1/+1
|
* bug in example '<%= form_for ...' should be '<% form_for ...'Michel Grootjans2012-11-201-1/+1
|
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-9/+9
|
* use em-dashes instead of two minuses in guidesburningTyger2012-11-101-3/+3
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-4/+43
|\ | | | | | | | | | | Conflicts: activerecord/lib/active_record/persistence.rb railties/lib/rails/generators/rails/resource_route/resource_route_generator.rb
| * Correct and clarify `--full` and `--mountable` options to `rails plugin new`Corey Innis2012-10-071-4/+43
| |
| * updates latest Rails version numberFabrizio Regini2012-09-301-1/+1
| |
* | Update test locationsMike Moore2012-10-091-9/+9
|/ | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional)
* Fix typos and links in engines guide [ci skip]Vijay Dev2012-09-211-3/+2
|
* Fix broken and duplicate headingsPrem Sichanugrist2012-09-171-2/+2
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-5/+5
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-12/+12
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-7/+7
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-133/+133
|
* change shell to bashPrem Sichanugrist2012-09-171-19/+19
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-2/+2
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-32/+39
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-150/+150
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+905