rails-composer
rails-composer copied to clipboard
Rails Composer. The Rails generator on steroids for starter apps.
### config options: ``` option Build a starter application? choose Enter your selection: [none] option Get on the mailing list for Rails Composer news? choose Enter your selection: [none] option...
If devise invitable gem is selected in custom app it does not properly set application controller for that gem. There is missing addition of this code: ``` ruby before_filter :configure_permitted_parameters,...
May someone can help me. Installation worked without Errors. I try to Access my site: `No such file or directory - getcwd` ``` Extracted source (around line #1): class VisitorsController...
Great work. Thanks for this. This is only a minor question. I assume, given all the configurability, that not all specs will pass under all choices. Is that correct? I'm...
shoulda matcher added with patch font awesome lib added colorized pry & hirb (pretty tables) shoulda.rb added in main file, but fork another gem for it is too much. Rebuld...
Refer to the below screenshot:  The options in this part of the install are for some reason obscured. Using Terminal on Mac.
After creating a custom starter app using ``` rails new . -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb ``` and selecting the option to include Bootstrap 2.3, I got an error when trying to load...
Just got this crash. I'll fork the repo and try to work around it (not raise an exception - just log the issue and move on). Note that I have...
Is there a way to go back one question? I frequently get annoyed when I realize I chose the wrong answer.
This is a port from [this issue I filed on `rails-stripe-membership-saas`](https://github.com/RailsApps/rails-stripe-membership-saas/issues/157). The full text follows: # Firstly, thanks a ton for this project! This is a weird bug, and I'm...