After a certain commit in rails master guides were broken in two ways:
One way is that error you got. There's a workaround in docrails for
that. As a temporary solution please generate them in docrails a
docrails checkout.
Second issue is that something related to content_for breaks
generation in a way that, well, something is generated and is kinda
readable, but design is broken. Yehuda is having a loot at that.
Maybe we should consider including the guides generation to the
continuous integration server.
Every time I try to build the guides from master branch I have
problems... These are the error messages this time:
After a certain commit in rails master guides were broken in two ways:
One way is that error you got. There's a workaround in docrails for
that. As a temporary solution please generate them in docrails a
docrails checkout.
Thank you Xavier, I'll do that.
Second issue is that something related to content_for breaks
generation in a way that, well, something is generated and is kinda
readable, but design is broken. Yehuda is having a loot at that.
Good. Are there any plans to include the guides build process into the continuous integration server? Maybe the documentation to "Contributing to Rails" could mention that they should build the guides too, besides running the tests. Or maybe implementing a test for testing if the guides are being generated... This would avoid this issue from time to time.