Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of typos, reword some things for clarity. | Jonathan Roes | 2012-09-07 | 1 | -43/+36 |
| | |||||
* | Fix HTML validation errors | Almudena Garcia | 2012-08-23 | 1 | -3/+3 |
| | |||||
* | edit of previous content | Weston Platter | 2012-08-04 | 1 | -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 Rodriguez | 2012-07-22 | 1 | -4/+5 |
| | |||||
* | added 2 strategies for extending engine models | Weston Platter | 2012-07-22 | 1 | -1/+78 |
| | |||||
* | add note about requiring gem dependencies before initialization [ci skip] | Francesco Rodriguez | 2012-07-13 | 1 | -6/+28 |
| | |||||
* | Fixes typo in CommentsController#create example | Andy Lindeman | 2012-07-11 | 1 | -1/+1 |
| | | | * comments.build will not actually persist the comment | ||||
* | Add info note about sass/coffeescript use in engine assets to guide | Marten Veldthuis | 2012-07-09 | 1 | -0/+2 |
| | |||||
* | add small note about how to get the full list of options for rails plugin new | Les Nightingill | 2012-05-26 | 1 | -0/+6 |
| | |||||
* | [engines] initializer method call needs an argument for initializer name | Ryan Bigg | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | copy editing [ci skip] | Vijay Dev | 2012-05-12 | 1 | -5/+5 |
| | |||||
* | update engines guide to show how to have an engine's ApplicationController ↵ | Scott Johnson | 2012-05-11 | 1 | -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 Nightingill | 2012-04-25 | 1 | -1/+1 |
| | | | | the load path | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-04 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/engines.textile | ||||
| * | also <text> replaced by <plain> | Mikhail Dieterle | 2012-04-04 | 1 | -4/+4 |
| | | |||||
| * | Changed engines guide not to use a css tag. <plain> will do just fine. | Mikhail Dieterle | 2012-04-03 | 1 | -2/+2 |
| | | | | | | https://github.com/lifo/docrails/commit/bb23d6fb005edaf25f5b294f9215429fb44b3f3d | ||||
| * | wrong link to getting started guide | Mikhail Dieterle | 2012-04-03 | 1 | -1/+1 |
| | | |||||
* | | fix formatting in engines guide; also removed a couple of non-existent ↵ | Vijay Dev | 2012-04-02 | 1 | -35/+25 |
|/ | | | | images [ci skip] | ||||
* | Introduce minor spelling corrections and fix broken markup tag. | Levi McCallum | 2012-03-29 | 1 | -3/+3 |
| | |||||
* | Made it a bit more clear where to run rails/server | Dimitri De Frenne | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Fixed typo in path | Dimitri De Frenne | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | [engines] [ci-skip] Add example of precompiling engine assets | adman65 | 2012-03-22 | 1 | -0/+15 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+744 |