rails-prelaunch-signup
rails-prelaunch-signup copied to clipboard
An example Rails 3.2 app for a web startup prelaunch site.
While generating two branches (in this way): ``` Git branch for the prelaunch app? 2) master Git branch for the main app? 2) wip (work-in-progress) ``` Rails Composer emits a...
To avoid creating false mailchimp list entries while in development and during testing , a newly confirmed user should only be added to the mailchimp subscriber list in production. ```...
Hi, thanks for the great work! The Modal error Handling seems to have an issue. If I just press "Request Invitation" without providing an email, I get an error inside...
The problem is that the confirmation_token is emptied when the user confirms and the bulk_invite filters on empty confirmation_tokens only: ``` users = User.where(:confirmation_token => nil).order(:created_at).limit(params[:quantity]) ``` Simply adding :encrypted_password...
With the upgrade of Capybara 2.1.0 I had test failing right out the gate. Needed to add the following to features/support/env.rb Capybara.ignore_hidden_elements = false Also, on the testing front. It...
Cannot get application to add users to the Mailchimp List. I have configured heroku for api keys as instructed and have modified my .bashrc file.
If you get a validation error in the modal it shows the main page behind the modal. See image: http://cl.ly/1Y411v3x140I2z2F2q0m You see how the try it button and so on...
Hi Daniel, first of all i want to say thank you for your efforts in developing nice tutorials and working examples! I've forked your app to integrate activeadmin and HighCharts...
When same email id is given for registration, in the beginning it worked fine saying "email has already taken" but after couple of times the same is not working. I...
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.11.0 to 0.21.0. Changelog Sourced from httparty's changelog. 0.21.0 escape filename in the multipart/form-data Content-Disposition header Fix request marshaling Replace mime-types with mini_mime 0.20.0 Breaking changes Require...