aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.textile
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTML validation errorsAlmudena Garcia2012-08-231-3/+3
|
* edit of previous contentWeston Platter2012-08-041-19/+59
| | | | | | explains how to add/override engine classes in the main rails app via 1) Class#class_eval 2) ActiveSupport::Concern
* fix removed ruby tag in commit 890b9dd [ci skip]Francesco Rodriguez2012-07-221-4/+5
|
* added 2 strategies for extending engine modelsWeston Platter2012-07-221-1/+78
|
* add note about requiring gem dependencies before initialization [ci skip]Francesco Rodriguez2012-07-131-6/+28
|
* Fixes typo in CommentsController#create example Andy Lindeman2012-07-111-1/+1
| | | * comments.build will not actually persist the comment
* Add info note about sass/coffeescript use in engine assets to guideMarten Veldthuis2012-07-091-0/+2
|
* add small note about how to get the full list of options for rails plugin newLes Nightingill2012-05-261-0/+6
|
* [engines] initializer method call needs an argument for initializer nameRyan Bigg2012-05-181-1/+1
|
* copy editing [ci skip]Vijay Dev2012-05-121-5/+5
|
* update engines guide to show how to have an engine's ApplicationController ↵Scott Johnson2012-05-111-0/+15
| | | | inherit from the main application's ApplicationController
* adds a mention of the fact that an engine's lib/assets directory is also on ↵Les Nightingill2012-04-251-1/+1
| | | | the load path
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-041-1/+1
|\ | | | | | | | | Conflicts: guides/source/engines.textile
| * also <text> replaced by <plain>Mikhail Dieterle2012-04-041-4/+4
| |
| * Changed engines guide not to use a css tag. <plain> will do just fine. Mikhail Dieterle2012-04-031-2/+2
| | | | | | https://github.com/lifo/docrails/commit/bb23d6fb005edaf25f5b294f9215429fb44b3f3d
| * wrong link to getting started guideMikhail Dieterle2012-04-031-1/+1
| |
* | fix formatting in engines guide; also removed a couple of non-existent ↵Vijay Dev2012-04-021-35/+25
|/ | | | images [ci skip]
* Introduce minor spelling corrections and fix broken markup tag.Levi McCallum2012-03-291-3/+3
|
* Made it a bit more clear where to run rails/serverDimitri De Frenne2012-03-261-1/+1
|
* Fixed typo in pathDimitri De Frenne2012-03-261-1/+1
|
* [engines] [ci-skip] Add example of precompiling engine assetsadman652012-03-221-0/+15
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+744