Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/readme updates #1591

Closed
wants to merge 1,747 commits into from
Closed

Conversation

camckin10
Copy link

@camckin10 camckin10 commented Jun 26, 2023

The one-time Mac setup instructions for CC needed to be updated.

This PR contains the following changes:

Ruby Version changes

  • Removing version number '2.6' from 'rbnenv install' and 'rbenv local' commands
  • Adding the command to switch ruby versions locally 'rbenv shell (version #)

Node Version changes

  • Reordering the steps required to install nvm on Mac
  • Adding command 'brew info nvm' for user to see which remaining steps are needed in setup process

Postgresql Changes

  • Adding postgresql commands to start and stop services: 'brew services start postgresql@[version #]' and 'brew services stop postgresql@[version #]'

wwahammy and others added 30 commits November 18, 2022 10:39
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.6 to 3.2.3.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](petergoldstein/dalli@v2.7.6...v3.2.3)

---
updated-dependencies:
- dependency-name: dalli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.18.0 to 2.19.1.
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.18.0...v2.19.1)

---
updated-dependencies:
- dependency-name: loofah
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
wwahammy and others added 29 commits May 6, 2023 18:47
* Remove commented out code in Activity

* Remove unneeded attr_accessible in Activity
…e, not subtransaction_payment (#672)

* get created date from the paymentable, not subtransaction_payment

* revert jbuilder change

* pass created date in from legacy_payment when creating new subtransaction payment

* add specs

* add insert ticket spec

* Update spec/lib/insert/insert_tickets_spec.rb

Co-authored-by: Eric Schultz <eric@commitchange.com>

---------

Co-authored-by: Software for Good <softwareforgood@Softwares-MacBook-Pro.local>
Co-authored-by: Eric Schultz <eric@commitchange.com>
* Update rspec and rspec-rails

* Fix a spec bug
* Get /api_new/users/:user_id/current_nonprofit_object_events implemented and tested for successful response

* Redirect

* Assert redirected to api_new/object_events#index

* Use rails route helper method, check for nil nonprofit

* address comments

* address comments

* revert formatting

* actually revert

* pass query params

* tweak comment to be up to date

---------

Co-authored-by: Eric Schultz <eric@commitchange.com>
Improve performance of payments query by adding ctes for nonprofit and payments themselves
Co-authored-by: Chelsey McKinney <chelseymckinney2@gmail.com>
* Remove unused format_sql_array function

* Remove unused toSentence function

* Remove unused sanitizeHtml function
* Add a dollarsToCentsSafe function

* Add better return types

* Add some documentation to dollarsToCentsSafe
@camckin10 camckin10 closed this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants