Prerequisites:
- Heroku CLI installed on your computer
- A project deployed to Heroku
Prerequisites:
| 0-mail.com | |
| 007addict.com | |
| 020.co.uk | |
| 027168.com | |
| 0815.ru | |
| 0815.su | |
| 0clickemail.com | |
| 0sg.net | |
| 0wnd.net | |
| 0wnd.org |
| # your Gemfile should look something like... | |
| gem 'fog-aws', require: false # or require: 'fog/aws' | |
| # avoid having carrierwave loading during bundler | |
| # setup. We need to get ./lib in the load_path first. | |
| gem 'carrierwave', require: false |
| $.rails.allowAction = function(link) { | |
| if (!link.attr('data-confirm')) { | |
| return true; | |
| } | |
| $.rails.showConfirmDialog(link); | |
| return false; | |
| }; | |
| $.rails.confirmed = function(link) { | |
| link.removeAttr('data-confirm'); |