twitter-bootstrap-rails
twitter-bootstrap-rails copied to clipboard
Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
Are there any breaking changes when moving from version 4.0.0 to 5.0.0?
I've encountered problems with the default layout since I've upgraded to Rails 5.1.4 I see the following error: ``` ActionView::Template::Error (The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.):...
There's rails 6.0 support in the `master` branch. Why not to cut a new release so users can just use a proper way to install the gem via Gemfile? @seyhunak
Using `rails (~> 6.0.2, >= 6.0.2.1)` `twitter-bootstrap-rails (3.2.2)` I get following Warning when running my tests via rspec: ```` DEPRECATION WARNING: Initialization autoloaded the constant BadgeLabelHelper. Being able to do...
The way this engine loads helpers has a couple of things that can be polished. On one hand, when referring to a framework component, it is better to wrap your...
The last stable bootstrap version supported is v4.0.0. I think this is pretty old. Are we supporting to newer versions of bootstrap? I can see 4.6.0 is current stable version.
I'm using your gem (version 3.2.2) but this repo has no release tag above 2.2.7 How to know which code is released ? Is this gem always including bootstrap3 ?...
Fixes #939
The gemspec limits `actionpack` to `~> 5.0` so the gem won't install with Rails 6.0 RC1.
File was initially renamed when assets were moved to `app/assets/` in 9f1a1cbfed8b2e79d75d0e5d58b4ce9588e389ae, but then recreated in 4893820ffc2995f8a58855ec448ed284c15d5ee2. It is not accessible from asset pipeline because of app/assets version existence, only...