rails-composer icon indicating copy to clipboard operation
rails-composer copied to clipboard

Rails Composer. The Rails generator on steroids for starter apps.

Results 51 rails-composer issues
Sort by recently updated
recently updated
newest added

Trying to use composer with Rails 6.0.0 complains with the misleading error message: ``` https://raw.github.com/RailsApps/rails-composer/master/composer.rb:279:in `apply': Rails 6.0.0 is not supported. Use Rails 4.1 or newer. (StandardError) ```

Upon completion of the steps in composing a starter app today (as I've done many times), I discovered that it did not update any of the files and basically just...

To be aesthetically pleasing, the margin at the top here should be equal to the margin at the bottom. ![screen shot 2019-01-16 at 11 49 39 am](https://user-images.githubusercontent.com/10361390/51274930-55107f00-1985-11e9-9200-09e7bb294484.png)

Today I generated a rails app with bootstrap 4. But github says I'm vulnerable to XSS attacks. ------- 1 bootstrap vulnerability found in Gemfile.lock 3 minutes ago Remediation Upgrade bootstrap...

Hello, Ubuntu server 16.04 - Running Rbenv ruby 2.5.1 - with multiple apps up and running - rails 5.2.0 A recent attempt with current version yields this: running --> rails...

I'm on ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin13.0], rvm 1.25.15 (stable) Starting the rails-devise tutorial using the specified options, selecting yes for project-specific rum gems creates this error: option Use...

I left both of these options blank: ``` option Host for PostgreSQL in database.yml? (leave blank to use default socket connection) option Password for PostgreSQL user vagrant? ``` My resulting...

Thanks for your talk today at RubyHACK. Here's the authorization library I was talking about afterwards. All you should have to do to add it would be install the gem...

Just tried a new tool (https://github.com/BurntSushi/ripgrep) and found: (1)$ rg foobar ./.gitignore: line 26: error parsing glob '**.war': invalid use of **; must be one path component ./.gitignore: line 64:...

On using rails-composer, with the rails-devise-pundit option, I had the following error ``` Sass::SyntaxError - ".authform form" failed to @extend ".bg-faded". The selector ".bg-faded" was not found. Use "@extend .bg-faded...