1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

21 commits

Author SHA1 Message Date
Weston Platter
39674d1e90 edit of previous content
explains how to add/override engine classes in the main rails app via
1) Class#class_eval
2) ActiveSupport::Concern
2012-08-04 19:12:24 -05:00
Francesco Rodriguez
738a0e17eb fix removed ruby tag in commit 890b9dd [ci skip] 2012-07-22 19:51:17 -05:00
Weston Platter
890b9dd443 added 2 strategies for extending engine models 2012-07-22 17:24:49 -04:00
Francesco Rodriguez
bc65d0c581 add note about requiring gem dependencies before initialization [ci skip] 2012-07-13 12:31:56 -05:00
Andy Lindeman
1f87adfbb0 Fixes typo in CommentsController#create example
* comments.build will not actually persist the comment
2012-07-11 10:42:25 -05:00
Marten Veldthuis
9650d95457 Add info note about sass/coffeescript use in engine assets to guide 2012-07-09 22:31:24 +02:00
Les Nightingill
dc8957a077 add small note about how to get the full list of options for rails plugin new 2012-05-26 09:53:16 -07:00
Ryan Bigg
2e2d381449 [engines] initializer method call needs an argument for initializer name 2012-05-18 12:19:42 +10:00
Vijay Dev
d897255f8a copy editing [ci skip] 2012-05-12 18:07:10 +05:30
Scott Johnson
a0d9b79035 update engines guide to show how to have an engine's ApplicationController inherit from the main application's ApplicationController 2012-05-11 13:48:34 -05:00
Les Nightingill
047600157a adds a mention of the fact that an engine's lib/assets directory is also on the load path 2012-04-25 09:40:09 -07:00
Vijay Dev
02b9c22df8 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/engines.textile
2012-04-04 12:42:22 +05:30
Mikhail Dieterle
1827bc9524 also <text> replaced by <plain> 2012-04-04 00:46:43 +08:00
Mikhail Dieterle
d586b07f9e Changed engines guide not to use a css tag. <plain> will do just fine.
bb23d6fb00
2012-04-03 22:34:46 +08:00
Vijay Dev
0b67751d62 fix formatting in engines guide; also removed a couple of non-existent images [ci skip] 2012-04-02 23:41:22 +05:30
Mikhail Dieterle
e94437e3c6 wrong link to getting started guide 2012-04-03 01:11:44 +08:00
Levi McCallum
03c051eb54 Introduce minor spelling corrections and fix broken markup tag. 2012-03-29 16:32:22 -10:00
Dimitri De Frenne
ddab3df8d1 Made it a bit more clear where to run rails/server 2012-03-26 11:28:55 +02:00
Dimitri De Frenne
492e91cc34 Fixed typo in path 2012-03-26 11:28:12 +02:00
adman65
5fdcda8b22 [engines] [ci-skip] Add example of precompiling engine assets 2012-03-22 12:05:28 +01:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
Renamed from railties/guides/source/engines.textile (Browse further)