Excellent videos, thanks, I was trying it with a 2.3.10 rails app to 3.0.5 most of the work is already done, is booting normally.
But I found a really ugly bug, the default layout is not working, actions from controllers are rendering without the default layout but actions with specific layout option on render are working.
Excellent videos, thanks, I was trying it with a 2.3.10 rails app to 3.0.5 most of the work is already done, is booting normally.
But I found a really ugly bug, the default layout is not working, actions from controllers are rendering without the default layout but actions with specific layout option on render are working.
Here is the code for a better understanding:
https://gist.github.com/895355
Any thoughts are welcome.