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 |
|
Eric
|
29549a5b57
|
Remove v1 migrations
|
2020-04-30 15:47:08 -05:00 |
|
Eric Schultz
|
c24f2d807f
|
Merge branch 'feat/webpacker' into rails-v5
|
2020-04-23 17:11:04 -05:00 |
|
Eric Schultz
|
7abf95952f
|
Remove unused less and less-loader
|
2020-04-23 16:59:15 -05:00 |
|
Eric Schultz
|
5982eee0b5
|
Update snapshots
|
2020-04-23 16:57:29 -05:00 |
|
Eric Schultz
|
5c16c780a3
|
Move lodash to main dependencies and update
|
2020-04-23 16:49:17 -05:00 |
|
Eric Schultz
|
f7ad49ab4e
|
Remove specified postcss-loader, postcss-import
|
2020-04-23 16:47:21 -05:00 |
|
Eric Schultz
|
a555795a84
|
Remove specified compression-webpack-plugin
|
2020-04-23 16:45:19 -05:00 |
|
Eric Schultz
|
086b823284
|
Remove copy-webpack-plugin
|
2020-04-23 16:44:42 -05:00 |
|
Eric Schultz
|
ab90ae4818
|
Remove imports-loader
|
2020-04-23 16:44:13 -05:00 |
|
Eric Schultz
|
05a74b106b
|
Remove expose-loader
|
2020-04-23 16:43:43 -05:00 |
|
Eric Schultz
|
5d48056b1b
|
Remove exports-loader
|
2020-04-23 16:43:16 -05:00 |
|
Eric Schultz
|
d88e7366e8
|
Remove file-loader
|
2020-04-23 16:42:54 -05:00 |
|
Eric Schultz
|
a9a117f14b
|
Remove cssnano from package.json
|
2020-04-23 16:42:17 -05:00 |
|
Eric Schultz
|
b279a512df
|
Remove old babel
|
2020-04-23 16:36:19 -05:00 |
|
Eric Schultz
|
5c2617754e
|
Remove unused clean-webpack-plugin
|
2020-04-23 16:28:04 -05:00 |
|