Todd
Todd
If this helps, I just started a brand new rails project, and am using `bootstrap_sb_admin_base_v1`. I have no custom / local CSS or JS whatsoever, just basic text in HTML...
I had same issue. It occurred after I added a 3rd new channel, and then attempted to sign out of the first channel, and then quit and re-loaded the app....
@alassek thanks for this really handy gem! Im really enjoying using it in production. I frequently reset my localdev databases, and run into this issue as well. In the meantime,...
FYI still having same issue with latest Ruby, 2.3.1
@swetagsanghavi and I took a shot at this today. We discovered that the handling of directory structure occurs in [Rails::Generator::NamedBase](https://github.com/rails/rails/blob/1e526788e6b1d3f42f4d8fdca20e588d42838c80/railties/lib/rails/generators/named_base.rb#L175), and is utilized in the [Administrate::Generators::DashboardGenerator](https://github.com/thoughtbot/administrate/blob/master/lib/generators/administrate/dashboard/dashboard_generator.rb#L31) methods that create the...
I believe I am experiencing these issues as well, currently trying to resolve issues regarding mixed use of `Date`, `Time`, and `ActiveSupport::TimeWithZone` first before submitting some code relating to timecop...
I just gave it a "test" by trying to get to some initial setup step from the moment I land on the github repo page. With a couple of intuitive...
I think this PR will be helpful to developers facing this issue, as it eliminates the time it takes to understand the issue and fix it within one's repository or...