Think different(ly)
Get out of your rut and learn new ways to think.
| ** Recipient_1 ** | |
| +---------------+----------+-------+--------------------+--------------+------------+----------------+-------------------------+ | |
| | installment | amount | fee | anticipation_fee | net_amount | duration | payment_date | original_payment_date | | |
| |---------------+----------+-------+--------------------+--------------+------------+----------------+-------------------------| | |
| | 1 | 3743 | 142 | 0 | 3601 | 0 | 2017-10-06 | 2017-10-06 | | |
| | 2 | 3755 | 148 | 0 | 3607 | 0 | 2017-11-07 | 2017-11-07 | | |
| | 3 | 3755 | 148 | 0 | 3607 | 0 | 2017-12-05 | 2017-12-05 | | |
| | 4 | 3755 | 148 | 0 | 3607 | 0 | 2018-01-04 | 2018-01-04 | | |
| | 5 | 3755 | 148 | 0 | 3607 | 0 | 2018-02-0 |
| yum install -y libpng | |
| yum install -y libjpeg | |
| yum install -y openssl | |
| yum install -y icu | |
| yum install -y libX11 | |
| yum install -y libXext | |
| yum install -y libXrender | |
| yum install -y xorg-x11-fonts-Type1 | |
| yum install -y xorg-x11-fonts-75dpi |
| group :production do | |
| gem 'unicorn' | |
| # Enable gzip compression on heroku, but don't compress images. | |
| gem 'heroku-deflater' | |
| # Heroku injects it if it's not in there already | |
| gem 'rails_12factor' | |
| end |
| # autoload concerns | |
| module YourApp | |
| class Application < Rails::Application | |
| config.autoload_paths += %W( | |
| #{config.root}/app/controllers/concerns | |
| #{config.root}/app/models/concerns | |
| ) | |
| end | |
| end |
The new rake task assets:clean removes precompiled assets. [fxn]
Application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle. [fxn]
Fixed database tasks for jdbc* adapters #jruby [Rashmi Yadav]
Template generation for jdbcpostgresql #jruby [Vishnu Atrai]