RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: gilesbowkett
Site: http://gilesbowkett.blogspot.com
I believe Rails 3.2.0.beta fixes the bug where it creates both app/views/layouts/application.html.erb and app/views/layouts/uhoh/application.html.erb (where "uhoh" represents any mountable engine name).
app/views/layouts/application.html.erb
app/views/layouts/uhoh/application.html.erb
I believe Rails 3.2.0.beta fixes the bug where it creates both
app/views/layouts/application.html.erb
andapp/views/layouts/uhoh/application.html.erb
(where "uhoh" represents any mountable engine name).