Eric
|
a5fdbf00c9
|
Remove CarrierWave from Gemfile
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
68571b549c
|
Remove carrierwave initializer
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
8c997b6488
|
Remove uploaded fields from models
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
93931caf98
|
ignore the ActiveStorage file storage directory
|
2020-05-27 12:32:31 -05:00 |
|
Eric Schultz
|
4306ff0a15
|
Initial work on migrating your carrierwave to activestorage files
|
2020-05-27 12:32:31 -05:00 |
|
Eric Schultz
|
52a660bb5a
|
Update MiniMagick
|
2020-05-27 12:32:31 -05:00 |
|
Eric Schultz
|
d143f42d24
|
Add local activestorage
|
2020-05-27 12:32:31 -05:00 |
|
Eric Schultz
|
519b865c84
|
Add ActiveStorage tables
|
2020-05-27 12:32:31 -05:00 |
|
Eric Schultz
|
c8bf9cd701
|
Add image_processing gems
|
2020-05-27 12:32:31 -05:00 |
|
Eric Schultz
|
6b42021668
|
Add @rails/activestorage
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
7c85c2e70e
|
Correct render bugs with the user and profile json
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
5e8a1c4099
|
Correct javascript ordering issur in nonprofits/show view
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
f747571a75
|
Add user email to the user.jbuilder
|
2020-05-27 12:32:31 -05:00 |
|
Eric
|
91a173052a
|
Move nonprofit app_data to jbuilder
|
2020-05-27 12:32:30 -05:00 |
|
Eric
|
d5c788f07b
|
simplify the state/city/name routes
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
8c9dc3af37
|
Correct javascript ordering issue in nonprofits/show view
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
ea5196ceb1
|
Remove old client js
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
f84fef200c
|
Fix bugs in ordering of javascript loads on events/show
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
72e78babd9
|
Add current_nonprofit_user? as a helper_method
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
480ac12c64
|
Fix the donations history page due to the webpacker migration
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
25a64abe3f
|
Remove bizarre unneeded profile call
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
c499f8f7a5
|
Fix bugs in profile views caused by webpacker conversion
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
1b68d6e04c
|
Correct render bugs with the user and profile json
|
2020-05-27 12:30:04 -05:00 |
|
Eric
|
c2c166dd1b
|
Fix bug in carrierwave initializer due to a carrierwave upgrade
|
2020-05-27 12:28:53 -05:00 |
|
Eric
|
94f3c13a70
|
Move profile and user json generation to Jbuilder partials
|
2020-05-27 12:28:52 -05:00 |
|
Eric
|
bf64d85852
|
Merge branch 'feat/extract_controller_concerns' into rails-v5
|
2020-05-12 11:53:21 -05:00 |
|
Eric
|
63f5146655
|
Extract controller related concerns and put them in one place
|
2020-05-11 13:38:50 -05:00 |
|
Eric
|
e99639ffbe
|
Remove the migration_sanity_spec.rb since it's not really useful long-term
|
2020-05-08 16:25:43 -05:00 |
|
Eric
|
1379f1d98a
|
Remove unused aws_ses initializer
|
2020-05-08 14:12:05 -05:00 |
|
Eric
|
2c1ec003f7
|
Add .gitkeep to db/migrate
|
2020-05-07 14:24:03 -05:00 |
|
Eric
|
2c1bfd87b2
|
Correct the script for restoring a database from a pg_dump
|
2020-05-04 11:47:16 -05:00 |
|
Eric
|
14b8e77d3a
|
Add the tt extensions to rspec templates because our autoloading breaks if we don't
|
2020-05-04 11:32:41 -05:00 |
|
Eric
|
c6e2ede29b
|
houdini_upgrade:run will install and run the houdini_upgrade db migrations
|
2020-05-01 16:02:15 -05:00 |
|
Eric
|
9d28e1e9fd
|
Move the migration for RemoveBillingTiers to houdini_upgrade
|
2020-05-01 15:40:41 -05:00 |
|
Eric
|
254959f949
|
Correct some issues in the Gemspec
|
2020-05-01 15:40:21 -05:00 |
|
Eric
|
4eeab0a284
|
Remove unneeded files from houdini_upgrade
|
2020-05-01 15:31:34 -05:00 |
|
Eric
|
bcde594b31
|
Created houdini_upgrade gem by running exist
identical README.md
identical Rakefile
identical houdini_upgrade.gemspec
identical LICENSE
identical AGPL-3.0.txt
identical LGPL-3.0.txt
identical GPL-3.0.txt
exist app
identical app/controllers/houdini_upgrade/application_controller.rb
identical app/helpers/houdini_upgrade/application_helper.rb
identical app/jobs/houdini_upgrade/application_job.rb
identical app/mailers/houdini_upgrade/application_mailer.rb
identical app/models/houdini_upgrade/application_record.rb
identical app/views/layouts/houdini_upgrade/application.html.erb
exist app/assets/images/houdini_upgrade
identical config/routes.rb
identical lib/houdini_upgrade.rb
identical lib/tasks/houdini_upgrade_tasks.rake
identical lib/houdini_upgrade/version.rb
identical lib/houdini_upgrade/engine.rb
identical app/assets/config/houdini_upgrade_manifest.js
identical app/assets/stylesheets/houdini_upgrade/application.css
identical app/assets/javascripts/houdini_upgrade/application.js
identical bin/rails
|
2020-05-01 15:28:24 -05:00 |
|
Eric
|
3c55acaa3d
|
Add factory_bot templates
|
2020-05-01 14:34:07 -05:00 |
|
Eric
|
d37a231524
|
Add templates for rspec
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
cf0078e6d7
|
Modify bin so it uses our generators over rails
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
9227907b26
|
Move generators which override part of rails into their own place
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
c524fcf3c7
|
Add task template
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
a9e6387b3a
|
Run app:templates:copy and add our licenses
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
42af7206ec
|
Add generator templates
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
bb55aebee1
|
Add Helper template
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
715ffcd5be
|
Add ActionController template
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
93e19cb962
|
Add ActiveRecord templates
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
8cf37e1b64
|
Add plugin generator for Houdini plugins
|
2020-05-01 14:30:49 -05:00 |
|
Eric
|
4eec133ebc
|
Add factory_bot to dev so generators work
|
2020-05-01 14:29:55 -05:00 |
|
Eric
|
3ab2ebe1ad
|
Add database creation explanation
|
2020-04-30 16:18:44 -05:00 |
|