-
Name
-
haml-rails
-
Version
-
2.1.0
-
Platform
-
ruby
-
Authors
-
André Arko
-
Bindir
-
bin
-
Date
-
2022-09-24 00:00:00 UTC
-
Dependencies
-
haml (>= 4.0.6)
activesupport (>= 5.1)
actionpack (>= 5.1)
railties (>= 5.1)
html2haml (>= 1.0.1, development)
rails (>= 5.1, development)
bundler (>= 0, development)
rake (>= 0, development)
appraisal (>= 0, development)
-
Description
-
Haml-rails provides Haml generators for Rails 5. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.
-
Email
-
andre@arko.net
-
Files
-
.github/workflows/ruby.yml
.gitignore
Appraisals
Gemfile
LICENSE
README.md
Rakefile
gemfiles/rails_5_1.gemfile
gemfiles/rails_5_2.gemfile
gemfiles/rails_6_0.gemfile
gemfiles/rails_6_1.gemfile
gemfiles/rails_7_0.gemfile
haml-rails.gemspec
lib/generators/haml/controller/controller_generator.rb
lib/generators/haml/controller/templates/view.html.haml
lib/generators/haml/mailer/mailer_generator.rb
lib/generators/haml/mailer/templates/layout.html.haml
lib/generators/haml/mailer/templates/layout.text.haml
lib/generators/haml/mailer/templates/view.html.haml
lib/generators/haml/mailer/templates/view.text.haml
lib/generators/haml/scaffold/scaffold_generator.rb
lib/generators/haml/scaffold/templates/_form.html.haml
lib/generators/haml/scaffold/templates/edit.html.haml
lib/generators/haml/scaffold/templates/index.html.haml
lib/generators/haml/scaffold/templates/new.html.haml
lib/generators/haml/scaffold/templates/show.html.haml
lib/haml-rails.rb
lib/haml-rails/version.rb
lib/rails/generators/haml/application_layout/application_layout_generator.rb
lib/tasks/erb2haml.rake
test/fixtures/routes.rb
test/lib/generators/haml/controller_generator_test.rb
test/lib/generators/haml/mailer_generator_test.rb
test/lib/generators/haml/scaffold_generator_test.rb
test/test_helper.rb
-
Homepage
-
https://github.com/haml/haml-rails
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.3.0
-
Required rubygems version
-
>= 2.0.0
-
Rubygems version
-
3.4.0.dev
-
Specification version
-
4
-
Summary
-
let your Gemfile do the configuring
-
Original platform
-
ruby
-
New platform
-
ruby