rails_layout icon indicating copy to clipboard operation
rails_layout copied to clipboard

Generates Rails application layout files for various front-end frameworks.

Results 11 rails_layout issues
Sort by recently updated
recently updated
newest added

The padding/margin for the generated bootstrap4 devise forms are not aesthetically pleasing. I've been tweaking it like this: ``` cat >> app/assets/stylesheets/1st_load_framework.css.scss

I would like to theme my scaffold views. Is there any support in this gem?

Thanks for this great gem. I used it to generate bootstrap and devise layout. But now, I do not need this gem in Gemfile any more. But I still use...

rails gem foundation-rails 6.1.1.0 is out. foundation 6 support would be great

After I use the command to generate a layout I couldn't find the _setting.scss file supported by foundation for override variables in my rails application I also used --force.

It is from documentation: ``` If you are using ERB for Rails views, the RailsLayout gem will generate ERB files. If you are using Haml or Slim, the RailsLayout gem...

https://github.com/Dogfalo/materialize seems to be a worthy competitor to bootstrap and support for materialize layouts would be great

Originally reported here: https://github.com/RailsApps/rails-devise-pundit/issues/16

I used `rails generate layout:install foundation4 --force`, which generated the files for me. Clicking on the menu dropdown won't do anything for me. When I added content to the navigation...