bashcoder

Results 2 issues of bashcoder

This command: ``` rails g nifty:layout --haml ``` generates this file: ``` public/stylesheets/sass/application.sass ``` However, in rails 3.2 this file is expected to be in this location: ``` app/assets/stylesheets/application.sass ```

If a Sinatra app doesn't have a `views/` folder, the method `detect_views()` returns `nil` instead of an empty array, unlike the other `detect_*()` methods in sinatra.rb. https://github.com/codesake/codesake-dawn/blob/master/lib/codesake/dawn/sinatra.rb#L119 This causes a...