1
0
Fork 0
mirror of https://github.com/haml/haml-rails.git synced 2022-11-09 12:34:15 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Akira Matsuda
7c94b39cdb Get rid of rbx specific dependencies
- We're no longer CIing against rbx since 5.years.ago
- rubysl depends on rubysl-irb https://rubygems.org/gems/rubysl-irb/versions/2.1.1 which depends on ruby 2.x,
  and this prevents running tests on ruby 3 https://github.com/haml/haml-rails/runs/5609888796
2022-03-29 10:57:09 +09:00
Jason Kim
6bfa796cdd Added Rails generator command: rails g haml:application_layout convert
PR for 
https://github.com/indirect/haml-rails/issues/47

Usage
Once you install haml-rails gem, you can run the following command
to convert application.html.erb to application.html.haml.

`$ rails generate haml:application_layout convert`
or
`$ rails g haml:application_layout convert`
2014-12-02 18:48:21 -08:00
Peter M. Goldstein
7bfa1f4d5f Update Travis and Appraisals to reflect Rails 4.x requirement. Remove obsolete test gemfiles. Add Rails 4.1 gemfile. Update test_helper to use minitest 2013-12-27 14:05:15 -08:00
Ryunosuke SATO
6b7a5dead2 Stop bundler warning
Bundler (>= 1.3) says:

```
The source :gemcutter is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or
'http://rubygems.org' if not.
```
2013-03-28 23:11:54 -07:00
Andre Arko
36f40dc821 Allow haml-rails to be required by itself.
Closes 
2010-10-02 16:05:43 -07:00
Andre Arko
f1ae53d4ff Add Bundler's management tasks 2010-08-14 23:08:06 -07:00