-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'hamlit-test' into 'master'
Replace Haml with Hamlit What this change does: - It replaces HAML with [Hamlit](https://github.com/k0kubun/hamlit), a much more efficient implementation of HAML. - It removes `haml-rails`. - It adds `hamlit.rb` and removes `haml.rb`. - It makes things faster and less memory-hungry! See also #13201. See merge request !3666
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 5 additions, 13 deletionsGemfile.lock
- app/helpers/application_helper.rb 1 addition, 1 deletionapp/helpers/application_helper.rb
- config/initializers/haml.rb 0 additions, 7 deletionsconfig/initializers/haml.rb
- config/initializers/hamlit.rb 18 additions, 0 deletionsconfig/initializers/hamlit.rb
- doc/development/gotchas.md 1 addition, 1 deletiondoc/development/gotchas.md
- spec/helpers/visibility_level_helper_spec.rb 0 additions, 5 deletionsspec/helpers/visibility_level_helper_spec.rb
Loading
| Loading
| @@ -76,7 +76,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' |
gem "kaminari", "~> 0.17.0" | ||
# HAML | ||
gem "haml-rails", '~> 0.9.0' | ||
gem 'hamlit', '~> 2.5' | ||
# Files attachments | ||
gem "carrierwave", '~> 0.10.0' | ||
Loading
| Loading
|
config/initializers/haml.rb
deleted
100644 → 0
config/initializers/hamlit.rb
0 → 100644
Please register or sign in to comment