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

[here](https://github.com/RailsApps/rails-composer/blob/master/README.textile#starter-apps-and-tutorials) README.textfile in the `Starter Apps and Tutorials` section. These include: `rails-stripe-coupons` `rails-stripe-membership-saas` `rails-stripe-checkout` `rails-signup-download`

The .alert-dismissible class adds some extra styling to the alert div, most importantly the rule "top: -2px" which vertically centers the × character in the alert div.

Launcher instruction

Hi guys, Is there a way of quickly removing the rails composer stuff from the application for example the json and wherever else it is posted?

Hi - I can't see the full questions in the prompt process of building the new app - see screenshot below. My guess is this is a combination of me...

Hey, what do u think about a choice to Bower instead Sprockets?? ty

The script for the app throws an error during generation (Tried Devise-Roles and Devise-Pundit) and it doesn't seem to work with any combination. The step and resulting error is: Step:...

Hello and thank you for this project. It's great and has saved me a lot of time on common and repeated configurations. One configuration I think is missing and it's...

When selecting Heroku deployment as an option in addition to Devise as user authentication an error is thrown on precompile due to the environment variable used in config/initializers/devise.rb:13. This value...

The authentication options are none, devise or omniauth. No fourth option for Devise with OmniAuth. I'll be adding OmniAuth multi to my Devise by hand, then. :)