Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-02-27travis: Add Rails 6.1Gleb Mazovetskiy
2021-02-27Update test rails app viewGleb Mazovetskiy
2020-05-18Test with Rails 6.0Tejas Bubane
2019-12-05Rails test: create tmp directoryGleb Mazovetskiy
2019-12-05Switch from poltegergeist to cupriteGleb Mazovetskiy
2019-12-05add test/dummy_rails/app/assets/config/manifest.jsGleb Mazovetskiy
2019-09-01Fix Autoprefixer testJonathan Hefner
Pin browser version that Autoprefixer tries to satisfy so that `-webkit` prefix is applied as expected.
2018-07-23Fix integration testv4.1.2Gleb Mazovetskiy
2017-10-13Drop Compass support, bump minimum Sass versionGleb Mazovetskiy
Compass is no longer maintained and hasn't seen a release for 3 years. The compass gem locks Sass to version < 3.5. However, we now need Sass v3.5+ due to https://github.com/sass/sass/issues/2383 This commit removes compass support and bumps minimum Ruby Sass version to v3.5.2.
2017-05-30Add `require 'popper_js'` to lib/bootstrap.rbGleb Mazovetskiy
Refs #86
2017-05-29Promote Popper.js to gem dependencyGleb Mazovetskiy
2017-05-29Tether -> Popper.js and test on Rails 5.1Gleb Mazovetskiy
2016-09-10Fix compass test on Travisv4.0.0.alpha4Gleb Mazovetskiy
2016-09-10Update Rails versions in test gemfilesGleb Mazovetskiy
2016-05-17Test harness: Rails 5 RC1Gleb Mazovetskiy
2016-03-12Fix ruby warnings and up travis to MRI 2.3Gleb Mazovetskiy
2016-01-19Fix test harness support for sprockets-rails 3Gleb Mazovetskiy
2016-01-19test harness: update to capybara 2.6.0Gleb Mazovetskiy
2015-11-23Fix Rails HEAD testsGleb Mazovetskiy
2015-11-03Rails test: add application.css/js to precompile for Rails > 4Gleb Mazovetskiy
2015-11-03Test precompilation #14Gleb Mazovetskiy
2015-09-27Rails HEAD Gemfile: use master autoprefixerGleb Mazovetskiy
2015-09-20Test with Rails masterGleb Mazovetskiy
Also test that Autoprefixer is applied
2015-09-02travis and test gemfilesGleb Mazovetskiy
* Change Gemfiles from testing Sass versions to testing different Rails versions. Sass versions are now the upstream responsibility. Need to test with different Compass version in the future too. * Move compass from Gemfile into gemspec. * Change ruby version from 2.2.3 to 2.2 to use the latest available 2.2 binary on travis.
2015-09-02gemspec: bump deppendencies, bring back autoprefixerGleb Mazovetskiy
2015-08-31Update and fix `rake dummy_rails`Gleb Mazovetskiy
* Fix the task * Rename to `rake rails_server` * Add tether as a development dependency
2015-08-26Remove obsolete files, s/bootstrap-sass/bootstrapGleb Mazovetskiy
2015-08-20Renamed converter to updater since its an updater and does not convert anymoreJan Stevens
2015-08-20Making sure we compile all bootstrap versions with node-sassJan Stevens
2015-08-20Readded the node compile sass test so we can test libsassJan Stevens
2015-08-19testing some new bootstrap 4 styles for the dummy rails appJan Stevens
2015-08-19Fixed the test where possibleJan Stevens
2015-07-01Update node.js devDeps, tests, new mincer compatGleb Mazovetskiy
2015-06-18Change minimum sass versionPaul Hayes
As of version 3.3.5, the @at-root sass feature has been introduced: https://github.com/twbs/bootstrap-sass/pull/805 https://github.com/twbs/bootstrap-sass/commit/2579e3374f146d85ce517cc368fb54c9d198ecc8 This feature depends on sass >= 3.3. * Bump minimum sass version * Remove sass 3.2 gemfile and update tests See also: https://github.com/twbs/bootstrap-sass/issues/920
2015-03-16tests: fix rails app config deprecationGleb Mazovetskiy
2015-03-16tests: dummy rails app server task & fixesGleb Mazovetskiy
2015-01-18Make autoprefixer-rails a dependency #824Gleb Mazovetskiy
2015-01-18woff2 supportGleb Mazovetskiy
2014-10-28just use sh for node-sass testGleb Mazovetskiy
2014-09-03Merge branch 'master' into nextGleb Mazovetskiy
Conflicts: assets/stylesheets/bootstrap/_variables.scss lib/bootstrap-sass/version.rb test/test_helper.rb
2014-09-03rbx test/support require pathGleb Mazovetskiy
2014-09-03rbx require without extnameGleb Mazovetskiy
2014-09-03travisGleb Mazovetskiy
2014-09-03Port over fixes from branch nextGleb Mazovetskiy
2014-08-25sass test fixGleb Mazovetskiy
2014-08-25tests: clean sass cache before CompilationTestGleb Mazovetskiy
also update sass 3.4 and compass 1
2014-08-25streamline tests, switch to minitestGleb Mazovetskiy
2014-08-19fix sass_head test gemfileGleb Mazovetskiy
2014-08-19testsGleb Mazovetskiy
2014-08-19update test gemfiles, fix tests for compass 1.0.0Gleb Mazovetskiy